root/trunk


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @1033 [1033] 07/20/08 01:32:06 laurentj ticket #584: jforms: new emptyitem element on menulist to specify the …
(edit) @1032 [1032] 07/20/08 01:04:39 laurentj ticket #423: jforms: id of generated forms should be more predictable
(edit) @1031 [1031] 07/20/08 00:45:53 laurentj jforms: change the api of template plugin {form} and {formfull}. now it is …
(edit) @1030 [1030] 07/20/08 00:11:17 laurentj Merge modifications from jelix-group branch to the trunk. It includes: - …
(edit) @1027 [1027] 07/19/08 01:24:18 laurentj deactivate the support of the old syntax of selectors : …
(edit) @1026 [1026] 07/19/08 01:13:39 laurentj ticket #483: removed end php tags at the end of each php files
(edit) @1025 [1025] 07/19/08 00:50:50 laurentj ticket #627: new _preCreate and _preUpdate methods in jControllerCrud
(edit) @1024 [1024] 07/18/08 23:28:59 laurentj ticket #650: jauth~login:form should redirect to after_login if the user …
(edit) @1023 [1023] 07/18/08 23:18:09 laurentj ticket #641: jFormsControlDataSource should not define defaultValue=array …
(edit) @1020 [1020] 07/18/08 22:48:10 laurentj bug #572: bad sql syntax when using jDaoConditions with in/not operators. …
(edit) @1018 [1018] 07/16/08 11:46:36 bballizlife ticket #632: fix typos in jelix-scripts and remove php end tags (trunk)
(edit) @1017 [1017] 07/15/08 23:18:38 laurentj ticket #637: fixed bad translation for the error message 302
(edit) @1016 [1016] 07/12/08 00:01:22 bastnic #646, linebreaks in textareas in jtpl plugin, p= Julien Issler
(edit) @1015 [1015] 07/11/08 23:53:07 bastnic fixed #579 : add clause GROUP BY in jDao*, p=Thomas
(edit) @1014 [1014] 07/11/08 23:45:03 bastnic fixed #631 : fixed bug in jAcl2 pgsql file, p=nuks
(edit) @1013 [1013] 07/11/08 18:38:57 bibo #628: preserve aspectratio with maxwidth and maxheight attributes (plugin …
(edit) @1012 [1012] 07/11/08 01:35:34 bastnic Shame on Loic M, so many mistakes on jMessage : * the class set on the …
(edit) @1011 [1011] 07/10/08 16:24:19 bballizlife ticket #644 : add jMessage class and {jmessage} jTpl plugin to manage …
(edit) @1009 [1009] 07/09/08 16:25:49 julieni ticket #645: jSession: old sessions are not purged with some PHP …
(edit) @1008 [1008] 07/09/08 10:40:21 bibo #561 : make history behaves like a FIFO
(edit) @1007 [1007] 07/08/08 14:35:17 laurentj ticket #580: jDaoFactoryBase::countBy : allowing to do count on distinct …
(edit) @1006 [1006] 07/08/08 14:30:45 laurentj ticket #643: fixed bug on events generated by daos. p=Thomas
(edit) @1005 [1005] 07/08/08 11:55:45 laurentj ticket #576: update xml method didn't support null values. p=Thomas
(edit) @1004 [1004] 07/07/08 17:05:42 bibo #629 : bug fixes on breadcrumb tpl plugin (old name was ariane)
(edit) @1003 [1003] 07/07/08 15:30:05 bibo #638 : messageLogFormat now supports %url% to log the url causing an …
(edit) @1002 [1002] 06/25/08 21:32:35 laurentj ticket #630: bad sql query in jacl2 admin module when using postgresql. …
(edit) @1001 [1001] 06/21/08 18:03:38 laurentj worked on ticket #483: Remove the ?> end tag
(edit) @1000 [1000] 06/21/08 17:55:53 laurentj added some tests for jTplCompiler and added an alias for 'assign' : eval
(edit) @999 [999] 06/21/08 17:11:40 laurentj ticket #137: added assignByRef method in jTpl
(edit) @998 [998] 06/21/08 17:08:23 laurentj ticket #138: added registerModifier and registerFunction into jTpl
(edit) @997 [997] 06/20/08 16:49:41 laurentj fixed bug #605 : we couldn't use eval keyword in a local name in a …
(edit) @996 [996] 06/18/08 14:31:16 julieni ticket #622: some errors and missing help for jAcl2 command line scripts
(edit) @995 [995] 06/18/08 00:37:23 laurentj ticket #503: simplification of the build of locale files in other charset …
(edit) @991 [991] 06/15/08 16:01:27 bastnic oracle support with PDO-OCI,p=Gwendal Jouannic
(edit) @990 [990] 06/15/08 15:50:14 bastnic fixed #602 : jClasses::createBinded does not work, p=doubleface
(edit) @989 [989] 06/15/08 15:38:45 bastnic fixed #618, added 2 methods to override the jDaoRecordBase object to …
(edit) @987 [987] 06/15/08 15:25:55 bastnic fixed #511 : resolved memory exhausted errors in truncate …
(edit) @986 [986] 06/13/08 18:12:23 bastnic fixed #621 : bug in jacl2 event in conflict with jacl,r=Vincent Rabeux
(edit) @983 [983] 06/10/08 19:05:52 bibo #610: added jResponseHtmlFragment addContent method
(edit) @982 [982] 06/10/08 16:42:49 laurentj ticket #30: added link_to_remote plugin. p=Julien Jacottet
(edit) @980 [980] 06/06/08 16:50:34 bastnic login tpl of jauth : <label> weren't closed
(edit) @977 [977] 06/06/08 16:44:57 bastnic error on the exception's selector in modifier.jdatetime.php
(edit) @976 [976] 06/04/08 23:43:50 laurentj performance improvement: the check of the temp dir is now made when …
(edit) @974 [974] 06/01/08 00:30:49 laurentj updated wikirenderer to its last trunk version
(edit) @973 [973] 05/31/08 23:33:42 bibo ticket #581 : specify more than one labelProperty, criteria, criteriaFrom …
(edit) @972 [972] 05/31/08 17:12:01 bibo #601: error message was not renamed correctly.
(edit) @971 [971] 05/31/08 17:07:00 bibo #601: jelix tpl plugin: add {ifctrl ... } block plugin
(edit) @969 [969] 05/31/08 14:31:07 bastnic jacl2 error message wasn't set coorectly
(edit) @965 [965] 05/30/08 16:57:22 lipki ticket #588: The patch corrects the problem that appears if the filename …
(edit) @964 [964] 05/30/08 16:52:46 lipki ticket #589: creat the dir "cache / images" if it does not exist. …
(edit) @963 [963] 05/30/08 16:49:27 lipki ticket #587: adds the possibility of adding all the attributes standars of …
(edit) @962 [962] 05/30/08 11:57:41 laurentj fixed regressions on some tests
(edit) @961 [961] 05/29/08 13:37:36 bibo credits updated
(edit) @960 [960] 05/29/08 12:41:31 laurentj ticket #476: significant url, there was a bug when using a handler without …
(edit) @959 [959] 05/29/08 10:43:30 bibo #582 : jForms optional profile for dao datasource
(edit) @958 [958] 05/29/08 10:27:20 laurentj fixed a bug in a unit test, about the lastest modification in the form …
(edit) @957 [957] 05/29/08 09:16:11 bibo #585: jTpl plugin swf : swf* plugins should not prefix basePath to anim …
(edit) @955 [955] 05/28/08 14:58:03 bastnic fixed #583 : choice of builder in jforms tpl plugins
(edit) @953 [953] 05/28/08 13:42:04 julieni ticket #569: jLocale : support multiline rendering in strings
(edit) @951 [951] 05/28/08 13:31:35 julieni ticket #554: jForms : fixed bugs in jforms.js based on Martus' report
(edit) @949 [949] 05/28/08 13:25:05 julieni ticket #570: jZipCreator : empty dirs are not included in the archive
(edit) @948 [948] 05/28/08 13:20:24 julieni ticket #447: jDao : attribute groupby for method selectfirst
(edit) @945 [945] 05/27/08 17:28:39 julieni ticket #592: form plugin create always a form with method post
(edit) @944 [944] 05/27/08 15:50:03 laurentj credits…
(edit) @943 [943] 05/27/08 00:19:16 laurentj fixed a regression added by the patch of the ticket #599
(edit) @942 [942] 05/21/08 14:54:33 laurentj just little code cleanup
(edit) @941 [941] 05/21/08 14:52:29 laurentj fixed ticket #599: jUrl::toString didn't removed multiple '/' between the …
(edit) @940 [940] 05/20/08 18:40:50 laurentj Ticket #97 bis: Changed the setting of charset with the client connection, …
(edit) @939 [939] 05/20/08 18:33:29 laurentj ticket #523: Added enhanced service handling (dependency injection) in …
(edit) @938 [938] 05/19/08 18:05:40 bballizlife fix bug in the trunk: jelix.php createform was generating form files with …
(edit) @937 [937] 05/19/08 17:26:54 laurentj Fixed bug: jelix module was forbidden when checkTrustedModules was …
(edit) @936 [936] 05/19/08 16:38:28 laurentj jAuth : renamed persistanceEnabled event parameter by persistence, and …
(edit) @935 [935] 05/19/08 16:27:06 laurentj jAuth : added persistenceEnabled parameter at the AuthLogin? event
(edit) @934 [934] 05/15/08 18:25:05 laurentj update wikirenderer to its lastest trunk version
(edit) @933 [933] 05/13/08 18:29:59 laurentj updated wikirenderer to its last trunk version fixed a bug in the …
(edit) @932 [932] 05/13/08 14:56:51 laurentj fixed a bug in a manifest file : jCmdlineCoordinator was not included …
(edit) @931 [931] 05/08/08 10:08:20 laurentj added missed images for the reference documentation
(edit) @930 [930] 05/07/08 11:24:18 laurentj fixed a warning generated during template compilation
(edit) @929 [929] 05/07/08 01:01:41 laurentj ticket #573: bad support of round brackets in 'if' statements in jTpl
(edit) @927 [927] 05/05/08 11:36:11 lipki fix bug #557 Corrects the characters escaped in firebug r=laurentt
(edit) @925 [925] 05/04/08 23:13:03 laurentj ticket #551: jForms shouldn't get values from the request for readonly …
(edit) @924 [924] 05/04/08 23:06:08 laurentj ticket #548: some html plugins couldn't be used in other response type
(edit) @923 [923] 05/04/08 22:51:54 laurentj ticket #402: jelix-scripts, createdao and createdaocrud, there was no …
(edit) @921 [921] 05/04/08 18:58:11 julieni ticket #538: jResponseZip : on windows files are view like folders
(edit) @919 [919] 05/01/08 11:38:17 doubleface ticket #406: added live output in command line mode. p=doubleface …
(edit) @917 [917] 04/30/08 23:43:53 lipki ticket #527 Write the Ariane Wire : Shows the travels of the user. …
(edit) @916 [916] 04/30/08 23:02:42 laurentj fixed a unit test on jtpl plugins
(edit) @915 [915] 04/30/08 22:38:27 laurentj added some unit tests for jLocale. see ticket #543
(edit) @913 [913] 04/29/08 13:11:51 bastnic fixed #501 : jResponseHtmlFragment, p=Sylvain de Vathaire
(edit) @912 [912] 04/29/08 11:19:23 bastnic fixed #553 : adding some style from templates, p=Mickaël Fradin
(edit) @907 [907] 04/26/08 23:33:09 laurentj jforms has now two versions of the xml format, with separate compiler and …
(edit) @906 [906] 04/26/08 15:40:57 laurentj improvements in the code of jFormsBase and jFormsCompiler. Fixed also a …
(edit) @905 [905] 04/26/08 14:41:31 laurentj fixed errors in unit tests on jforms htmlbuilder, because of changes by …
(edit) @904 [904] 04/25/08 23:20:13 lipki updated the CREDITS file
(edit) @903 [903] 04/25/08 22:16:45 laurentj updated the CREDITS file
(edit) @902 [902] 04/25/08 15:44:10 lipki ticket #507 The history plugin uses the sessions to keep in mind the …
(edit) @901 [901] 04/25/08 15:27:37 lipki ticket #498 three plugin to integrate easily into a swf in file .tpl …
(edit) @900 [900] 04/25/08 15:19:15 lipki --
(edit) @898 [898] 04/24/08 21:10:48 julieni ticket #550: jForms html shouldn't generate readonly attribute on select
(edit) @897 [897] 04/24/08 10:23:57 bastnic fixed #559 : parameter on background and #560 for max{width/heght}, …
Note: See TracRevisionLog for help on using the revision log.
Download in other formats: RSS Feed ChangeLog