Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-18 | Improved parameter checking | Craig Andrews | |
2009-11-18 | Relatively positioning notice_primary | Sarven Capadisli | |
2009-11-18 | Styled realtime_actions | Sarven Capadisli | |
2009-11-18 | Added play/pause button for realtime notices. While on pause, it will | Sarven Capadisli | |
store the notices and on play it will add them to the notice list | |||
2009-11-18 | Created separate objects for receive actions | Sarven Capadisli | |
2009-11-18 | Setting windowhasfocus to true by default | Sarven Capadisli | |
2009-11-18 | Changed from click to bind | Sarven Capadisli | |
2009-11-18 | Setting max notice count in order not to freak out the browser with | Sarven Capadisli | |
memory issues. It removes the node and unbinds the previously assigned events. | |||
2009-11-18 | Added check to see whether window has focus | Sarven Capadisli | |
2009-11-18 | Added a call to NoticeFavor() | Sarven Capadisli | |
2009-11-18 | Removed setTimeout. It was initially intended to prevent dupes but | Sarven Capadisli | |
this is not the case with 0.9.x's util.js as opposed to 0.8.x, where it didn't properly check if a given notice id is already in the list | |||
2009-11-18 | Changed window open name to '' because IE doesn't compute names that | Sarven Capadisli | |
include the '-' character. | |||
2009-11-18 | Added on click event to open up anchors in notice items in a new | Sarven Capadisli | |
window for the Realtime plugin's pop-up window. | |||
2009-11-17 | (Theoretically) allow users to change their passwords. | Craig Andrews | |
I cannot test this... but I hope it works :-) | |||
2009-11-17 | Renaming GeonamesPlugin::NAMESPACE to GeonamesPlugin::LOCATION_NS to avoid ↵ | Brion Vibber | |
parse errors; 'namespace' is a reserved keyword in PHP 5.3 and later. | |||
2009-11-17 | Merge branch '0.9.x-mobile' into 0.9.x | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-17 | Reformatted for 80 character width, and clarified the username/nickname ↵ | Craig Andrews | |
attribute difference | |||
2009-11-17 | Added li for entity_flag | Sarven Capadisli | |
2009-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: classes/statusnet.ini | |||
2009-11-16 | Fix for PHP spewing notices from commit a373d07ae00b878f47970f2e4a7d86c6ec3a65cf | Brion Vibber | |
Please test with error_reporting set to E_ALL! Classnames and function names aren't first-class objects in PHP and need to be referenced as strings here. :( | |||
2009-11-16 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Craig Andrews | |
2009-11-16 | Allow plugin DB_DataObject classes to not have to use the .ini file by ↵ | Craig Andrews | |
overriding keys(), table(), and sequenceKey() for them | |||
2009-11-16 | try to return to the correct page from FlagProfileForm | Evan Prodromou | |
2009-11-16 | make profile flag actions work like other profile actions | Evan Prodromou | |
2009-11-16 | use return-to method for adminprofileflag | Evan Prodromou | |
2009-11-16 | Refactored Recaptcha plugin to use addPlugin() | Eric Helgeson | |
Also nicer log messages | |||
2009-11-16 | start showing actions for flagged profiles | Evan Prodromou | |
2009-11-14 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-13 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2009-11-13 | Fix regression in OpenID autosubmit page. | Brion Vibber | |
Since core JS loads were moved to the bottom, the JavaScript was being run before jQuery was loaded, so the onload event never got set. Moved it down to the scripts section. | |||
2009-11-13 | Fix to work with csarven's changes to util.js | Craig Andrews | |
2009-11-13 | Resetup the ajaxification for replies and favors after inf. scrolling | Craig Andrews | |
Made the selector much more specific, so it only works on pages that have notices | |||
2009-11-13 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-13 | Refactor User_username object creation to reuse code | Craig Andrews | |
2009-11-13 | autoregister returns the new user on success (not just true) | Craig Andrews | |
2009-11-13 | Moved class="pagination" to child element and removed element | Sarven Capadisli | |
2009-11-12 | Added a User_username table that links the external username with a ↵ | Craig Andrews | |
StatusNet user_id Added EmailAuthenticationPlugin Added ReverseUsernameAuthenticationPlugin Changed the StartChangePassword and EndChangePassword events to take a user, instead of a nickname User::allowed_nickname was declared non-static, but used as if it was static, so I made the declaration static | |||
2009-11-12 | Also delete the OpenID provider data when a user is deleted | Craig Andrews | |
2009-11-11 | Don't use common_config anymore | Craig Andrews | |
2009-11-11 | Correct stupid spelling errors | Craig Andrews | |
2009-11-11 | Redid how URL shorteners work. This way is much more like how Evan wants ↵ | Craig Andrews | |
events to work (and more like how the rest of SN works). | |||
2009-11-11 | Rename the plugins, as I'm separating out Authn, Authz, and user information ↵ | Craig Andrews | |
into separate plugins | |||
2009-11-11 | Added XHR for form_entity_flag | Sarven Capadisli | |
2009-11-11 | Added margin-top for showstream page (space between entity_actions and | Sarven Capadisli | |
notice_primary) | |||
2009-11-11 | Set window resize before openning it up | Sarven Capadisli | |
2009-11-11 | Calling selector once | Sarven Capadisli | |
2009-11-11 | Using mark-top styles | Sarven Capadisli | |
2009-11-11 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-10 | Added a events for the settings menu items | Craig Andrews | |