platal.git
2011-02-16 Stéphane JacobFixes deprecated features in PHP 5.3.x. core/1.1.2/maint
2011-01-29 Raphaël BarroisAdd 'set' and 'bootstrap' methods to Env/Get/Post core/1.1.2
2011-01-22 Florent BruneauSpeed up platal engine.
2011-01-21 Florent BruneauCheck html validity asynchronously.
2011-01-20 Florent BruneauCoding rules.
2011-01-20 RitonBugFix in PFC_OneChild (forgot a $this->)
2011-01-18 Florent BruneauAdd assertion API to jQuery.
2011-01-10 Stéphane JacobHTML validation.
2011-01-10 Stéphane JacobFixes PlImage.
2011-01-08 Florent BruneauCreate core.js with some utility functions from xorg.js.
2011-01-08 Florent BruneauRemove useless lines from gitignore.
2011-01-07 Florent BruneauFix end of lines.
2011-01-07 Florent BruneauSimplify javascript.
2011-01-07 Stéphane JacobRemoves calls to obsolete functions.
2011-01-04 Florent BruneauHappy New Year!
2011-01-04 Vincent ZanottiAdds a new PlApiHook for API handlers. The main two...
2011-01-03 Vincent ZanottiCreates a new plat/al error code for invalid request...
2011-01-02 Vincent ZanottiAdds a new PlHook subclass for token-authenticated...
2010-12-28 Stéphane JacobMerge branch 'core/maint' into core/master
2010-12-28 Stéphane JacobAllows deletion based on 2 fields in plTableEditor.
2010-12-20 Stéphane JacobRetrieves ids from a PlSet.
2010-12-16 Florent BruneauMerge remote branch 'origin/core/1.1.1/maint' into...
2010-12-16 Florent BruneauFix check. core/1.1.1/maint
2010-12-15 Florent BruneauFix invalid error detection.
2010-12-15 Florent BruneauIn case of RPC error, show the HTTP answer.
2010-12-12 Florent BruneauProduce errors in case of RPC failures.
2010-12-09 Florent BruneauRemove debugging stuff.
2010-12-09 Florent BruneauAdd an embedded mode for platal.
2010-11-27 Florent BruneauPlImage supports timestamps.
2010-11-14 Florent BruneauAllow insertion of a batch of entries.
2010-11-14 Florent BruneauEnsure PlBacktrace is loaded before registering errors.
2010-11-13 Florent BruneauFix permission check for page edition.
2010-11-06 Florent BruneauTake into account PlExportable interface.
2010-11-06 Florent BruneauCoding rules.
2010-11-06 Florent BruneauAdd an helper to build the export of the PFOs.
2010-11-05 RitonRemoved unconsistent reference passing in PlFilter
2010-11-05 Florent BruneauPlFilterOrder is an abstract class, put a default imple...
2010-11-05 Florent BruneauPlFlagset and PlDBTableEntry are exportable.
2010-11-05 RitonAdded interface PlExportable and implemented it on...
2010-11-05 Florent BruneauPlDBTableEntry: add support for field validators.
2010-11-04 Stéphane JacobDo not show old errors when clearing them.
2010-11-04 Stéphane JacobPrevents error when displaying site errors.
2010-11-01 Florent BruneauFix some php errors.
2010-11-01 Florent BruneauSeveral improvements on how PHP errors are managed.
2010-11-01 Florent BruneauClear cache link in menu also clear PlCache.
2010-11-01 Florent BruneauAdd PlCache::clear{Variant}() and PlCache::clearAll().
2010-11-01 Florent BruneauPlDBTableEntry: can provide a custom formatter to seria...
2010-11-01 Florent BruneauAdd can_convert_to_integer and to_integer functions.
2010-10-31 Florent BruneauPlDBTableEntry: add support for custom selection.
2010-10-31 Florent BruneauPlDBTableEntry: add support for date(time) fields,...
2010-10-28 Florent BruneauSecurity...
2010-10-28 Florent BruneauShould avoid fatal errors when sending emails from...
2010-10-26 Florent BruneauRelease core 1.1.1 core/1.1.1
2010-10-19 Raphaël BarroisFix select_db_table to handle properly 'valeur=0' commands
2010-10-17 Florent BruneauAdd a new class that aims at providing a simple gateway...
2010-10-17 Florent BruneauAdd an API to handle caching.
2010-10-15 Stéphane JacobReturns transaction result.
2010-10-12 Florent BruneauImproves site_errors.
2010-10-12 Florent BruneauUse explicit click on the trace to toggle its visibility.
2010-10-11 Florent BruneauUpdate ChangeLog
2010-10-11 Florent BruneauAdd a guard against overlapping transactions.
2010-10-10 Florent BruneauFix deprecated references to XorgDBIterator (renamed...
2010-10-07 Florent BruneauAdd XDB::runTransaction($callback, $arg1, $arg2, $arg2...
2010-10-07 Florent BruneauAdd XDB::startTransaction(), XDB::commit() and XDB...
2010-10-05 Florent BruneauFix SUID.
2010-10-03 Florent BruneauAdd unit tests for soundex.
2010-10-01 Florent BruneauDon't be so lazy, implements all the XDB::raw* variants.
2010-10-01 Florent BruneauUse XDB::raw variants.
2010-10-01 Florent BruneauAdd XDB::rawXXXX($query) that runs the given query...
2010-10-01 Florent BruneauTableEditor: don't use REPLACE to update the content...
2010-09-28 Florent BruneauAdd PlUser::isMe($other): returns true if $other is...
2010-09-28 Florent BruneauUse user object from session to compute permission...
2010-09-28 Florent BruneauPlFlagSet is iterable.
2010-09-28 Florent BruneauAdd interface PlIteraface and the corresponding abstrac...
2010-09-28 Florent BruneauAdd tests for XDBFormat.
2010-09-28 Florent BruneauAdd PlIteratorUtils::foreachIterator() to build a PHP...
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.
next