Zach Copley
ad56ebbb97
Add execute bit to pingqueuehandler
2009-11-19 12:45:45 -08:00
Zach Copley
7a37b71a87
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
...
* '0.9.x' of gitorious.org:statusnet/mainline:
take out void setLabel() call in Mapstraction
Updated max-width for profile and single notice page
add username and timestamp to map popup
2009-11-19 11:56:00 -08:00
Zach Copley
b8de14af2c
Moved most path and server settings to a new paths admin panel
2009-11-19 11:55:07 -08:00
Evan Prodromou
507c7e1e6b
take out void setLabel() call in Mapstraction
2009-11-19 13:24:03 -05:00
Sarven Capadisli
664239d39f
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-11-19 18:22:05 +00:00
Sarven Capadisli
269ccca9d4
Updated max-width for profile and single notice page
2009-11-19 18:21:40 +00:00
Evan Prodromou
2723bee69f
add username and timestamp to map popup
2009-11-19 13:20:55 -05:00
Evan Prodromou
640bb39891
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-11-19 12:37:26 -05:00
Sarven Capadisli
318dd70de8
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-11-19 17:35:45 +00:00
Evan Prodromou
ea561b88d1
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-11-19 12:35:19 -05:00
Evan Prodromou
2daa31f142
show maps on inbox and personal page
2009-11-19 12:34:56 -05:00
Craig Andrews
ee22b2ccf9
tobyink's RDF compatibility patch
2009-11-19 12:16:15 -05:00
Sarven Capadisli
60391d0b96
Brought the plugin up to date with recent 0.9.x changes e.g.,
...
Theme::path
2009-11-19 17:13:51 +00:00
Craig Andrews
4463768bae
tobyink's location RDF patch
2009-11-19 12:00:25 -05:00
Evan Prodromou
ae710f20d8
add markers for each notice and show the bounding box correctly
2009-11-19 11:51:15 -05:00
Sarven Capadisli
ad0b9a7115
Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x
2009-11-19 16:43:47 +00:00
Sarven Capadisli
10dc9078f5
Added lat and lon coordinates to notice location
2009-11-19 16:42:04 +00:00
Evan Prodromou
7e8ce8fe8d
Merge branch '0.9.x' into mapstraction
2009-11-19 11:30:35 -05:00
Evan Prodromou
844a28aa9d
put out provider JS correctly
2009-11-19 11:21:51 -05:00
Craig Andrews
c721884b52
Should be using onHandleQueuedNotice instead of onEndNoticeSave
2009-11-19 11:08:13 -05:00
Evan Prodromou
ecc1bd6130
first steps towards usermaps
2009-11-19 10:51:46 -05:00
Sarven Capadisli
ece0675ef8
Added @class 'location', 'at' text reference for name, and @class 'geo'
2009-11-19 15:14:47 +00:00
Sarven Capadisli
d1893a1ca9
Changed notice source and location order
2009-11-19 14:27:20 +00:00
Evan Prodromou
b657e49ec7
Merge branch '0.9.x' into mapstraction
2009-11-19 09:04:56 -05:00
Sarven Capadisli
2697812809
Notice option alignment
2009-11-19 13:08:13 +00:00
Sarven Capadisli
209bc04569
Updated layout for notice info and options
2009-11-19 12:48:17 +00:00
Sarven Capadisli
643318e98c
Updated form markup for email settings
2009-11-19 11:27:49 +00:00
Sarven Capadisli
fae0f36b4d
Updated .form_settings fieldset fieldset styles
2009-11-19 11:27:05 +00:00
Sarven Capadisli
1e5bb7fa68
Added fieldsets for site admin page
2009-11-19 10:34:43 +00:00
Zach Copley
3ec022307c
Merge branch 'admin-sections/3' into 0.9.x
...
* admin-sections/3:
Added locales_path to site admin panel
Site admin panel mostly done. Still need to add CC license chooser.
2009-11-19 01:59:50 -08:00
Zach Copley
409ce3556d
Added locales_path to site admin panel
2009-11-19 01:56:29 -08:00
Zach Copley
08165c8f03
Site admin panel mostly done. Still need to add CC license chooser.
2009-11-19 01:46:14 -08:00
Sarven Capadisli
4d589e4c2d
Updated markup and style for design admin fieldsets
2009-11-19 07:40:03 +00:00
Zach Copley
6165c9601d
Merge branch 'admin-sections/2' into 0.9.x
...
* admin-sections/2:
Design admin panel mostly done.
2009-11-18 18:52:09 -08:00
Zach Copley
cf7188a458
Design admin panel mostly done.
2009-11-18 18:25:36 -08:00
Brion Vibber
f7a3e508ba
Check profile->update() result against false exactly; we may legitimately get 0 back if no rows were changed. DB objects normally would return true, but the comparisons aren't 100% reliable when we've got numbers which could be ints or strings or floats.
...
Caused failures saving profile settings with Geonames plugin enabled; the lat/lon/id fields would get re-set with freshly looked up values which no longer matched the previous values as far as the data object could tell, but which saved as the same ol' numbers.
2009-11-18 17:36:55 -08:00
Siebrand Mazeland
69abde6e0c
Removing "join-existing". Do not add on update, just rebuild complete pot. The pot file gets really dirty, really quickly.
2009-11-19 01:04:47 +01:00
Brion Vibber
1827256d0e
Added support for pgettext() and npgettext() to separate contexts for translatable messages that are going to be ambiguous in English original.
2009-11-18 14:57:18 -08:00
Craig Andrews
cac5a417f2
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
2009-11-18 17:04:42 -05:00
Craig Andrews
a00141a180
You cannot use static that way - using another approach to save reuse the default ldap connection
2009-11-18 16:58:06 -05:00
Craig Andrews
6d69d89cfe
Reuse ldap connections for the default config
2009-11-18 16:46:16 -05:00
Craig Andrews
6a505da981
do not required that roles_to_groups be specified
2009-11-18 16:41:38 -05:00
Craig Andrews
a882d093bc
Blasted missing a $this!
2009-11-18 16:12:55 -05:00
Craig Andrews
745ea277d8
Should not canonicalize nickname before calling common_check_user
2009-11-18 16:09:58 -05:00
Eric Helgeson
199ccdb53f
Consolidate group creation into static function in User_group
2009-11-18 15:54:24 -05:00
Craig Andrews
b417e4d24f
rename isMemberOfGroup to be more consistent with other LDAP functions
2009-11-18 15:53:22 -05:00
Craig Andrews
a215ce6ed6
correct login checking logic
2009-11-18 15:53:07 -05:00
Zach Copley
8f2db3820f
Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x
...
* '0.9.x' of gitorious.org:statusnet/mainline:
Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description.
Localisation updates from !translatewiki !StatusNet
Check for dupe from insertNoticeItem()
2009-11-18 12:48:17 -08:00
Zach Copley
9baddf4e44
Add MuSTArD to notice sources
2009-11-18 12:43:52 -08:00
Craig Andrews
297f320e6f
attributes['username'] is required
2009-11-18 15:40:27 -05:00