Commit Graph

21 Commits

Author SHA1 Message Date
Chimo 9de79f0a36 Update prepare() method on Action subclasses.
Fixes handle()-related strict warnings such as "Strict Standards:
Declaration of AdminPanelAction::prepare() should be compatible with
Action::prepare(array $args = Array)

Ref. #190
2016-06-01 02:26:44 +00:00
Chimo ba2975aac8 Update handle() method on Action subclasses.
Fixes handle()-related strict warnings such as "Strict Standards:
Declaration of AdminPanelAction::handle() should be compatible with
Action::handle()"

Ref. #190
2016-06-01 02:26:44 +00:00
Mikael Nordfeldth 2a4dc77a63 The overloaded DB_DataObject function staticGet is now called getKV
I used this hacky sed-command (run it from your GNU Social root, or change the first grep's path to where it actually lies) to do a rough fix on all ::staticGet calls and rename them to ::getKV

   sed -i -s -e '/DataObject::staticGet/I!s/::staticGet/::getKV/Ig' $(grep -R ::staticGet `pwd`/* | grep -v -e '^extlib' | grep -v DataObject:: |grep -v "function staticGet"|cut -d: -f1 |sort |uniq)

If you're applying this, remember to change the Managed_DataObject and Memcached_DataObject function definitions of staticGet to getKV!

This might of course take some getting used to, or modification fo StatusNet plugins, but the result is that all the static calls (to staticGet) are now properly made without breaking PHP Strict Standards. Standards are there to be followed (and they caused some very bad confusion when used with get_called_class)

Reasonably any plugin or code that tests for the definition of 'GNUSOCIAL' or similar will take this change into consideration.
2013-08-18 13:13:56 +02:00
Max Shinn 24e5f1806a Notifications and deleting albums 2010-12-30 08:02:59 -06:00
Max Shinn 330ac5dd12 Photo albums on photos page 2010-12-28 08:31:34 -06:00
Max Shinn 22fe5d0215 Creating albums and uploading to them 2010-12-28 07:33:06 -06:00
Max Shinn 18f46958f2 Individual ids for photos 2010-12-27 16:57:13 -06:00
Max Shinn 98cb4a4e54 Improved nav bar 2010-12-27 07:42:00 -06:00
Max Shinn e81bdcb200 Untabify 2010-12-26 20:51:17 -06:00
Max Shinn 6cc0a910d2 Individual photo page 2010-12-25 08:02:06 -06:00
Ian Denhardt 30815645fc Photo federation is basically working now, could use some polish. 2010-12-20 22:02:50 -05:00
Ian Denhardt 39d0420ab6 Fixed a typo that rendered firefox (and probably others) unable to upload photos. 2010-12-20 16:52:25 -05:00
Sean Corbett 2f06e29042 Merge branch 'master' of git://140.232.178.237/home/ian/public_html/gnu-social 2010-09-05 13:20:46 -04:00
Sean Corbett 3b0e5ae94a Added additional author info because I like to feel important ;) 2010-09-05 13:20:27 -04:00
Ian Denhardt fc131c2fb6 Users now post photos to separate albums in the DB (still need to display them separately.) 2010-09-05 13:19:15 -04:00
Sean Corbett 7e8ff72c0b Quick function to get an array of thumbnails for a gallery page. 2010-09-04 17:35:37 -04:00
Ian Denhardt 56c0f97bea first whack at proper photo sharing federation w/ activity streams. 2010-08-16 16:21:27 -04:00
Ian Denhardt 58d98a4c2b Photos now show up in feed (locally anywyay.) need cleanup/federation 2010-08-11 10:54:06 -04:00
Ian Denhardt dd17e32c85 Got database inserts for photos working. 2010-08-06 10:26:28 -04:00
Ian Denhardt 43454eba36 got uploads sortof working - database portion doesn't work though. 2010-08-05 13:11:34 -04:00
Ian Denhardt 16ad70e16f Started working on proper photo upload. not fully functional yet. 2010-08-04 17:26:55 -04:00