]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/unsubscribe.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / unsubscribe.php
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-11 Sarven CapadisliStandardising XHR responses to utf-8 and indenting
2008-12-03 Evan Prodromouunsubscribe from a remote profile
2008-11-20 csarven(Un)Subscribe form using ajaxForm()
2008-11-18 millettemore ajax coming (un-sub)
2008-09-22 Evan Prodromoumerge CiaranG's changes for subs
2008-08-16 CiaranGXMPP daemon updates including help, sub and subsub...
2008-08-29 Evan Prodromoubetter client error on CSRF problem with subscribe...
2008-08-29 Evan ProdromouCSRF protection for subscription/unsubscription
2008-08-22 CiaranGXMPP sub/unsub and help commands
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-05 Evan Prodromouif not a POST, redirect to subscriptions
2008-05-21 Evan Prodromoufix subscriptions a bit
2008-05-20 Evan Prodromoutrim whitespace
2008-05-14 Evan Prodromoulicense block for source code
2008-05-14 Evan Prodromouconsiderable coding