Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						703443f152 
					 
					
						
						
							
							Event upgraded to microformats2  
						
						
						
						
					 
					
						2014-06-23 14:20:06 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						e6dcb0c40e 
					 
					
						
						
							
							Moved Event CSS into the plugin directory  
						
						
						
						
					 
					
						2014-06-03 11:34:39 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						7d191f8062 
					 
					
						
						
							
							s/bestUrl/getUrl/ for notices and microapp objects  
						
						
						
						
					 
					
						2014-04-29 19:46:58 +02:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						f110fc5c9a 
					 
					
						
						
							
							Using GNUSOCIAL_VERSION instead of STATUSNET_VERSION  
						
						
						
						
					 
					
						2013-11-01 13:51:41 +01:00 
						 
				 
			
				
					
						
							
							
								Mikael Nordfeldth 
							
						 
					 
					
						
						
							
						
						de55d8f83b 
					 
					
						
						
							
							plugins onAutoload now only overloads if necessary (extlibs etc.)  
						
						... 
						
						
						
						lib/plugin.php now has a parent onAutoload function that finds most common
files that are used in plugins (actions, dataobjects, forms, libs etc.) if
they are put in the standardised directories ('actions', 'classes', 'forms',
'lib' and perhaps some others in the future). 
						
						
					 
					
						2013-08-28 16:10:30 +02: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 
						 
				 
			
				
					
						
							
							
								Zach Copley 
							
						 
					 
					
						
						
							
						
						60a574ef28 
					 
					
						
						
							
							Work improving the interface of the Event micro-app  
						
						... 
						
						
						
						Squashed commit of the following:
commit da50b6b0223fcbc42cf45d01a138f08930917e71
Author: Zach Copley <zach@status.net >
Date:   Tue Aug 2 00:35:36 2011 -0700
    If end time < start time reset the end time selection
commit 6dfc35579e8e4bd0af9d85fc46799bcc462c68b1
Author: Zach Copley <zach@status.net >
Date:   Mon Aug 1 23:55:10 2011 -0700
    Populate event dates with sensible defaults
commit 0bc8d726706cfdc0830687e7f40e941e61691191
Author: Zach Copley <zach@status.net >
Date:   Mon Aug 1 23:29:46 2011 -0700
    Recalculate times if user changes start or end date
commit 6a92a31429b4eb6f442eaf850d59dcc5b121e57f
Author: Zach Copley <zach@status.net >
Date:   Mon Aug 1 23:03:46 2011 -0700
    * Better date/time display
    * Localize date and time display for user
commit 2bf344068a0eb6e3ed90efacbf33c85e7ee5edf7
Author: Zach Copley <zach@status.net >
Date:   Mon Aug 1 15:56:21 2011 -0700
    Reselect the end time after timelist update
commit 62fd0620eb5fcc94c240c0fc0b304aa17509de8d
Author: Zach Copley <zach@status.net >
Date:   Mon Aug 1 14:40:14 2011 -0700
    Fix bug in which end time was not properly in sync with start time + 30mins
commit 3c6bcfb2d962f3677082c468a29480d2a1813d73
Author: Zach Copley <zach@status.net >
Date:   Mon Aug 1 12:37:00 2011 -0700
    Pass exact URL of the timelist action to event.js
commit efc74841c5b588cdae686630a1b4c1448e5d742b
Author: Zach Copley <zach@status.net >
Date:   Mon Aug 1 11:20:45 2011 -0700
    Add Ajax error handling to new event action
commit 3085f4b3ed93bb930bff1bc475309b4d473ffc83
Author: Zach Copley <zach@status.net >
Date:   Fri Jul 22 01:18:13 2011 -0700
    Ajaxify event end-time selector
commit 8025c1d368d8f862b666702bfab08daf633a34ea
Author: Zach Copley <zach@status.net >
Date:   Thu Jul 21 21:58:43 2011 -0700
    Remove dead code
commit 5fbfff47297dea609a07d67a81d430f97f6698ef
Merge: bcd845d 3c926af
Author: Zach Copley <zach@status.net >
Date:   Thu Jul 21 15:21:58 2011 -0700
    Merge branch 'eventjs' of gitorious.org:~zcopley/statusnet/zcopleys-clone into eventjs
    * 'eventjs' of gitorious.org:~zcopley/statusnet/zcopleys-clone:
      Populate timei selection dropdowns and better CSS (thanks Sammy!)
      Event start/end as dropdowns
      Nothing to see here move along
      Don't allow user to set crazy start and end dates
      New event dates shouldn't ever be in the past, eh?
      Move event microapp JavaScript into included .js file
    Conflicts:
    	plugins/Event/event.js
    	plugins/Event/eventform.php
