Commit Graph
100 Commits
Author SHA1 Message Date
Dominique.Fournier 0d36aa7b47 Rename cacheFileTest in cachefileTest
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1554 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-25 16:11:18 +00:00
Dominique.Fournier 18d9f3f73f Update name of class in cachefile
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1553 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-25 16:10:13 +00:00
Dominique.Fournier eededab422 Rename cacheFile in cachefile to be consistent with all domframework
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1552 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-25 16:09:53 +00:00
Dominique.Fournier 92fbf288f7 Rework of blog example to be compliant with version of domframework
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1551 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-25 12:40:19 +00:00
Dominique.Fournier 11624f512b First version of cacheFile with associated tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1550 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-25 09:59:33 +00:00
Dominique.Fournier 7d90d6fba8 Renderer : Update docs to add the variable support to view
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1532 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-20 20:39:30 +00:00
Dominique.Fournier 8612a760ba Add the variables support to the renderer : we can send datas variable to the view and the view can manage them. The Search/Replacement feature continue to be available
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1531 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-20 20:37:44 +00:00
Dominique.Fournier 09e5365124 cli : BUG : Removing Strict Standard warning
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1513 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-01 16:26:37 +00:00
Dominique.Fournier 87cb2d4fcf markdown allow a good indentation in ul/li.
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1511 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-01 12:27:50 +00:00
Dominique.Fournier 386f490481 Add the code coverage to phpunit. Need to be launch with phpunit --coverage-text or phpunit --coverage-html=/tmp/cover
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1510 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-07-01 11:26:50 +00:00
Dominique.Fournier 0b8eede15c markdown : BUG : in code, don't allow to have list. Just code !
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1509 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-30 14:33:09 +00:00
Dominique.Fournier 18fe0913ae markdown : BUG : Correct the "code" section : don't allow ul/li in codes, print */- normally
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1508 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-30 12:11:52 +00:00
Dominique.Fournier 9ef7095303 markdown : BUG in Sharp Titles (if not ending by #, the title is not discovered)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1507 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-30 11:24:57 +00:00
Dominique.Fournier 980d68d2f1 Add markdown phpunit tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1506 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-30 10:40:15 +00:00
Dominique.Fournier 4191996006 markdown : BUG : Errors in \n in return
markdown : BUG : Error if code section starting at the top of text
markdown : All the actual phpunit tests are good


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1505 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-30 10:39:47 +00:00
Dominique.Fournier 0823d36cd6 markdown : correct partial testTitleSharp : removing unwanted ending space
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1504 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-30 07:46:03 +00:00
Dominique.Fournier a404db66d8 Tests : don't remove $_SERVER variable
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1502 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-27 12:59:28 +00:00
Dominique.Fournier 052a8a8d1a Add PHPUnit tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1501 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-27 11:57:45 +00:00
Dominique.Fournier 884da19d71 route : Correct support of SERVER_PORT
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1500 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-27 11:56:27 +00:00
Dominique.Fournier fef26c83a6 Add ports in routing module
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1499 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-27 09:21:04 +00:00
Dominique.Fournier 40b9ac1015 Add port in URL to the routing module
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1498 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-27 09:18:17 +00:00
Dominique.Fournier 136790a988 route : BUG : Add server port in routing to be used in VPN
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1497 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-27 08:52:29 +00:00
Dominique.Fournier 2ad181d97b Preparing the 0.4 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1494 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-27 08:02:12 +00:00
Dominique.Fournier 7e4102d103 Allow characters with # in the titles
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1493 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 20:24:36 +00:00
Dominique.Fournier 2c4e69f62e Markdown : be compatible with ul or li
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1492 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 19:45:21 +00:00
Dominique.Fournier 284a4e2c5e BUG : the ### TITLEx doesn't work caused by the search empty line at the ned and at the start of the regex
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1491 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 19:35:29 +00:00
Dominique.Fournier 3116a1f5c3 Correct the code when it finished the file : no blank line
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1490 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 19:19:19 +00:00
Dominique.Fournier 86bb25a688 the right file to debug markdown
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1489 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 19:04:16 +00:00
Dominique.Fournier 94b77ec490 Removing correctely the debug file (only if it exists)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1488 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 18:58:47 +00:00
Dominique.Fournier 8834797041 markdown : BUG : - line1\nline2 : should be the continuity of <li>, not <p>
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1487 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 17:54:11 +00:00
Dominique.Fournier 738c9132b3 markdown : Correct the <hr> stack (too much <p></p>)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1486 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 14:44:41 +00:00
Dominique.Fournier 01b95a2b95 BUG : * * * - - - shoud be SEPARATORS
BUG : the mails/url are not working caused by htmlentities


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1485 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 14:30:55 +00:00
Dominique.Fournier 5f81675c8b markdown : remove the left spaces in the beginning of lines as it is not necessary. Not use ltrim to conserve the indent in the codes
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1484 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 13:59:45 +00:00
Dominique.Fournier 13624b195c markdown : remove empty <p></p> sections
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1483 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-25 12:04:12 +00:00
Dominique.Fournier 197c9de161 Add short titles support (== TITRE -> h1, -- TITRE -> h2)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1482 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-24 12:17:54 +00:00
Dominique.Fournier 29bc34a07b Correct the HTTP return codes (401 only if not authorized, 405 in case of error)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1481 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-20 14:03:22 +00:00
Dominique.Fournier bde592292a Preparing 0.3 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1479 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-20 13:28:14 +00:00
Dominique.Fournier 954fdfdfc0 Add Authorization in docs
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1478 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-20 13:25:31 +00:00
Dominique.Fournier c2c5ea42ab Preparing version 0.3
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1477 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-20 13:19:27 +00:00
Dominique.Fournier 9718cfd5bc Modify comment : esthetics
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1476 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-20 13:17:57 +00:00
Dominique.Fournier b30d0c9ec6 authorisationdb : remove all the sub-objects when removing one object
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1475 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-20 11:53:48 +00:00
Dominique.Fournier f1ca57b4cb Do the chmod only if we are on linux and if we are the owner of the file
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1474 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-20 11:23:17 +00:00
Dominique.Fournier d168f3a06f Force the SQLite database file in 0666 mode to be readable from CLI or Web site
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1473 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-20 11:16:42 +00:00
Dominique.Fournier 647e1603bd First version of authentication : storage in database and abstract class
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1471 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-18 20:21:28 +00:00
Dominique.Fournier 21964e47b0 Add directRead to dblayer to solve the problem of read with OR in WHERE clause
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1470 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-18 11:57:11 +00:00
Dominique.Fournier 280617b547 Add support to list of tables in dblayer for the 3 PDO engines
Add support to connect database


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1469 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-18 09:10:18 +00:00
Dominique.Fournier 9e2da45514 dblayers functions are now public
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1468 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-17 18:00:45 +00:00
Dominique.Fournier e74bbf7369 Add initialize method in authorization
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1466 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-17 17:42:30 +00:00
Dominique.Fournier 971335fe5d Define the phpdoc configuration
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1465 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-16 13:50:53 +00:00
Dominique.Fournier 42bc4280a1 Typo
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1464 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-16 13:46:55 +00:00
Dominique.Fournier 027cbccdcf PHPDoc support : correct the erroneous entries
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1463 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-16 13:46:39 +00:00
Dominique.Fournier 679fa2c24a Exit of makePackageDebian if the compilation failed before launching lintian
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1452 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-13 09:45:58 +00:00
Dominique.Fournier 4a441c3154 Modify the makePackageDebian to have a version variable
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1451 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-13 09:45:19 +00:00
Dominique.Fournier 486b1ff921 Changelog too long
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1447 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-13 09:32:11 +00:00
Dominique.Fournier d4e1de348c Prepare 0.2 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1445 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-13 09:16:56 +00:00
Dominique.Fournier 7e993d4007 out-of-date-standards-version : go to 3.9.5 version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1444 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-13 09:12:53 +00:00
Dominique.Fournier 81e298a089 The createTable must use the class fields and not external variables. Easier !
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1443 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-12 14:39:44 +00:00
Dominique.Fournier aa26715645 A variable was used without initialisation in CLI
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1440 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-12 14:17:17 +00:00
Dominique.Fournier ab6a4715ac dblayer : Add foreign keys in creation of table
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1439 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-12 12:39:51 +00:00
Dominique.Fournier 1d1e0cb0b6 dblayer : Move unique fields in each SQL engine
bug dblayer : table name was alwas 'table' (missing $)
adding quotes arround unique fields to support spaces


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1438 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-12 12:00:52 +00:00
Dominique.Fournier a1122a716c Add creationTable function for MySQL, SQLite and PostgreSQL
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1437 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-11 14:50:16 +00:00
Dominique.Fournier 87b4c843ef Add the public in functions of dblayer
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1436 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-11 12:23:19 +00:00
Dominique.Fournier 9ce72830e1 Removing TODO in docs : not in svn
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1430 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-05 20:19:54 +00:00
Dominique.Fournier 57ee35fb22 Fix error in unique fields validation
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1429 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-05 20:18:02 +00:00
Dominique.Fournier 3671350f7d Check before using if the SQLite database file is writeable and raise an exceptiion in case of error
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1423 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-05 12:27:36 +00:00
Dominique.Fournier edb78f936c Force Foreignkeys support in SQLite (PRAGMA foreign_keys = ON;)
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1422 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-05 11:19:33 +00:00
Dominique.Fournier b7fe8ad341 Missing ! : not test of existing key in an array before update in dblayer
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1412 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-04 16:43:51 +00:00
Dominique.Fournier c746d1fe4b Error in debian watch
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1411 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-04 12:31:33 +00:00
Dominique.Fournier 2e8dd883d2 Add a PDO exception if PDO has a problem
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1408 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-04 12:17:22 +00:00
Dominique.Fournier 65b83208f7 Install the domframework in /usr/share/php/domframework
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1407 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-04 11:36:14 +00:00
Dominique.Fournier b1e9abdcae Forgot a dns in framework
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1405 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-03 14:37:22 +00:00
Dominique.Fournier 7025795c23 Add debian package to domframework
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1404 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-03 14:35:55 +00:00
Dominique.Fournier cec5c60e83 Add a 3600s timeout on the CSRF token
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1377 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-01 09:10:27 +00:00
Dominique.Fournier 5deed571ec Don't display an error if the headers are already sent
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1375 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-01 08:17:49 +00:00
Dominique.Fournier 9398370664 Catch the non catched exception in routes and display them in Internal server error
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1374 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-01 07:53:46 +00:00
Dominique.Fournier 3ec8e3f052 Add forms in documentation
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1373 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-01 07:37:46 +00:00
Dominique.Fournier cba4fcc57c Add CSRF support in form
Get the values provided by the user with a method with CSRF validation
Remove the verify support as it is not used (and it use eval function which is evil)


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1371 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-01 06:03:52 +00:00
Dominique.Fournier a2e0be173f Typo : start -> star
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1370 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-06-01 04:39:44 +00:00
Dominique.Fournier 20db47f64f Bug inserted in last commit : the dash in parameters is converted in array in place to be read as string
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1366 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-28 17:45:53 +00:00
Dominique.Fournier a0a5cade28 Remove warning in CLI usage
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1365 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-28 14:19:09 +00:00
Dominique.Fournier db9554facc Add mandatory field option to display a red star for mandatory fields
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1352 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-22 14:42:21 +00:00
Dominique.Fournier f87874ca03 Don't look at & in stdin entries in CLI
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1343 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-22 09:17:53 +00:00
Dominique.Fournier 02b6d20908 Add the PHP version in 5.2 minimum
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1342 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-21 21:09:43 +00:00
Dominique.Fournier 683d45e8cd Adding FQDN, hostname, domain, and is_ip verify tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1341 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-21 21:09:19 +00:00
Dominique.Fournier 95cd53193e In creation, non mandatory and inexisting fields are not asked
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1340 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-21 21:08:43 +00:00
Dominique.Fournier 5449ecc27a Skip the primary key in update tests if it is provided
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1331 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-21 20:01:24 +00:00
Dominique.Fournier 45077d166c Remove "PHP Strict Standards: Only variables should be passed by reference" warning in CLI
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1329 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-21 19:32:50 +00:00
Dominique.Fournier 45d9d0cb78 First version of verify
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1323 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-21 18:19:00 +00:00
Dominique.Fournier c0d4b0ef24 Update the dbLayer to update more easily the tables
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1317 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-21 14:23:09 +00:00
Dominique.Fournier bb18deadab Adding support of operationnal errors in form
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1305 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-20 17:03:44 +00:00
Dominique.Fournier 1a62acca09 USAGE is now in markdown
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1291 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-13 14:22:33 +00:00
Dominique.Fournier cfc5e3a43e Add table support to outputtxt
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1290 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-13 12:00:47 +00:00
Dominique.Fournier 4d0e0d7993 Removing unlink debug
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1289 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-12 12:58:16 +00:00
Dominique.Fournier f3cb6a2c09 Removing debug
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1288 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-12 12:57:40 +00:00
Dominique.Fournier 8d16811eff P tags are now corrects
Put the closing tags at end of line to be more readable


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1287 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-12 12:55:55 +00:00
Dominique.Fournier 5a0171caa7 Adding more logs at the start of the script to help the debug
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1286 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-10 22:07:30 +00:00
Dominique.Fournier cde5e524d5 First fonctionnal version with code protection, titles
Adding time statistics in debug (32ms to parse a 21ko markdown file)


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1285 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-10 21:44:43 +00:00
Dominique.Fournier 6ed9dc84a9 First quasi-fonctionnal markdown version
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1284 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-10 21:10:30 +00:00
Dominique.Fournier 3d5cce734b Better support of imbricated lists
Better support of empty texts


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1283 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-10 18:44:27 +00:00
Dominique.Fournier eae04943d8 First version of Markdown converter.
Not complete, but there is a workbase


git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1282 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
2014-05-10 17:17:52 +00:00