Commit Graph
100 Commits
Author SHA1 Message Date
Dominique.Fournier 7d52288f81 Use the dh_bash-completion for cli-completion
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3926 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-05 09:34:23 +00:00
Dominique.Fournier 7fba032ca6 Go to version 0.45
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3925 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-05 09:27:56 +00:00
Dominique.Fournier 4397e7193e Start packaging version 0.44
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3924 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-05 09:24:36 +00:00
Dominique.Fournier 3368041beb bash-completion: directory change for Debian etc/bash_completion.d/ -> usr/share/bash-completion/completions
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3923 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-05 09:22:57 +00:00
Dominique.Fournier 0ddcff8507 dblayer: return the primarykey value after an insert. If it is not an autoincrement, return the provided value
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3922 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-05 09:00:51 +00:00
Dominique.Fournier b0d215da1b Update dblayeroo Tests to check the insert return value correctely
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3921 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-05 07:35:23 +00:00
Dominique.Fournier 826d8851d4 dblayeroo: in isert, return the primary key if the provided value is not autoincrement field with valid value
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3920 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-05 07:02:09 +00:00
Dominique.Fournier fdce871157 dblayeroo: pgsql doesn't supports lastInsertId if there is no autoincrement field
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3919 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-04 13:46:20 +00:00
Dominique.Fournier 82b25ae519 dblayeroo: PgSQL return the PK valeu added in INSERT if there is no AUTOINCREMENT primary field
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3918 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-04 13:42:18 +00:00
Dominique.Fournier 1b40529501 dblayeroo: PgSQL crash if the LastInsertID is called on table without autoincrement field. Return 1 in this particular case
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3917 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-09-04 13:14:47 +00:00
Dominique.Fournier f0d5255321 Tools in doc to not generate an error
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3904 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-04 09:23:27 +00:00
Dominique.Fournier 02ff4a0ea6 The tools are not in the right directory
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3903 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-04 09:22:33 +00:00
Dominique.Fournier 54a5dd131e Start packaging for 0.44 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3902 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-04 09:20:49 +00:00
Dominique.Fournier e2c877f732 dblayeroo: do not allow an array of array to be provided to displayAdd
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3901 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-04 09:19:20 +00:00
Dominique.Fournier 904f520a7a ratelimitfile: do a clean of the expired entries automatically
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3900 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-04 08:08:04 +00:00
Dominique.Fournier 439513f65d dblayeroo: manage correctely the PGSQL string_agg (instead of GROUP_CONCAT)
dblayeroo: Manage correctely the Aliases (do not emit Notice in execute)


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3899 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-04 08:03:14 +00:00
Dominique.Fournier 9af6d7402d dblayeroo: update check the unique columns. Allow string with comma separated values or array
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3875 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-02 12:49:51 +00:00
Dominique.Fournier 7fefe0220a Add tools to DFK in the system
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3863 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-01 14:11:40 +00:00
Dominique.Fournier d3dd847fb5 Update locales
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3861 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-01 13:47:12 +00:00
Dominique.Fournier 2f96e33931 Start packaging of version 0.43
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3860 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-01 13:45:16 +00:00
Dominique.Fournier a8ddee5833 domci update
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3859 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-01 13:43:40 +00:00
Dominique.Fournier 3bda16ce6c verify: quote the regexp before using them
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3858 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-01 13:40:12 +00:00
Dominique.Fournier e56e19215f * dblayeroo: insert/update null are checked against the "NOT NULL" definition except for autoincrement key, which is allowed
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3857 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-01 13:39:37 +00:00
Dominique.Fournier 55ff6e13c3 Add sqlMigrate tool
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3855 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-01 09:42:31 +00:00
Dominique.Fournier ca79fba390 dblayeroo: insert/update null are not checked against the field format
dblayeroo: insert/update null are checked against the "NOT NULL" definition


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3854 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-08-01 08:54:55 +00:00
Dominique.Fournier c63a30eebf dblayeroo: Add the PDO::FETCH_ASSOC to directQuery
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3853 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-31 14:59:31 +00:00
Dominique.Fournier 443a2bcada dblayeroo: add directQuery support
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3852 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-31 14:50:33 +00:00
Dominique.Fournier 30391835fa Start version 0.42
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3838 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-26 08:39:32 +00:00
Dominique.Fournier 7ddd343e52 Start Version 0.42
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3837 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-26 08:39:19 +00:00
Dominique.Fournier 9fc7ad35e5 form: Block the submit button to not allow Chrome/Edge to submit multiple times in case of multiple clicks on slow server. Bug introduced in 0.41 doesn't work with Chrome: the form is not submitted
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3836 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-26 08:37:14 +00:00
Dominique.Fournier 26a78dfc0f Start package version 0.41
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3833 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-26 07:42:57 +00:00
Dominique.Fournier 8e24549ddd dblayeroo: add < and > comparisons
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3832 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-25 13:50:41 +00:00
Dominique.Fournier 3509b8b1f3 dblayeroo: manage the group by of the join object is defining the GROUP BY without not groupbed by field. (ex. Join with display MAX only field)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3831 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-25 12:10:19 +00:00
Dominique.Fournier 20befc4fcf dblayeroo: Do not add all the fields if there is no defined ones
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3830 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-25 11:21:21 +00:00
Dominique.Fournier 50062a4d1c dblayeroo: if displayAdd is empty, remove all the previous defined displayed columns
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3829 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-25 11:08:57 +00:00
Dominique.Fournier cfd9f99518 dblayeroo: manage correctely the GROUP BY when there is join objects
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3828 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-25 09:49:55 +00:00
Dominique.Fournier 391eb9e83b dblayeroo : Update tests to be valid without the GROUP BY as they were in rev 3538
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3827 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-25 09:32:42 +00:00
Dominique.Fournier eea451b131 dblayeroo : do not add the not needed GROUP BY
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3826 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-25 08:57:29 +00:00
Dominique.Fournier e98686d91c dblayeroo: Update of multiple not unique fields should not be an exception
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3825 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-24 19:05:11 +00:00
Dominique.Fournier ea8bbcf37b dblayeroo: UPDATE should not verify if the unique are not modified
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3824 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-24 14:25:38 +00:00
Dominique.Fournier 1be12b297f dblayeroo: Add IS NOT NULL operator to whereAdd
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3823 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-21 12:51:54 +00:00
Dominique.Fournier 9518419f25 dblayeroo: Update Alias support
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3822 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-20 14:17:15 +00:00
Dominique.Fournier 643bce947a dblayeroo: Add alias support (AS) to displayAdd
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3821 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-20 13:21:17 +00:00
Dominique.Fournier 5223b529d1 dblayeroo: push the group_concat_max_len to maximum allowed
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3820 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-20 12:03:39 +00:00
Dominique.Fournier 36de4b3600 dblayeroo: Add DISTINCT feature to displayAdd
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3819 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-20 09:50:42 +00:00
Dominique.Fournier db06724fa9 dblayeroo: in GROUP_CONCAT, allow the Separator to be set (use sqlite syntax, with a comma and the second optional parameter is the separator string)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3818 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-19 14:11:28 +00:00
Dominique.Fournier 0ac0fa75a5 dblayeroo: whereAddParenthesisOpen: Add automatically AND before if there is no already defined operator
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3817 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-19 10:30:44 +00:00
Dominique.Fournier 88f394fb72 dblayeroo: whereAdd "IS NULL" : do not add the value as it doesn't exists
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3816 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-19 10:28:24 +00:00
Dominique.Fournier 3ad9d4be68 dblayeroo: add more details in case of error in development
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3815 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-19 07:02:01 +00:00
Dominique.Fournier 2b183d15ad modelGenerator: Add the foreign keys objects in the constructor
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3814 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-19 06:41:05 +00:00
Dominique.Fournier bf31012a81 Add Exception if MB support is not available in PHP
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3813 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-19 06:30:27 +00:00
Dominique.Fournier 1ad689299b modelGenerator: create automatillay foreign objects if needed
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3812 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-18 18:36:46 +00:00
Dominique.Fournier 583db6300e getopts: substr in PHP7 has not the same result as PHP5.
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3807 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-12 07:55:09 +00:00
Dominique.Fournier c3429858af * form: Block the submit button to not allow Chrome/Edge to submit multiple times in case of multiple clicks on slow server
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3806 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-11 19:03:32 +00:00
Dominique.Fournier 0460ec70c8 Start packaging for 0.40 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3798 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-07-05 14:22:25 +00:00
Dominique.Fournier 5958dadc12 dblayeroo: remove not needed exception
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3794 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-30 09:34:04 +00:00
Dominique.Fournier 83955b2028 dblayeroo: verify foreign keys are skipped if update and the value is not provided
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3793 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-30 09:31:49 +00:00
Dominique.Fournier 5927bf7f06 Add .svnignore file
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3788 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-20 13:38:36 +00:00
Dominique.Fournier c274d97d11 Add coverage to domphptests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3786 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-20 13:35:32 +00:00
Dominique.Fournier d63e3acbcb Tests: remove the require_once in the tests files
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3785 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-20 13:35:07 +00:00
Dominique.Fournier b999bd7e5b mail: mail is now capable to read Mailer-Daemons and extract parts as attachment
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3782 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-16 13:58:57 +00:00
Dominique.Fournier 18bbfb5f5b mail: getDetail subject is now really converted to UTF-8
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3781 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-16 11:46:35 +00:00
Dominique.Fournier de6b079075 mail: Add the headers with \r\n instead of \n
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3780 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-16 11:29:29 +00:00
Dominique.Fournier f2e8763cc6 dblayeroo: supports foreign keys on multiple columns with syntax "col1,col2"
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3779 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-16 11:17:05 +00:00
Dominique.Fournier 64640a1d2b mail: do not use not defined array keys and generate warnings
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3778 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-16 11:16:27 +00:00
Dominique.Fournier 076e5a6945 dblayeroo: do not remove the foreign objects when using clearRequest method
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3777 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-15 11:42:54 +00:00
Dominique.Fournier fd2d6252ff modelGenerator: use the titles and foreign methods instead of using the properties
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3776 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-15 07:06:16 +00:00
Dominique.Fournier 8e97e5eb54 dblayeroo: getTableSchema for sqlite if no autoincrement field is defined, the sqlite_sequence table doesn't exists and must not crash the method
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3775 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-15 07:04:50 +00:00
Dominique.Fournier 9c95a5c564 Start packaging of 0.39 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3772 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-14 11:32:48 +00:00
Dominique.Fournier 8f482734da domci on mail
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3771 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-14 11:31:48 +00:00
Dominique.Fournier 24b5f7f12a convert: ucwords in UTF-8 with delimiter
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3769 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-14 11:25:59 +00:00
Dominique.Fournier 46db7a0cf0 Update locales
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3765 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-14 08:54:45 +00:00
Dominique.Fournier 13767bb7b8 smtp: if multiple recipients are provided by comma separated string, convert them to array
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3762 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-14 08:47:31 +00:00
Dominique.Fournier 3d571ae233 mail: add a Return-Path header is done on the first line and the other headers are added at the end of the headers
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3759 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-13 14:16:58 +00:00
Dominique.Fournier d2d6b6ba24 verify: obsolete all the methods with underscore
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3758 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-13 12:51:46 +00:00
Dominique.Fournier 19a73ad0d8 file: glob remove the first char if there is no chroot
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3757 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-13 12:27:00 +00:00
Dominique.Fournier 43a45b59c4 mail: allow mails to not have an encoding defined. Then do not transform the result
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3756 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-13 09:18:56 +00:00
Dominique.Fournier b9f593c546 dblayeroo: syntax error in table creation for MySQL and PgSQL if multiple foreign keys are defined
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3755 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-13 05:51:18 +00:00
Dominique.Fournier 95953579fe verify: check hashes
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3754 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-12 18:51:10 +00:00
Dominique.Fournier c597acea60 mail: allow 7bit contents
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3753 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-12 13:40:34 +00:00
Dominique.Fournier 235e980250 force the domframework path in require
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3752 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-12 11:56:25 +00:00
Dominique.Fournier 89461c1cb2 All the require_once are now prefixed by domframework to allow multiple loading of the page (without "Cannot redeclare class output")
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3750 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-02 09:46:42 +00:00
Dominique.Fournier a3ff06eac7 Version 0.39 start !
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3749 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-02 08:46:48 +00:00
Dominique.Fournier 764660ded9 Update locales
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3747 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-02 08:34:12 +00:00
Dominique.Fournier 89cc7911f5 Start packaging 0.38-1
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3746 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-02 08:32:31 +00:00
Dominique.Fournier b01c837f55 domci : remove trailling space
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3745 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-02 08:30:55 +00:00
Dominique.Fournier 26b3f53398 markdown: manage correctely the backslashes and the emphasis and the HR separators
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3744 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-01 20:46:48 +00:00
Dominique.Fournier 3c6b323300 markdown: allow to escape a part of string with backslash to not apply the markdown translation
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3743 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-06-01 14:38:49 +00:00
Dominique.Fournier 42cfed50c1 route : update phpdoc
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3739 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-31 12:05:52 +00:00
Dominique.Fournier 2ae8a6dad0 mail: change the getMessageID method to provideMessageID
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3738 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-30 18:48:46 +00:00
Dominique.Fournier d70014ad3e mail: notice if malformed mail is corrected
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3737 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-30 13:45:50 +00:00
Dominique.Fournier 683d5b0a51 file: update glob function to clean correctely in relative mode
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3736 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-30 08:43:26 +00:00
Dominique.Fournier e4e5e5931b smtp: throw an exception if the TO is not defined
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3735 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-29 19:08:27 +00:00
Dominique.Fournier 527304aee7 modelGenerator: typo in dblayeroo class name !
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3734 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-29 14:17:27 +00:00
Dominique.Fournier 69079baec8 route: catch the exception generated by route itself
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3733 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-29 12:32:10 +00:00
Dominique.Fournier ee285f0e41 route: catch the exception generated by route itself, and display the error page
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3732 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-29 12:30:34 +00:00
Dominique.Fournier 484a892836 route: catch the regex syntax error correctely
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3731 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-29 12:15:23 +00:00
Dominique.Fournier 59ff1d7a57 modelGenerator: manage correctely the carriage-returns
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3728 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-24 11:56:00 +00:00
Dominique.Fournier d58fd97840 modelGenerator: put theforeign keys on the next line instead having more than 80 chars
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3727 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-24 09:08:56 +00:00
Dominique.Fournier e9fa1aafb0 modelGenerator: catch the connect Exception to database correctely
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3726 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-24 09:01:51 +00:00