2011-01-07 |
Florent Bruneau | Simplify javascript. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Stéphane Jacob | Removes calls to obsolete functions. |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Florent Bruneau | Happy New Year! |
commit | commitdiff | tree | snapshot |
2011-01-04 |
Vincent Zanotti | Adds a new PlApiHook for API handlers. The main two... |
commit | commitdiff | tree | snapshot |
2011-01-03 |
Vincent Zanotti | Creates a new plat/al error code for invalid request... |
commit | commitdiff | tree | snapshot |
2011-01-02 |
Vincent Zanotti | Adds a new PlHook subclass for token-authenticated... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Stéphane Jacob | Merge branch 'core/maint' into core/master |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Stéphane Jacob | Allows deletion based on 2 fields in plTableEditor. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Stéphane Jacob | Retrieves ids from a PlSet. |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Florent Bruneau | Merge remote branch 'origin/core/1.1.1/maint' into... |
commit | commitdiff | tree | snapshot |
2010-12-16 |
Florent Bruneau | Fix check. core/1.1.1/maint |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Florent Bruneau | Fix invalid error detection. |
commit | commitdiff | tree | snapshot |
2010-12-15 |
Florent Bruneau | In case of RPC error, show the HTTP answer. |
commit | commitdiff | tree | snapshot |
2010-12-12 |
Florent Bruneau | Produce errors in case of RPC failures. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Florent Bruneau | Remove debugging stuff. |
commit | commitdiff | tree | snapshot |
2010-12-09 |
Florent Bruneau | Add an embedded mode for platal. |
commit | commitdiff | tree | snapshot |
2010-11-27 |
Florent Bruneau | PlImage supports timestamps. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Florent Bruneau | Allow insertion of a batch of entries. |
commit | commitdiff | tree | snapshot |
2010-11-14 |
Florent Bruneau | Ensure PlBacktrace is loaded before registering errors. |
commit | commitdiff | tree | snapshot |
2010-11-13 |
Florent Bruneau | Fix permission check for page edition. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Florent Bruneau | Take into account PlExportable interface. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Florent Bruneau | Coding rules. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Florent Bruneau | Add an helper to build the export of the PFOs. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Riton | Removed unconsistent reference passing in PlFilter |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Florent Bruneau | PlFilterOrder is an abstract class, put a default imple... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Florent Bruneau | PlFlagset and PlDBTableEntry are exportable. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Riton | Added interface PlExportable and implemented it on... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Florent Bruneau | PlDBTableEntry: add support for field validators. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Stéphane Jacob | Do not show old errors when clearing them. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Stéphane Jacob | Prevents error when displaying site errors. |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Florent Bruneau | Fix some php errors. |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Florent Bruneau | Several improvements on how PHP errors are managed. |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Florent Bruneau | Clear cache link in menu also clear PlCache. |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Florent Bruneau | Add PlCache::clear{Variant}() and PlCache::clearAll(). |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Florent Bruneau | PlDBTableEntry: can provide a custom formatter to seria... |
commit | commitdiff | tree | snapshot |
2010-11-01 |
Florent Bruneau | Add can_convert_to_integer and to_integer functions. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Florent Bruneau | PlDBTableEntry: add support for custom selection. |
commit | commitdiff | tree | snapshot |
2010-10-31 |
Florent Bruneau | PlDBTableEntry: add support for date(time) fields,... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Florent Bruneau | Security... |
commit | commitdiff | tree | snapshot |
2010-10-28 |
Florent Bruneau | Should avoid fatal errors when sending emails from... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Florent Bruneau | Release core 1.1.1 core/1.1.1 |
commit | commitdiff | tree | snapshot |
2010-10-19 |
Raphaël Barrois | Fix select_db_table to handle properly 'valeur=0' commands |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Florent Bruneau | Add a new class that aims at providing a simple gateway... |
commit | commitdiff | tree | snapshot |
2010-10-17 |
Florent Bruneau | Add an API to handle caching. |
commit | commitdiff | tree | snapshot |
2010-10-15 |
Stéphane Jacob | Returns transaction result. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Florent Bruneau | Improves site_errors. |
commit | commitdiff | tree | snapshot |
2010-10-12 |
Florent Bruneau | Use explicit click on the trace to toggle its visibility. |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Florent Bruneau | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2010-10-11 |
Florent Bruneau | Add a guard against overlapping transactions. |
commit | commitdiff | tree | snapshot |
2010-10-10 |
Florent Bruneau | Fix deprecated references to XorgDBIterator (renamed... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Florent Bruneau | Add XDB::runTransaction($callback, $arg1, $arg2, $arg2... |
commit | commitdiff | tree | snapshot |
2010-10-07 |
Florent Bruneau | Add XDB::startTransaction(), XDB::commit() and XDB... |
commit | commitdiff | tree | snapshot |
2010-10-05 |
Florent Bruneau | Fix SUID. |
commit | commitdiff | tree | snapshot |
2010-10-03 |
Florent Bruneau | Add unit tests for soundex. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Florent Bruneau | Don't be so lazy, implements all the XDB::raw* variants. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Florent Bruneau | Use XDB::raw variants. |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Florent Bruneau | Add XDB::rawXXXX($query) that runs the given query... |
commit | commitdiff | tree | snapshot |
2010-10-01 |
Florent Bruneau | TableEditor: don't use REPLACE to update the content... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Florent Bruneau | Add PlUser::isMe($other): returns true if $other is... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Florent Bruneau | Use user object from session to compute permission... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Florent Bruneau | PlFlagSet is iterable. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Florent Bruneau | Add interface PlIteraface and the corresponding abstrac... |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Florent Bruneau | Add tests for XDBFormat. |
commit | commitdiff | tree | snapshot |
2010-09-28 |
Florent Bruneau | Add PlIteratorUtils::foreachIterator() to build a PHP... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Florent Bruneau | Directly invoke XDB::prepare() instead of using __autol... |
commit | commitdiff | tree | snapshot |
2010-09-27 |
Florent Bruneau | Big cleanup of XDB. |
commit | commitdiff | tree | snapshot |
2010-09-25 |
Riton | Extracted PlSqlJoin out of PlFilter class file |
commit | commitdiff | tree | snapshot |
2010-09-23 |
Riton | Forgot to switch the constructor to protected |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Stéphane Jacob | Prevents warnings in plwizard.tpl. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Florent Bruneau | Don't allow empty flags. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Florent Bruneau | Merge remote branch 'origin/core-1.1.0' into core |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Florent Bruneau | Actual security fix id. core/1.1.0/maint |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Florent Bruneau | Fix an error in permission handling: all pages where... |
commit | commitdiff | tree | snapshot |
2010-09-10 |
Stéphane Jacob | Prevents php warning when trying to retrieve a non... |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Florent Bruneau | Update ChangeLog |
commit | commitdiff | tree | snapshot |
2010-09-09 |
Riton | Made plat/al php5.3 compliant |
commit | commitdiff | tree | snapshot |
2010-09-07 |
Riton | Switched PlImage's fields from private to protected |
commit | commitdiff | tree | snapshot |
2010-09-04 |
Riton | Inserted a pl_error field in the json responses |
commit | commitdiff | tree | snapshot |
2010-09-01 |
Raphaël Barrois | Minor fix on PlUser: declare the "email" field too. |
commit | commitdiff | tree | snapshot |
2010-08-30 |
Florent Bruneau | Define a range of debug flags available for "users... |
commit | commitdiff | tree | snapshot |
2010-08-23 |
Raphaël Barrois | Oops. |
commit | commitdiff | tree | snapshot |
2010-08-22 |
Raphaël Barrois | Add "groups" to PlFilter. |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Raphaël Barrois | Update doc for PlSet to explain 'arg' functions |
commit | commitdiff | tree | snapshot |
2010-08-16 |
Raphaël Barrois | Add comments to plset.php, remove useless var from... |
commit | commitdiff | tree | snapshot |
2010-08-08 |
Stéphane Jacob | Removes trailing spaces. |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Raphaël Barrois | Add a $page-> function for displaying a message and... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Stéphane Jacob | Slightly modifies select_db_table plugin. |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Stéphane Jacob | Fixes use of an uninitialised variable in icon compiler. |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Stéphane Jacob | Prevents notice in skin templates. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Florent Bruneau | Manage site errors using exceptions. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Florent Bruneau | Changelog for the next release. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Florent Bruneau | Should fix Recoverable Errors on wiki pages. |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Florent Bruneau | Release time for the core. core/1.1.0 |
commit | commitdiff | tree | snapshot |
2010-06-25 |
Stéphane Jacob | Prenvents '##' to be escaped to '' in SQL querries... |
commit | commitdiff | tree | snapshot |
2010-06-24 |
Pascal Corpet | Enables sorting of option fields in table editor. |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Pascal Corpet | Fix table editor : edit entry with id = 0 doesn't mean... |
commit | commitdiff | tree | snapshot |
2010-06-19 |
Florent Bruneau | Add PlMailer::setTo() (thus making PlMailer reusable). |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pascal Corpet | When force_login doesn't work, auth will fail |
commit | commitdiff | tree | snapshot |
2010-06-15 |
Pascal Corpet | MMList : adds a method to replace email in all lists... |
commit | commitdiff | tree | snapshot |
2010-06-13 |
Pascal Corpet | Try not to return empty email if you can find one |
commit | commitdiff | tree | snapshot |
next |