platal.git
2010-09-27 Florent BruneauDirectly invoke XDB::prepare() instead of using __autol...
2010-09-27 Florent BruneauBig cleanup of XDB.
2010-09-25 RitonExtracted PlSqlJoin out of PlFilter class file
2010-09-23 RitonForgot to switch the constructor to protected
2010-09-18 Stéphane JacobPrevents warnings in plwizard.tpl.
2010-09-17 Florent BruneauDon't allow empty flags.
2010-09-17 Florent BruneauMerge remote branch 'origin/core-1.1.0' into core
2010-09-17 Florent BruneauActual security fix id. core/1.1.0/maint
2010-09-17 Florent BruneauFix an error in permission handling: all pages where...
2010-09-10 Stéphane JacobPrevents php warning when trying to retrieve a non...
2010-09-09 Florent BruneauUpdate ChangeLog
2010-09-09 RitonMade plat/al php5.3 compliant
2010-09-07 RitonSwitched PlImage's fields from private to protected
2010-09-04 RitonInserted a pl_error field in the json responses
2010-09-01 Raphaël BarroisMinor fix on PlUser: declare the "email" field too.
2010-08-30 Florent BruneauDefine a range of debug flags available for "users...
2010-08-23 Raphaël BarroisOops.
2010-08-22 Raphaël BarroisAdd "groups" to PlFilter.
2010-08-16 Raphaël BarroisUpdate doc for PlSet to explain 'arg' functions
2010-08-16 Raphaël BarroisAdd comments to plset.php, remove useless var from...
2010-08-08 Stéphane JacobRemoves trailing spaces.
2010-08-07 Raphaël BarroisAdd a $page-> function for displaying a message and...
2010-07-27 Stéphane JacobSlightly modifies select_db_table plugin.
2010-07-25 Stéphane JacobFixes use of an uninitialised variable in icon compiler.
2010-07-19 Stéphane JacobPrevents notice in skin templates.
2010-07-02 Florent BruneauManage site errors using exceptions.
2010-07-01 Florent BruneauChangelog for the next release.
2010-07-01 Florent BruneauShould fix Recoverable Errors on wiki pages.
2010-06-30 Florent BruneauRelease time for the core. core/1.1.0
2010-06-25 Stéphane JacobPrenvents '##' to be escaped to '' in SQL querries...
2010-06-24 Pascal CorpetEnables sorting of option fields in table editor.
2010-06-22 Pascal CorpetFix table editor : edit entry with id = 0 doesn't mean...
2010-06-19 Florent BruneauAdd PlMailer::setTo() (thus making PlMailer reusable).
2010-06-15 Pascal CorpetWhen force_login doesn't work, auth will fail
2010-06-15 Pascal CorpetMMList : adds a method to replace email in all lists...
2010-06-13 Pascal CorpetTry not to return empty email if you can find one
2010-06-06 Pascal Corpetsmall hack to return by ref
2010-06-06 Pascal CorpetAdd optional fields listing from other tables in table...
2010-06-05 Florent BruneauUpdate ChangeLog
2010-06-05 Florent BruneauShould fix a long standing bug preventing mail with...
2010-06-05 Pascal CorpetFixes message when adding a new entry with tableeditor...
2010-06-05 Florent BruneauImplements __unset on PlUser.
2010-06-01 Florent BruneauFix quoted-printable encoder when the subject contains...
2010-05-30 Pascal Corpetfix HTML validation
2010-05-29 Pascal Corpetfix toggledesc in PlFilterOrder. Fixes all order bugs...
2010-05-28 Raphaël BarroisFix problem with PlParallelIteratorUtils (Closes #1056)
2010-05-26 Raphaël BarroisFix date formatting
2010-05-16 Florent BruneauFlatten PFC_NChildren arguments.
2010-05-07 Raphaël BarroisFix UTs for make_datetime
2010-05-07 Raphaël BarroisAdd new function for parsing dates
2010-05-07 Raphaël BarroisAllow for default "assert" error message.
2010-05-01 Florent BruneauNon-fatal SQL errors when running unit tests.
2010-04-28 Florent BruneauAdd pl_flatten to transform arrays containing other...
2010-04-22 Stéphane JacobAdds timestamp in SQL errors (Closes #1031).
2010-04-17 Florent BruneauAdd basic tests of the platal engine.
2010-04-11 Florent BruneauPartially rewrites the Platal engine.
2010-04-10 Florent BruneauPlSet provides the keys of the set in smarty.
2010-03-22 Raphaël BarroisModify PlSet to allow for custom PlFilter getters
2010-03-22 Raphaël BarroisAdd PlEmptyIterator
2010-03-21 Florent BruneauLoad XDB to workaround a segfault in PHP.
2010-03-21 Florent BruneauFix issues with logger instantiation.
2010-03-21 Florent BruneauLet say this is a 'typo'.
2010-03-21 Florent Bruneausession, page, globals and logger are built using facto...
2010-03-20 Florent BruneauShould avoid the user object to be rebuild on each...
2010-03-20 Florent BruneauCleanup bug submission form.
2010-03-20 Florent BruneauFix support for wiki hooks.
2010-03-20 Florent BruneauAdd possibility to declare wiki hooks.
2010-03-16 Raphaël BarroisFixes detection of a "single" callback given to PlParal...
2010-03-16 Raphaël BarroisAdd ut for PlParallelIterator
2010-03-16 Raphaël BarroisFixes PlSubIterator according to unit tests...
2010-03-16 Raphaël BarroisAdd unit tests for callbacks and PlSubIterator
2010-03-15 Raphaël BarroisAdd PlParallelIterator
2010-03-15 Raphaël BarroisFixes PlSubIterator
2010-03-14 Florent BruneauFull coverage of PlDict by unit tests.
2010-03-14 Florent BruneauUse assertSame instead of assertEquals because we need...
2010-03-13 Florent BruneauPlHeap::iterator returns a flat array iterator.
2010-03-13 Florent BruneauAdd tests to cover PlHeap and PlMergeIterator.
2010-03-13 Florent BruneauSimplify (and fix) PlFilterIterator.
2010-03-13 Florent BruneauMore unit tests.
2010-03-11 Florent BruneauCleaner: don't hide syntax errors.
2010-03-11 Florent BruneauImproves unit testing.
2010-03-09 Florent BruneauAdd make test.
2010-03-09 Florent BruneauBasic tests of array iterator (need more tests).
2010-03-09 Florent BruneauAdd XDB escaping unit tests.
2010-03-09 Florent BruneauAdd basic include for unit tests.
2010-03-08 Raphaël BarroisFix problem in PlIteratorUtils
2010-03-08 Raphaël BarroisAdd PlIteratorUtils::getObjectProperty callback
2010-03-08 Raphaël BarroisBugfix in PlIteratorUtils::getArrayValueCallback
2010-03-06 Florent BruneauMakes compilation error debugging easier.
2010-03-06 Florent BruneauDumb implementation of missing PlSubIterator::first().
2010-03-06 Florent BruneauXDB::escaped use XDB::formatArray format to format...
2010-03-05 Florent BruneauAPI changes on PlSqlJoin in order to simplify its usage.
2010-03-02 Raphaël BarroisFix problem with bounds in MultipageView
2010-03-02 Stéphane JacobNo need to fetch bounds if they are not required.
2010-03-02 Stéphane JacobRenames user_id to uid accordingly to our naming conven...
2010-03-01 Stéphane JacobFixes bounds display on multipage view.
2010-02-28 Bernardo Freitas... Typo file->line
2010-02-28 Stéphane JacobFixes the function that returns int in PlDict, adds...
2010-02-28 Florent BruneauDon't produce html when running in CLI.
2010-02-23 Stéphane JacobMoves make_firstname_case to PlUser.
next