]>
git.mxchange.org Git - quix0rs-gnu-social.git/log
Brion Vibber [Sun, 8 Nov 2009 22:22:13 +0000 (23:22 +0100)]
Revert "* check usage of 'people' in UI and change it to 'users' or something else in most places"
This reverts commit
81b4a381d9ddc71ed8a53c074ea10910882d3156 .
IMO "user" is a bit impersonal and we shouldn't go changing the tone of the UI willy-nilly when we're updating localisations.
Evan Prodromou [Sun, 8 Nov 2009 22:06:41 +0000 (17:06 -0500)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Sun, 8 Nov 2009 22:04:46 +0000 (17:04 -0500)]
Restructure theme.php to define a class Theme
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.
Siebrand Mazeland [Sun, 8 Nov 2009 21:46:30 +0000 (22:46 +0100)]
Remove unused message
Siebrand Mazeland [Sun, 8 Nov 2009 21:45:18 +0000 (22:45 +0100)]
Several updates to UI messages
Siebrand Mazeland [Sun, 8 Nov 2009 21:41:11 +0000 (22:41 +0100)]
Remove unused message
Siebrand Mazeland [Sun, 8 Nov 2009 21:39:02 +0000 (22:39 +0100)]
!. => !
Siebrand Mazeland [Sun, 8 Nov 2009 21:37:09 +0000 (22:37 +0100)]
More specifics on 'address'
Siebrand Mazeland [Sun, 8 Nov 2009 21:34:52 +0000 (22:34 +0100)]
More precise field label
Siebrand Mazeland [Sun, 8 Nov 2009 21:29:09 +0000 (22:29 +0100)]
Remove unused message from pot
Siebrand Mazeland [Sun, 8 Nov 2009 21:26:13 +0000 (22:26 +0100)]
* check usage of 'people' in UI and change it to 'users' or something else in most places
* change some contractions to full text in UI messages
Sarven Capadisli [Sun, 8 Nov 2009 20:47:24 +0000 (20:47 +0000)]
Minor alignment
Sarven Capadisli [Sun, 8 Nov 2009 20:31:53 +0000 (20:31 +0000)]
Fixed Flagged for review view
Sarven Capadisli [Sun, 8 Nov 2009 20:31:29 +0000 (20:31 +0000)]
Fixed subscribe button styles
Sarven Capadisli [Sun, 8 Nov 2009 20:18:39 +0000 (20:18 +0000)]
Changed icons file to gif because of colour correction. Reduced file
size also
Sarven Capadisli [Sun, 8 Nov 2009 19:13:31 +0000 (19:13 +0000)]
Removed entity_actions response style (i.e., doesn't look like a button)
Sarven Capadisli [Sun, 8 Nov 2009 19:05:07 +0000 (19:05 +0000)]
Fixed alignment for entity action anchors and responses
Sarven Capadisli [Sun, 8 Nov 2009 19:02:14 +0000 (20:02 +0100)]
Fixed alignment for new entity_action buttons
Sarven Capadisli [Sun, 8 Nov 2009 18:55:40 +0000 (19:55 +0100)]
Removed some unnecessary styles
Sarven Capadisli [Sun, 8 Nov 2009 18:43:10 +0000 (19:43 +0100)]
Using fixed width for entity_actions
Sarven Capadisli [Sun, 8 Nov 2009 18:40:54 +0000 (19:40 +0100)]
Updated nudge styles
Sarven Capadisli [Sun, 8 Nov 2009 18:34:52 +0000 (19:34 +0100)]
Updated subscribe/unsubscribe button styles
Sarven Capadisli [Sun, 8 Nov 2009 18:19:42 +0000 (19:19 +0100)]
Updated pagination styles and removed notice option input roundness
Sarven Capadisli [Sun, 8 Nov 2009 17:43:01 +0000 (18:43 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Sun, 8 Nov 2009 17:41:03 +0000 (18:41 +0100)]
Updated the styles for action icons
Sarven Capadisli [Sun, 8 Nov 2009 15:41:38 +0000 (16:41 +0100)]
Updated entity actions, notice options button styles
Brion Vibber [Sun, 8 Nov 2009 13:33:22 +0000 (14:33 +0100)]
Fix bug 1962: deleteuser.php regression when OpenID plugin not enabled
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.
Siebrand Mazeland [Sun, 8 Nov 2009 12:03:48 +0000 (13:03 +0100)]
Localisation updates from translatewiki.net
* 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.
Brion Vibber [Sun, 8 Nov 2009 10:38:33 +0000 (11:38 +0100)]
Fix typo in doc/badge (bug 1958)
Evan Prodromou [Sun, 8 Nov 2009 03:35:35 +0000 (22:35 -0500)]
script for granting/revoking user roles
Evan Prodromou [Sun, 8 Nov 2009 03:26:03 +0000 (22:26 -0500)]
fix constant for deleteothersnotice
Shashi [Sun, 8 Nov 2009 02:52:21 +0000 (08:22 +0530)]
Updated documentation of UserProfile widget events
Evan Prodromou [Sun, 8 Nov 2009 00:16:54 +0000 (19:16 -0500)]
use upper-case constants for roles and rights in hasRight()
Evan Prodromou [Sun, 8 Nov 2009 00:16:33 +0000 (19:16 -0500)]
add constants for user roles
Evan Prodromou [Sun, 8 Nov 2009 00:16:15 +0000 (19:16 -0500)]
uppercase right constants
Evan Prodromou [Sat, 7 Nov 2009 23:51:57 +0000 (18:51 -0500)]
add a method to Action to check session token
Siebrand Mazeland [Sat, 7 Nov 2009 23:12:18 +0000 (00:12 +0100)]
Localisation updates from translatewiki.net (2009-11-07)
Evan Prodromou [Sat, 7 Nov 2009 18:39:55 +0000 (13:39 -0500)]
fixup key definition for User_flag_profile
Evan Prodromou [Sat, 7 Nov 2009 18:39:26 +0000 (13:39 -0500)]
fixup database interface and correct the flagged notice
Evan Prodromou [Sat, 7 Nov 2009 18:22:07 +0000 (13:22 -0500)]
make sure FlagprofileAction without Profile_flag
Evan Prodromou [Sat, 7 Nov 2009 18:21:40 +0000 (13:21 -0500)]
make sure UserFlagPlugin works without Profile_flag
Evan Prodromou [Sat, 7 Nov 2009 18:18:17 +0000 (13:18 -0500)]
Merge branch '0.9.x' into userflag
Evan Prodromou [Sat, 7 Nov 2009 18:18:09 +0000 (13:18 -0500)]
->action -> ->out in UserProfile
Evan Prodromou [Sat, 7 Nov 2009 18:16:43 +0000 (13:16 -0500)]
Merge branch '0.9.x' into userflag
Evan Prodromou [Sat, 7 Nov 2009 18:16:29 +0000 (13:16 -0500)]
fix userprofile widget so it correctly provides an action
Evan Prodromou [Sat, 7 Nov 2009 18:10:22 +0000 (13:10 -0500)]
Simply flag a profile for review
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.
Evan Prodromou [Sat, 7 Nov 2009 18:03:52 +0000 (13:03 -0500)]
Merge branch '0.9.x' into userflag
Evan Prodromou [Sat, 7 Nov 2009 18:01:24 +0000 (13:01 -0500)]
Merge branch '0.8.x' into 0.9.x
Conflicts:
lib/common.php
Evan Prodromou [Sat, 7 Nov 2009 17:47:12 +0000 (12:47 -0500)]
Merge branch 'testing' into 0.8.x
Evan Prodromou [Sat, 7 Nov 2009 17:22:20 +0000 (12:22 -0500)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Evan Prodromou [Sat, 7 Nov 2009 17:22:00 +0000 (12:22 -0500)]
don't distribute group notices to inboxes for users who've blocked the author
Zach Copley [Sat, 7 Nov 2009 01:21:08 +0000 (17:21 -0800)]
Better workaround for PHP returning empty $_POST and $_FILES when
POST length > post_max_size in php.ini. I also added this check to
avatar upload, which was failing with huge files.
Siebrand Mazeland [Fri, 6 Nov 2009 17:49:42 +0000 (18:49 +0100)]
Do not export codes twice
Siebrand Mazeland [Fri, 6 Nov 2009 16:40:52 +0000 (17:40 +0100)]
Localisation updates from translatewiki.net (2009-11-06)
* fixes incorrect formatting in previous l10n update
Siebrand Mazeland [Fri, 6 Nov 2009 16:16:43 +0000 (17:16 +0100)]
More bug fixes.
Siebrand Mazeland [Fri, 6 Nov 2009 15:53:07 +0000 (16:53 +0100)]
Fix a few bugs I added in previous revision
Siebrand Mazeland [Fri, 6 Nov 2009 15:40:54 +0000 (16:40 +0100)]
* add language code conversion for translatewiki.net where needed
* skip update of code 'en' (as English is the source language)
Brion Vibber [Fri, 6 Nov 2009 14:04:23 +0000 (15:04 +0100)]
typo :P
Brion Vibber [Fri, 6 Nov 2009 14:03:03 +0000 (15:03 +0100)]
console.php: fix up the help and include a handy cut-n-paste'able example
Brion Vibber [Fri, 6 Nov 2009 13:31:39 +0000 (14:31 +0100)]
console.php terminal script provides interactive PHP console in StatusNet environment, handy for testing!
Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case.
Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line.
Sarven Capadisli [Fri, 6 Nov 2009 14:28:58 +0000 (15:28 +0100)]
Added missing closing span tag
Sarven Capadisli [Fri, 6 Nov 2009 14:26:38 +0000 (15:26 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Fri, 6 Nov 2009 14:26:13 +0000 (15:26 +0100)]
Fixed some group list styles
Siebrand Mazeland [Fri, 6 Nov 2009 14:21:01 +0000 (15:21 +0100)]
Localisation updates from translatewiki.net (2009-11-06)
Brion Vibber [Fri, 6 Nov 2009 14:04:23 +0000 (15:04 +0100)]
typo :P
Sarven Capadisli [Fri, 6 Nov 2009 14:03:35 +0000 (15:03 +0100)]
Removed dl "stuff"
Brion Vibber [Fri, 6 Nov 2009 14:03:03 +0000 (15:03 +0100)]
console.php: fix up the help and include a handy cut-n-paste'able example
Brion Vibber [Fri, 6 Nov 2009 13:31:39 +0000 (14:31 +0100)]
console.php terminal script provides interactive PHP console in StatusNet environment, handy for testing!
Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case.
Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line.
Sarven Capadisli [Fri, 6 Nov 2009 12:35:21 +0000 (13:35 +0100)]
Updated styles for profile list fn and nickname
Sarven Capadisli [Fri, 6 Nov 2009 12:32:04 +0000 (13:32 +0100)]
Check if it is empty instead of ''
Sarven Capadisli [Fri, 6 Nov 2009 11:54:20 +0000 (12:54 +0100)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Fri, 6 Nov 2009 11:51:28 +0000 (12:51 +0100)]
Updated styles for profile list re: commit
3c4ac05cde5a97594d3b0fa7e3f5dbbaf45e4c64
Brion Vibber [Fri, 6 Nov 2009 11:15:08 +0000 (12:15 +0100)]
kill tabs
Brion Vibber [Fri, 6 Nov 2009 10:51:28 +0000 (11:51 +0100)]
Add Icelandic to the language support list so the localization can actually be used :)
Sarven Capadisli [Fri, 6 Nov 2009 10:30:41 +0000 (11:30 +0100)]
Removed .uid from group profiles in a list
Sarven Capadisli [Fri, 6 Nov 2009 09:47:21 +0000 (10:47 +0100)]
Using proper characters for quotes for bookmarklet
Craig Andrews [Fri, 6 Nov 2009 04:51:30 +0000 (23:51 -0500)]
Fixed autocomplete returning bogus results
Craig Andrews [Fri, 6 Nov 2009 04:27:18 +0000 (23:27 -0500)]
Add ChangePassword event
Evan Prodromou [Thu, 5 Nov 2009 22:18:16 +0000 (17:18 -0500)]
update version number
Craig Andrews [Thu, 5 Nov 2009 21:53:43 +0000 (16:53 -0500)]
Store the canonical forms of the email address and nickname
Craig Andrews [Thu, 5 Nov 2009 21:39:57 +0000 (16:39 -0500)]
Added an AutoRegister event
LDAP plugin can do autoregistration
Eric Helgeson [Thu, 5 Nov 2009 21:38:35 +0000 (16:38 -0500)]
Re added NICKNAME_FMT constant to router.php.
Usefull for non-OMB (behind the firewall) users to allow different nicknames.
Craig Andrews [Thu, 5 Nov 2009 18:59:19 +0000 (13:59 -0500)]
Made the ldap plugin work, and add a readme
Brion Vibber [Thu, 5 Nov 2009 14:50:29 +0000 (15:50 +0100)]
Merge commit 'refs/merge-requests/2006' of git://gitorious.org/statusnet/mainline into integration
Brion Vibber [Wed, 4 Nov 2009 16:36:27 +0000 (08:36 -0800)]
Error page fix: use class static accessor correctly, suppress notices if we don't have the error code listed
Zach Copley [Thu, 5 Nov 2009 06:12:01 +0000 (22:12 -0800)]
Remove debugging statements
Zach Copley [Thu, 5 Nov 2009 06:09:46 +0000 (22:09 -0800)]
Merge branch 'fix-private-auth' into 0.9.x
* fix-private-auth:
Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression)
Allow all API calls, even if the site is configured as private. The
Zach Copley [Thu, 5 Nov 2009 06:05:33 +0000 (22:05 -0800)]
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
* '0.9.x' of gitorious.org:statusnet/mainline:
Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited.
Zach Copley [Thu, 5 Nov 2009 06:03:41 +0000 (22:03 -0800)]
Fix for Ticket #1957 - API methods are not accessible when site is private (0.8->0.9 regression)
Zach Copley [Thu, 5 Nov 2009 05:59:46 +0000 (05:59 +0000)]
Revert a OS X-specific change to PEAR MIME_Type that I accidentally commited.
Zach Copley [Thu, 5 Nov 2009 05:33:59 +0000 (21:33 -0800)]
Allow all API calls, even if the site is configured as private. The
API Actions will decide whether something requires auth or a redirect.
Zach Copley [Thu, 5 Nov 2009 05:08:47 +0000 (21:08 -0800)]
Remove ugly debugging statements
Zach Copley [Thu, 5 Nov 2009 05:00:26 +0000 (21:00 -0800)]
Implement update avatar via API (/api/account/update_profile_image.format)
Sarven Capadisli [Wed, 4 Nov 2009 19:06:10 +0000 (19:06 +0000)]
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
Sarven Capadisli [Wed, 4 Nov 2009 19:03:05 +0000 (19:03 +0000)]
Updated identica badge - contributed by Will Daniels
http://identi.ca/wdaniels
Craig Andrews [Wed, 4 Nov 2009 18:39:56 +0000 (13:39 -0500)]
Added Net_LDAP2 to extlib, and add a skeleton LDAP plugin
Craig Andrews [Wed, 4 Nov 2009 18:06:55 +0000 (13:06 -0500)]
Added a CheckPassword event
Shashi [Wed, 4 Nov 2009 13:11:17 +0000 (18:41 +0530)]
Widgetized user profile rendering.
Sarven Capadisli [Wed, 4 Nov 2009 09:25:42 +0000 (09:25 +0000)]
Merge branch '0.8.x' into 0.9.x
Sarven Capadisli [Wed, 4 Nov 2009 09:25:16 +0000 (09:25 +0000)]
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x