Commit Graph
100 Commits
Author SHA1 Message Date
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
Dominique.Fournier f17f6076e1 dblayeroo: the connect process need now the database name and generate an Exception if not provided in the DSN
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3725 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-24 08:47:54 +00:00
Dominique.Fournier a9b83cc069 version 0.38 in trunk
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3715 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-22 08:28:53 +00:00
Dominique.Fournier 96506907f7 Start packaging of 0.37 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3713 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-22 08:19:49 +00:00
Dominique.Fournier aabb3a8e98 mail: Remove the not needed CR in getDetails
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3712 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-20 19:17:36 +00:00
Dominique.Fournier 0b2d566c9f mail: convert the headers to UTF-8 if the mime encoding is set
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3711 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-20 19:09:41 +00:00
Dominique.Fournier 8658bd8a86 mail: allow header to be set to empty
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3710 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-20 18:59:53 +00:00
Dominique.Fournier d551a70e53 mail: allow to read bad formed mail without notice
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3709 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-20 18:49:26 +00:00
Dominique.Fournier 1d3900a3db verify: missing "static" on static methods
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3708 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-20 18:25:31 +00:00
Dominique.Fournier bb37b9200a dblayeroo: check if table name and primary key is defined before verify an entry
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3707 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 17:55:07 +00:00
Dominique.Fournier 50e01cc20b dblayeroo: autoincrement fields must be primary too
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3706 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 14:22:37 +00:00
Dominique.Fournier 43ba2ba9c1 modelGenerator: Add DFK header
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3705 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 08:21:22 +00:00
Dominique.Fournier c4489dd2ad modelGenerator: manage correctely the CR in missing sections
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3704 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 08:09:07 +00:00
Dominique.Fournier dcf93e48a6 domci update
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3703 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 07:52:49 +00:00
Dominique.Fournier 5e13a477b3 Update dblayeroo tests to supports PGSQL order
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3702 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 07:48:38 +00:00
Dominique.Fournier 42ef3046cf modelGenerator: add the -u, -p and -n options
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3701 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 07:09:48 +00:00
Dominique.Fournier 9c33e4b868 verify: Add isAllowedChars to check if a string contains invalid chars
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3700 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 07:04:45 +00:00
Dominique.Fournier b7334c1cd4 getopts: manage correctely the parameters if its value is "" (should not be ignored)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3699 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-19 07:01:28 +00:00
Dominique.Fournier 44c10ff0c6 Add modelGenerator tool to create the model files based on an existing database
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3698 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-18 18:58:42 +00:00
Dominique.Fournier 1b55855df3 Update the DBLayeroo tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3660 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-12 19:52:41 +00:00
Dominique.Fournier 3f11e7637e backtrace: check the parameter before use it
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3659 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-12 19:44:44 +00:00
Dominique.Fournier 0d92eebb64 - smtp: remove the spaces in the FROM and TO addresses (or clean the address if toto<toto@toto.com> is provided
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3658 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-12 19:42:06 +00:00
Dominique.Fournier 85ce83ff39 * outputxml: if the provided data are XML, do not change them and just display them with the headers
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3655 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-12 19:00:16 +00:00
Dominique.Fournier 6673974a80 verify: integer can be integer
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3645 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-11 14:46:11 +00:00
Dominique.Fournier ed547df3eb verify: integer can be integer !
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3644 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-11 14:44:31 +00:00
Dominique.Fournier 2709c75040 dblayeroo : manage correctely the NULL values
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3643 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-11 12:01:35 +00:00
Dominique.Fournier 6348103e75 dblayeroo : remove not needed debug
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3639 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-11 08:36:44 +00:00
Dominique.Fournier 0785f07d92 dblayeroo : after cleaning all the child objects, remove the instances
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3638 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-11 08:35:41 +00:00
Dominique.Fournier f932529077 dblayeroo: catch the exception in prepare request and manage it in DBException
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3637 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-11 08:23:25 +00:00
Dominique.Fournier c67658f1fe dblayeroo : add stacktrace in debug if exception
dblayeroo : clear all the join objects if clear request is called


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3636 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-11 07:58:44 +00:00
Dominique.Fournier 5b30ec5b62 - Add display backtrace support
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3635 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-11 07:49:26 +00:00
Dominique.Fournier d294809cba dblayeroo : update for GROUP BY
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3634 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-10 13:39:21 +00:00
Dominique.Fournier 6461fbd63c dblayeroo : Missing $pos
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3633 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-10 12:46:40 +00:00
Dominique.Fournier 2b17459b65 Add the GROUP BY part in the SQL request
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3632 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-10 12:40:26 +00:00
Dominique.Fournier feb1c4096d - dblayeroo: Add the GROUP BY feature and the function support
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3631 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-10 12:38:01 +00:00
Dominique.Fournier 3471cb3d4b verify: add the verification of UUID
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3624 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-09 14:36:44 +00:00
Dominique.Fournier 92202f6af1 Update locales
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3606 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-09 07:11:02 +00:00
Dominique.Fournier 27ae76db83 Start packaging for 0.36 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3605 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-09 07:07:23 +00:00
Dominique.Fournier 19a60471bc Add ucfirst UTF8
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3601 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-05 18:35:14 +00:00
Dominique.Fournier 141b647931 Update locales
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3597 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-05 14:25:00 +00:00
Dominique.Fournier b0f2346386 uuid: The constructor can not be static
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3592 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-05 13:55:07 +00:00
Dominique.Fournier 07497465a6 Add UUID creation feature
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3589 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-05 12:58:54 +00:00
Dominique.Fournier 9a47e3867c dblayeroo: do not test the foreign keys in update mode if the value is not provided
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3574 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-04 14:22:47 +00:00
Dominique.Fournier a3cceef004 dblayeroo: Manage correctely the test of the dblayeroo class in Join case
dblayeroo: Manage correctely the WHERE clause in join mode


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3573 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-04 12:16:26 +00:00
Dominique.Fournier 4e65cbe987 dblayeroo: display the titles with the table name if the funll option is set or if a joinObject is defined
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3572 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-04 08:03:40 +00:00
Dominique.Fournier 8da8666dbb dblayeroo: allow to join with extends of dblayeroo
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3571 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-04 07:00:58 +00:00
Dominique.Fournier 7706e2da71 dblayeroo: if a parameter is not valid, do not use it!
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3570 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-03 19:42:17 +00:00
Dominique.Fournier 3d57b69e4d Update locales
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3569 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-03 19:03:20 +00:00
Dominique.Fournier ccb0fb8385 dblayeroo: update exception message to add the table name
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3568 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-03 19:01:56 +00:00
Dominique.Fournier 0f6f269ede dblayeroo: missing # in regex
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3567 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-03 14:43:23 +00:00
Dominique.Fournier a14590ceda verify: add the tests to dateSQL
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3566 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-03 13:43:58 +00:00
Dominique.Fournier 4ea1128595 verify: add the dateSQL check
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3565 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-03 13:41:49 +00:00
Dominique.Fournier 0df7e1bded dblayeroo: allow the primary key to be the unique key (and the unique is not defined)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3564 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-03 08:02:06 +00:00
Dominique.Fournier 790fe6b703 dblayeroo: if the primary key is defined, the unique are not mandatory
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3563 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-03 07:59:47 +00:00
Dominique.Fournier 0d63ce1e34 form : If the error is not due to field (it has numerical key, put the focus on the first field (if available) and not on the global error
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3562 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-02 14:17:46 +00:00
Dominique.Fournier 029bb0beb5 dblayeroo: allow to extends it. Add a connect class instead of the constructor
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3561 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-02 09:57:40 +00:00
Dominique.Fournier fb017dde76 verify: Use the \verify instead of $this for non static methods
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3559 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-02 09:44:06 +00:00
Dominique.Fournier 120d769656 dblayeroo: add return $this to setForeignObj
dblayeroo: manage correctely the foreign keys


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3558 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-05-02 08:53:28 +00:00
Dominique.Fournier 014d07c91f dblayeroo: force the parameters of the fields in lowercase
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3557 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-28 14:18:13 +00:00
Dominique.Fournier dadd4f1d9e - dblayeroo: Add a export configuration feature to return an array with all the defined parameters
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3556 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-28 13:17:33 +00:00
Dominique.Fournier 22522982e3 Update locales
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3555 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-28 10:10:20 +00:00
Dominique.Fournier 2b7055a4fc Update getopts to have a valid gettext entry
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3554 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-28 10:03:49 +00:00
Dominique.Fournier 73a4f0edb1 dblayeroo: the old displayColumn was bad written
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3553 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-28 06:46:18 +00:00
Dominique.Fournier 89be15802b dblayeroo: Remove tinyint support cause not available in PSQL
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3552 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-27 12:47:06 +00:00
Dominique.Fournier 2f0abcd139 dblayeroo: add tinyint field type
dblayeroo: Do not allow autoincrement if the field is not integer


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3551 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-27 12:41:15 +00:00
Dominique.Fournier 39d34965c0 * dblayeroo: allow to sort the ORDER statements (the first added is the first use)
* dblayeroo: allow to sort the Display statements (the first added is the first use)
* dblayeroo: change displayColumns to displayAdd


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3541 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-25 14:43:53 +00:00
Dominique.Fournier 48ce12accc dblayeroo : update to ORDER in the well known order
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3540 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-25 12:03:57 +00:00
Dominique.Fournier 152cd7048f dblayeroo : update for solve domci errors
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3539 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-25 11:54:19 +00:00
Dominique.Fournier b6b9573813 dblayeroo : review the join process and add the unit tests for it
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3538 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-25 11:49:19 +00:00
Dominique.Fournier 369536faae Remove the error_reporting from rss.php
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3530 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-24 13:00:08 +00:00
Dominique.Fournier 5f93c7b55b Update getopts tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3529 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-24 12:59:45 +00:00
Dominique.Fournier 626e4d66f6 getopts : manage correctely the help and the tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3528 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-24 12:59:27 +00:00
Dominique.Fournier 064407ff1c Update getopts to read correctely the ending line
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3526 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-16 15:17:37 +00:00
Dominique.Fournier 2f35b83e7d Add getopts support
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3525 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-14 13:35:00 +00:00
Dominique.Fournier 57c651f3dd convert: domci correction
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3524 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-13 13:08:58 +00:00
Dominique.Fournier 917c43c00a Add RSS support
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3523 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-13 12:47:16 +00:00
Dominique.Fournier 267c260a0f Update convert
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3522 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-13 12:17:57 +00:00
Dominique.Fournier 001c2a041a Add the convert format support
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3521 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-13 12:14:17 +00:00
Dominique.Fournier eddb8b25e5 verify : add the static methods
verify : add the unit tests


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3520 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-13 09:41:39 +00:00
Dominique.Fournier ba093a14a2 Add more tests to dblayeroo
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3502 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-10 14:33:52 +00:00
Dominique.Fournier 56cbeaa891 dblayeroo : manage correctely the columns names in joins
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3501 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2017-04-10 14:33:38 +00:00