commit bcd845dc56c147c4ba10eedd43cc7aa799bc6a9a
Author: Zach Copley <zach@status.net >
Date:   Thu Jul 21 15:11:19 2011 -0700
    Move the helper functions for filling the start/end times to their own class
commit d246d39c4afbffb1e76cd561ab61f15dafd8a988
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 20 18:50:38 2011 -0700
    Populate time selection dropdowns and better CSS (thanks Sammy!)
commit 0778533fef5500db79e40664c5b56aa7d9cc8357
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 20 15:54:27 2011 -0700
    Event start/end as dropdowns
commit e800053fdf2cb12fc1f2eac72762d07571647aa8
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 19 14:12:01 2011 -0700
    Nothing to see here move along
commit a85949b9cc4f3b5bb387785d4b7a717e9d952752
Author: Zach Copley <zach@status.net >
Date:   Mon Jul 18 17:48:30 2011 -0700
    Don't allow user to set crazy start and end dates
commit 87d1301ce8aa8877e753440dd52166bf857b29f3
Author: Zach Copley <zach@status.net >
Date:   Sun Jul 17 22:31:24 2011 -0700
    New event dates shouldn't ever be in the past, eh?
commit 7e05aa5fdc02bfec6107bcf8c748627216d51405
Author: Zach Copley <zach@status.net >
Date:   Fri Jul 15 15:36:17 2011 -0700
    Move event microapp JavaScript into included .js file
commit 3c926af287f80ee389b5bc8a4c1dcc5e0904a14c
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 20 18:50:38 2011 -0700
    Populate time selection dropdowns and better CSS (thanks Sammy!)
commit af09c57d5132dba2a6a3e76974e38fdde6422c45
Author: Zach Copley <zach@status.net >
Date:   Wed Jul 20 15:54:27 2011 -0700
    Event start/end as dropdowns
commit b585215ed7deb4dc9d4bbc065d36b6e3f819d710
Author: Zach Copley <zach@status.net >
Date:   Tue Jul 19 14:12:01 2011 -0700
    Nothing to see here move along
commit e1d30ae9b80eded4ed7ef6bdd7515da64ae344de
Author: Zach Copley <zach@status.net >
Date:   Mon Jul 18 17:48:30 2011 -0700
    Don't allow user to set crazy start and end dates
commit ad7c99f021980b867f369066b4413bdb1e882986
Author: Zach Copley <zach@status.net >
Date:   Sun Jul 17 22:31:24 2011 -0700
    New event dates shouldn't ever be in the past, eh?
commit 4741f0a327e10e67fc04e2b816ed56351e38b4fa
Author: Zach Copley <zach@status.net >
Date:   Fri Jul 15 15:36:17 2011 -0700
    Move event microapp JavaScript into included .js file 
						
						
					 
					
						2011-08-02 01:17:56 -07:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						2998033816 
					 
					
						
						
							
							Add FIXME comments to remember to encode/decode important data about a  
						
						... 
						
						
						
						happening in ActivityStreams format 
						
						
					 
					
						2011-07-01 23:06:16 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						a0ed80a5d8 
					 
					
						
						
							
							Correct list of parameters for Happening::saveNew()  
						
						
						
						
					 
					
						2011-07-01 23:04:44 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						c37c303b14 
					 
					
						
						
							
							Correct the category of the EventPlugin  
						
						
						
						
					 
					
						2011-07-01 22:20:13 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						963d052653 
					 
					
						
						
							
							Merge branch '1.0.x' of gitorious.org:statusnet/mainline into 1.0.x  
						
						
						
						
					 
					
						2011-04-21 15:23:22 -04:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						5e97047f8f 
					 
					
						
						
							
							Update translator documentation.  
						
						... 
						
						
						
						i18n fixes.
