]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib/action.php
change Action::init() to Action::prepare() to avoid conflict with RSS10Action::init()
[quix0rs-gnu-social.git] / lib / action.php
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