Typo Fix
[platal.git] / classes / plpage.php
2011-02-07 RitonTypo Fix
2011-01-21 Florent BruneauCheck html validity asynchronously.
2011-01-04 Florent BruneauHappy New Year!
2010-12-28 Stéphane JacobMerge branch 'core/maint' into core/master
2010-12-16 Florent BruneauMerge remote branch 'origin/core/1.1.1/maint' into...
2010-12-09 Florent BruneauAdd an embedded mode for platal.
2010-11-01 Florent BruneauSeveral improvements on how PHP errors are managed.
2010-10-10 Florent BruneauFix deprecated references to XorgDBIterator (renamed...
2010-09-28 Florent BruneauUse user object from session to compute permission...
2010-09-17 Florent BruneauMerge remote branch 'origin/core-1.1.0' into core
2010-09-04 RitonInserted a pl_error field in the json responses
2010-08-07 Raphaël BarroisAdd a $page-> function for displaying a message and...
2010-07-19 Stéphane JacobPrevents notice in skin templates.
2010-02-22 Florent BruneauSet error return code when PlPage::kill() is called...
2010-02-14 Florent Bruneau2010.
2009-11-15 Vincent ZanottiMerge commit 'origin/core-1.0.2' into core
2009-11-14 Vincent ZanottiAllows addJsLink to be used for non-static Javascript. core/1.0.2/maint core/1.0.2
2009-11-08 Vincent ZanottiServes javascript file from a per-version directory...
2009-11-08 Vincent ZanottiFactorizes the content type / content cache headers...
2009-06-17 Vincent ZanottiMerge commit 'origin/core-1.0.0' into core
2009-05-23 Vincent ZanottiMerge commit 'origin/core-1.0.0' into core
2009-04-10 Vincent ZanottiMerge commit 'origin/core-1.0.0' into core
2009-02-01 Florent BruneauAdd a parameter to allow recompilation of templates...
2009-01-27 Florent BruneauAdd a small prefilter on plpage to avoid notices when...
2009-01-20 Stéphane JacobAdds killError, etc like trigError, etc.
2009-01-12 Florent BruneauHappy New Year
2009-01-05 Florent BruneauMerge commit 'origin/core-1.0.0' into core
2008-12-28 Florent BruneauAssign platal in _run.
2008-11-02 Florent BruneauMinor fixes:
2008-10-25 Aymeric AugustinGrammar
2008-10-25 Aymeric AugustinAdd a function to include arbitrary <link> tags in...
2008-08-17 Florent BruneauMove the templates required by the core module in the...
2008-08-14 Florent Bruneau'xorg.js' is not in plat/al-core.
2008-07-27 Florent BruneauAutomatically add sitename in page title.
2008-06-24 Florent BruneauFix page()->kill() behaviour for php-cli.
2008-06-22 Florent BruneauAdd PlPage::setTitle()
2008-06-22 Florent BruneauBase layout of the core.
2008-06-22 Florent BruneauFirst bench of moves.
2008-06-22 Florent BruneauFix SUID
2008-06-21 Florent Bruneau{site}.inc.php is the base for all jobs.
2008-06-21 Florent BruneauGlobals, Session and Page object are now built by the...
2008-06-21 Florent BruneauRename PlatalPage to PlPage