Whitespace updates. 
						
						
					 
					
						2011-04-21 20:26:58 +02:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						36d56232c6 
					 
					
						
						
							
							a little better notice hiding  
						
						
						
						
					 
					
						2011-04-21 13:37:05 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0e4029ecb6 
					 
					
						
						
							
							Fixup rendering of event and RSVP  
						
						
						
						
					 
					
						2011-04-20 10:57:46 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						1ab8004d78 
					 
					
						
						
							
							Move Event and RSVP rendering to listitem classes  
						
						
						
						
					 
					
						2011-04-20 10:52:57 -04:00 
						 
				 
			
				
					
						
							
							
								Samantha Doherty 
							
						 
					 
					
						
						
							
						
						c2038e796b 
					 
					
						
						
							
							Update Event plugin datepicker function for new unique input IDs.  
						
						
						
						
					 
					
						2011-04-17 21:40:15 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						638d29a820 
					 
					
						
						
							
							Hide RSVPs from threaded notice output  
						
						
						
						
					 
					
						2011-04-09 17:11:38 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						bfc33f3999 
					 
					
						
						
							
							Merge remote-tracking branch 'gitorious/1.0.x' into 1.0.x  
						
						
						
						
					 
					
						2011-04-08 16:14:09 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						997babfea3 
					 
					
						
						
							
							correctly return for deleted items  
						
						
						
						
					 
					
						2011-04-08 12:15:32 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						50c4731d20 
					 
					
						
						
							
							show event as deleted  
						
						
						
						
					 
					
						2011-04-08 12:14:05 -04:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						2640232c68 
					 
					
						
						
							
							Update translator documentation.  
						
						... 
						
						
						
						L10n and i18n updates.
Break long lines in README before or at 80 characters.
Superfluous whitespace removed. 
						
						
					 
					
						2011-04-08 01:22:02 +02:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						6e67eb3b81 
					 
					
						
						
							
							Many i18n and L10n updates.  
						
						
						
						
					 
					
						2011-04-01 22:08:38 +02:00 
						 
				 
			
				
					
						
							
							
								Siebrand Mazeland 
							
						 
					 
					
						
						
							
						
						14456cbbb2 
					 
					
						
						
							
							Fix gettext domain for messages in plugins "_()" to "_m()".  
						
						... 
						
						
						
						Some other i18n and L10n updates, too.
i18n/L10n review not complete. 
						
						
					 
					
						2011-03-30 22:31:23 +02:00 
						 
				 
			
				
					
						
							
							
								Samantha Doherty 
							
						 
					 
					
						
						
							
						
						49952b08e1 
					 
					
						
						
							
							A little more quick styling for Events.  
						
						
						
						
					 
					
						2011-03-17 08:32:18 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						1b82589b8f 
					 
					
						
						
							
							better date handling in events  
						
						
						
						
					 
					
						2011-03-16 19:08:35 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						29a4bb4d91 
					 
					
						
						
							
							better formatting for RSVPs  
						
						
						
						
					 
					
						2011-03-16 17:51:27 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						ba2a246951 
					 
					
						
						
							
							slightly better formatting on events  
						
						
						
						
					 
					
						2011-03-16 17:13:34 -04:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						39f8d2c728 
					 
					
						
						
							
							date picker for event form  
						
						
						
						
					 
					
						2011-03-10 11:25:34 -06:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						4ea35f339d 
					 
					
						
						
							
							Fixes for Event plugin:  
						
						... 
						
						
						
						* RSVP cancel/delete now works
* caching fix for RSVP insert and delete (compound unique keys aren't properly handled for pkeyGet's caching right now; hacked it for this class for the moment)
* div nesting fix
* missing name/avatar on RSVP responses 
						
						
					 
					
						2011-03-09 14:10:26 -08:00 
						 
				 
			
				
					
						
							
							
								Brion Vibber 
							
						 
					 
					
						
						
							
						
						e9cab215fe 
					 
					
						
						
							
							Event: fix for display problem -- need to leave this div open for now  
						
						
						
						
					 
					
						2011-03-09 13:31:22 -08:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						35429c28e5 
					 
					
						
						
							
							updates to make RSVPs work  
						
						
						
						
					 
					
						2011-03-09 12:28:25 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						728869e311 
					 
					
						
						
							
							show RSVPs for an event  
						
						
						
						
					 
					
						2011-03-09 10:40:49 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f00f5f20b8 
					 
					
						
						
							
							add url to events  
						
						
						
						
					 
					
						2011-03-09 10:07:30 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						53e67b5ed5 
					 
					
						
						
							
							make new event work, sort of  
						
						
						
						
					 
					
						2011-03-09 02:48:14 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						f715821cf0 
					 
					
						
						
							
							Kinda complete and kinda working-ish events  
						
						
						
						
					 
					
						2011-03-09 02:37:55 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						0b30fb3971 
					 
					
						
						
							
							Make event-specific stuff in EventPlugin  
						
						
						
						
					 
					
						2011-03-09 02:37:55 -05:00 
						 
				 
			
				
					
						
							
							
								Evan Prodromou 
							
						 
					 
					
						
						
							
						
						24fd39d6ab 
					 
					
						
						
							
							new Event plugin  
						
						
						
						
					 
					
						2011-03-09 02:37:55 -05:00