]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib/action.php
Add an optional theme parameter to theme functions
[quix0rs-gnu-social.git] / lib / action.php
2009-01-14 Evan ProdromouAdd comment() method, have action use it
2009-01-14 sarvenParse error fix
2009-01-14 sarvenshowBody() -- revisit to add @id and @class to <body>
2009-01-14 Evan ProdromouAdd notice form
2009-01-14 sarvenUpdated:
2009-01-14 Evan ProdromouUpdate lib/action.php to use the right XMLOutputter...
2009-01-14 Evan ProdromouMerge branch 'uiredesign' of evan@dev.controlyourself...
2009-01-14 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-14 sarvenUpdated showLogo().
2009-01-14 Evan ProdromouModify public stream to use new UI framework
2009-01-13 Evan ProdromouMove page-generation code from lib/util.php to Action...
2009-01-08 Evan ProdromouMerge branch 'master' of ../laconica-stable
2009-01-06 Evan ProdromouMerge branch 'master' into devel
2008-12-21 Evan Prodromousome modifications to assuage phpcs
2008-12-03 Evan Prodromouchange Action::init() to Action::prepare() to avoid...
2008-12-02 Evan Prodromoubetter HTTP timestamp
2008-12-02 Evan Prodromouadd ETag handling
2008-12-02 Evan Prodromoubetter header for not-modified message
2008-12-02 Evan Prodromoubetter logic for if-modified-since
2008-12-02 Evan Prodromouwhitespace changes in action.php
2008-12-02 Evan Prodromoucopy-and-paste typo
2008-12-02 Evan Prodromouinit() returns boolean success value
2008-12-02 Evan Prodromouadd init, last_modified to actions
2008-11-24 Evan Prodromoucorrect self_url without cookie stuff
2008-07-20 Mike Cochranegettext strings and pass the query string between tabs...
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-10 Mike CochraneTrailing whitespace on lines
2008-07-10 Mike CochraneMore _t( to _( and sprintfs in new code
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-09 Evan Prodromourefactor common code between searches and between searc...
2008-07-09 Evan Prodromoudefaults for argument functions
2008-06-20 Evan Prodromouconfirm email addresses
2008-06-19 Evan Prodromoucopy args function
2008-06-12 Evan Prodromouonly validate if values are sent
2008-06-12 Evan Prodromoucatch errors in debug log
2008-05-29 Evan Prodromoueven better boolean handling
2008-05-29 Evan Prodromoufix checking boolean parameters
2008-05-22 Evan Prodromouabstract out RSS 1.0 generation to allow multiple streams
2008-05-22 Evan Prodromoustrip slashes
2008-05-21 Evan Prodromouvalidation in form handlers
2008-05-20 Evan Prodromoutrim whitespace
2008-05-17 Evan Prodromoufix array key check
2008-05-17 Evan Prodromoutry to fix arghandling in action
2008-05-17 Evan Prodromoufixup argument handling in action superclass
2008-05-17 Evan Prodromoufixes to make it all lint
2008-05-14 Evan Prodromoulicense block for source code
2008-05-14 Evan Prodromoumove library files to lib