Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-18 | Merge branch 'admin-sections/2' into 0.9.x | Zach Copley | |
* admin-sections/2: Design admin panel mostly done. | |||
2009-11-18 | Design admin panel mostly done. | Zach Copley | |
2009-11-18 | Added support for pgettext() and npgettext() to separate contexts for ↵ | Brion Vibber | |
translatable messages that are going to be ambiguous in English original. | |||
2009-11-18 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Craig Andrews | |
2009-11-18 | Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description. | Brion Vibber | |
2009-11-18 | Added Authorization plugin | Craig Andrews | |
Added LDAPAuthorization plugin | |||
2009-11-18 | First draft of the admin panel for site design | Zach Copley | |
2009-11-17 | Declare global usage in common.php so setup works right when called from ↵ | Brion Vibber | |
phpunit tests We end up running the tests through a function in PHPUnit, so we don't have automatic global scope at the top level of files all the time... | |||
2009-11-17 | Merge branch '0.9.x' into adminpanel | Evan Prodromou | |
Conflicts: classes/User.php | |||
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 | Cleanup for bug 1813: workaround sometimes-missing dl() in PHP 5.3 by ↵ | Brion Vibber | |
defining our own bogus function rather than attempting to patch upstream libs. This keeps our fix across upstream versions (or when loading upstream library from outside extlib) Note that fixes to OpenID libraries in commit fe9473ac7810d317e001a0fec19cbacaafc0c909 were lost in just such an update. | |||
2009-11-16 | Do proper translations for plurals | 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 | disallow email on faves from sandboxed users | Evan Prodromou | |
2009-11-16 | prevent email notification on replies by sandboxed users | Evan Prodromou | |
2009-11-16 | block subscribes by silenced users | Evan Prodromou | |
2009-11-16 | silently skip email for subs from sandboxed user | Evan Prodromou | |
2009-11-16 | more rights denied to silenced and sandboxed | Evan Prodromou | |
2009-11-16 | don't allow sandboxed users to post public notices | Evan Prodromou | |
2009-11-16 | Move rights check to profile and add right for new notices | Evan Prodromou | |
Added a right for new notices, realized that the hasRight() method should be on the profile, and moved it. Makes this a less atomic commit but that's the way it goes sometimes. | |||
2009-11-16 | use return-to method for UserProfile widget | Evan Prodromou | |
2009-11-16 | getting arguments for return-to processing | Evan Prodromou | |
2009-11-16 | Added a "groups" command | Craig Andrews | |
2009-11-16 | Changed to StatusNet consistent terminology | Craig Andrews | |
2009-11-16 | add routes for silence, sandbox, delete user | Evan Prodromou | |
2009-11-16 | correct constructor for DeleteUserForm | Evan Prodromou | |
2009-11-16 | give UnsilenceForm correct superclass | Evan Prodromou | |
2009-11-16 | give UnsandboxForm correct superclass | Evan Prodromou | |
2009-11-16 | give SilenceForm proper superclass | Evan Prodromou | |
2009-11-16 | make block actions use profileformaction superclass | Evan Prodromou | |
2009-11-16 | common superclass for actions that operate on a profile and return | Evan Prodromou | |
2009-11-16 | Add "followers" and "following" commands | Craig Andrews | |
2009-11-15 | add forms for silence, sandbox, delete user | Evan Prodromou | |
2009-11-15 | define rights around how to silence, sandbox, and delete a user | Evan Prodromou | |
2009-11-15 | unblockform uses profileactionform | Evan Prodromou | |
2009-11-15 | blockform uses profileactionform | Evan Prodromou | |
2009-11-15 | common superclass for forms that operate on a profile | Evan Prodromou | |
2009-11-14 | Fix regression from 9f372da3da4bd445175eda9155fa7fdd13d3c85e: typo in ↵ | Brion Vibber | |
refactoring caused fatal error on unrecognized message source | |||
2009-11-14 | Revert "Ask users if they wish to send statistics to SNI, default is off." | Evan Prodromou | |
This reverts commit 7efea1115f45b8880fe3161cc32b09510ddd2264. Conflicts: install.php | |||
2009-11-14 | don't offer install.php on check-fancy requests | brenda | |
this time, E_STRICT compliant | |||
2009-11-13 | Moved class="pagination" to child element and removed element | Sarven Capadisli | |
2009-11-13 | Added hAtom for profile and group lists | Sarven Capadisli | |
2009-11-13 | Fix typo (!. -> !) | Siebrand Mazeland | |
2009-11-12 | blasted, that should not be there | Craig Andrews | |
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 | Fix for bug 1974: drop unnecessary define_syslog_variables() call from ↵ | Brion Vibber | |
common.php The call was moved to this spot in commit 3ea1119e500c23ee918569e2a58cc5abaa1d8a5a (previously init'd later in another func) but doesn't seem to be needed anyway. None of our code uses the variables that this function defines, just the constants -- which are already predefined without the call. The function is deprecated in PHP 5.3 and gone in 6, so we may as well toss it now. | |||
2009-11-11 | Ask users if they wish to send statistics to SNI, default is off. | Eric Helgeson | |
Users may not know about this setting and are unaware they are sending stats. This allows them to make that decision. | |||
2009-11-11 | Add the [noticeid] to the end of text only jabber messages | Craig Andrews | |
2009-11-11 | Remove alt text on avatar url (so pidgin doesn't show it) | Craig Andrews | |
surround notice_id with [], looks nicer | |||
2009-11-11 | Remove registerUrlShortener() (no longer used) | Craig Andrews | |