Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-08 | Restructure theme.php to define a class Theme | Evan Prodromou | |
For various reasons, it's nicer to have a class for theme-file paths and such. So, I've rewritten the code for determining the locations of theme files to be more OOPy. I changed all the uses of the two functions in the module (theme_file and theme_path) to use Theme::file and Theme::path respectively. I've also removed the code in common.php that require's the module; using a class means we can autoload it instead. | |||
2009-11-08 | Remove unused message | Siebrand Mazeland | |
2009-11-08 | Several updates to UI messages | Siebrand Mazeland | |
2009-11-08 | Remove unused message | Siebrand Mazeland | |
2009-11-08 | !. => ! | Siebrand Mazeland | |
2009-11-08 | More specifics on 'address' | Siebrand Mazeland | |
2009-11-08 | More precise field label | Siebrand Mazeland | |
2009-11-08 | Remove unused message from pot | Siebrand Mazeland | |
2009-11-08 | * check usage of 'people' in UI and change it to 'users' or something else ↵ | Siebrand Mazeland | |
in most places * change some contractions to full text in UI messages | |||
2009-11-08 | Minor alignment | Sarven Capadisli | |
2009-11-08 | Fixed Flagged for review view | Sarven Capadisli | |
2009-11-08 | Fixed subscribe button styles | Sarven Capadisli | |
2009-11-08 | Changed icons file to gif because of colour correction. Reduced file | Sarven Capadisli | |
size also | |||
2009-11-08 | Removed entity_actions response style (i.e., doesn't look like a button) | Sarven Capadisli | |
2009-11-08 | Fixed alignment for entity action anchors and responses | Sarven Capadisli | |
2009-11-08 | Fixed alignment for new entity_action buttons | Sarven Capadisli | |
2009-11-08 | Removed some unnecessary styles | Sarven Capadisli | |
2009-11-08 | Using fixed width for entity_actions | Sarven Capadisli | |
2009-11-08 | Updated nudge styles | Sarven Capadisli | |
2009-11-08 | Updated subscribe/unsubscribe button styles | Sarven Capadisli | |
2009-11-08 | Updated pagination styles and removed notice option input roundness | Sarven Capadisli | |
2009-11-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-08 | Updated the styles for action icons | Sarven Capadisli | |
2009-11-08 | Updated entity actions, notice options button styles | Sarven Capadisli | |
2009-11-08 | Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled | Brion Vibber | |
The User_openid data object was explicitly listed as a related field to delete from in User::delete(); this class doesn't exist anymore by default since OpenID was broken out to a plugin. Added UserDeleteRelated event for plugins to add related tables to delete from at user delete time. | |||
2009-11-08 | Localisation updates from translatewiki.net | Siebrand Mazeland | |
* found some duplication in the large "Commands:" messages. Manually removed from the pot file, and then updated. Have to ask someone if I can just rebuild the complete pot from scratch, or if --join-existing is always needed (and if so, why). File appears to contain at least some dirt. | |||
2009-11-08 | Fix typo in doc/badge (bug 1958) | Brion Vibber | |
2009-11-07 | script for granting/revoking user roles | Evan Prodromou | |
2009-11-07 | fix constant for deleteothersnotice | Evan Prodromou | |
2009-11-08 | Updated documentation of UserProfile widget events | Shashi | |
2009-11-07 | use upper-case constants for roles and rights in hasRight() | Evan Prodromou | |
2009-11-07 | add constants for user roles | Evan Prodromou | |
2009-11-07 | uppercase right constants | Evan Prodromou | |
2009-11-07 | add a method to Action to check session token | Evan Prodromou | |
2009-11-08 | Localisation updates from translatewiki.net (2009-11-07) | Siebrand Mazeland | |
2009-11-07 | fixup key definition for User_flag_profile | Evan Prodromou | |
2009-11-07 | fixup database interface and correct the flagged notice | Evan Prodromou | |
2009-11-07 | make sure FlagprofileAction without Profile_flag | Evan Prodromou | |
2009-11-07 | make sure UserFlagPlugin works without Profile_flag | Evan Prodromou | |
2009-11-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-07 | ->action -> ->out in UserProfile | Evan Prodromou | |
2009-11-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-07 | fix userprofile widget so it correctly provides an action | Evan Prodromou | |
2009-11-07 | Simply flag a profile for review | Evan Prodromou | |
Instead of trying to have lots of different flags on different objects, cut to the core of this functionality: flag a profile for moderator review. | |||
2009-11-07 | Merge branch '0.9.x' into userflag | Evan Prodromou | |
2009-11-07 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: lib/common.php | |||
2009-11-07 | Merge branch 'testing' into 0.8.x | Evan Prodromou | |
2009-11-07 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-07 | don't distribute group notices to inboxes for users who've blocked the author | Evan Prodromou | |