Commit Graph

6576 Commits

Author SHA1 Message Date
Siebrand Mazeland cc662ec1e6 Localisation updates from !translatewiki !StatusNet 2009-11-18 20:40:08 +01:00
Craig Andrews 44c7813ac1 Add login_group configuration option so only members of a certain group can login 2009-11-18 14:35:44 -05:00
Craig Andrews d07df8a796 Added Authorization plugin
Added LDAPAuthorization plugin
2009-11-18 14:19:43 -05:00
Sarven Capadisli 63d3e07ce4 Check for dupe from insertNoticeItem() 2009-11-18 19:15:55 +00:00
Sarven Capadisli fd283273df Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x 2009-11-18 18:00:29 +00:00
Sarven Capadisli c1efb8aa7f Took out CSS from JS and placed it in its own file. 2009-11-18 17:59:44 +00:00
Craig Andrews 1d6bacc681 Improved parameter checking 2009-11-18 12:57:37 -05:00
Brion Vibber 18835403fc Notice: Undefined variable: source in actions/apistatusesupdate.php on line 88 2009-11-18 09:29:55 -08:00
Sarven Capadisli ef542afbe5 Added counter beside the play button. When paused, it will update the
counter on new received notices. Counter is removed when play is clicked
2009-11-18 17:23:04 +00:00
Sarven Capadisli ad627ac451 Updated button styles. By default, all buttons will have a drop-shadow 2009-11-18 16:08:11 +00:00
Sarven Capadisli 4823463e3f Relatively positioning notice_primary 2009-11-18 16:00:40 +00:00
Sarven Capadisli 6d3d78c793 Styled realtime_actions 2009-11-18 15:57:45 +00:00
Sarven Capadisli 5014b748e4 Added play/pause button for realtime notices. While on pause, it will
store the notices and on play it will add them to the notice list
2009-11-18 15:41:07 +00:00
Evan Prodromou fa35dab226 Merge branch '0.9.x' into mapstraction 2009-11-18 09:20:31 -05:00
Sarven Capadisli 43b6da8afc Created separate objects for receive actions 2009-11-18 13:34:06 +00:00
Evan Prodromou 1cc10aaef6 set provider global JS variable from Mapstraction 2009-11-18 08:33:48 -05:00
Sarven Capadisli 007418fdab Setting windowhasfocus to true by default 2009-11-18 12:46:36 +00:00
Sarven Capadisli 0ae7a1df6e Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x 2009-11-18 12:18:03 +00:00
Sarven Capadisli 1c1c9ccc2a Settling on min-width for entity_actions because 1. better i18n 2.
doesn't alter the width when the action is processed.
2009-11-18 12:16:11 +00:00
Ciaran Gultnieks d1d104bde2 Another syntax error in the postgres db create script 2009-11-18 11:15:05 +00:00
Sarven Capadisli 51e4a45161 Changed from click to bind 2009-11-18 10:56:25 +00:00
Sarven Capadisli 23367ecdcf Setting max notice count in order not to freak out the browser with
memory issues. It removes the node and unbinds the previously assigned
events.
2009-11-18 10:54:57 +00:00
Sarven Capadisli 0c81f39bee Added check to see whether window has focus 2009-11-18 10:53:48 +00:00
Sarven Capadisli 5e0fb1ddfc Added a call to NoticeFavor() 2009-11-18 10:49:41 +00:00
Ciaran Gultnieks 908deed898 Added documentation in the README for what the 'language' setting actually does. i.e. in practice, nothing. 2009-11-18 10:48:17 +00:00
Sarven Capadisli 4fbb6b0dfb Removed setTimeout. It was initially intended to prevent dupes but
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 10:46:55 +00:00
Sarven Capadisli edf9b38637 Changed window open name to '' because IE doesn't compute names that
include the '-' character.
2009-11-18 10:43:55 +00:00
Sarven Capadisli 730b1a211f Added on click event to open up anchors in notice items in a new
window for the Realtime plugin's pop-up window.
2009-11-18 10:42:43 +00:00
Sarven Capadisli b5ed698bd2 Setting the width to particular form_settings inputs to auto 2009-11-18 10:35:27 +00:00
Sarven Capadisli 9e756d6b15 Updated default theme to match identica theme 2009-11-18 09:56:52 +00:00
Sarven Capadisli 4fc99f8246 Updated admin design form markup 2009-11-18 09:47:04 +00:00
Sarven Capadisli 229958e220 Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x 2009-11-18 09:24:01 +00:00
Sarven Capadisli c988161c3d Separated width selectors for form_data form controls 2009-11-18 09:23:06 +00:00
Sarven Capadisli bbead9d71b Relaxed the width for form select 2009-11-18 09:21:52 +00:00
Sarven Capadisli 12025f4325 Relaxed the CSS selector for design settings so it can be used in
different forms.
2009-11-18 09:06:46 +00:00
Ciaran Gultnieks 158a1ea551 Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x 2009-11-18 08:26:14 +00:00
Ciaran Gultnieks 904baf4d27 Missing quotes in postgres db create script 2009-11-18 08:25:58 +00:00
Zach Copley 7ae45abfcc Merge branch 'admin-sections' into 0.9.x
* admin-sections:
  First draft of the admin panel for site design
  Get rid of empty select in theme dropdown
2009-11-18 00:02:02 -08:00
Zach Copley 7e0af92813 First draft of the admin panel for site design 2009-11-18 00:00:05 -08:00
Evan Prodromou fc08a5c880 first pass at Mapstraction plugin 2009-11-17 23:23:13 -05:00
Craig Andrews 7dfce35bea (Theoretically) allow users to change their passwords.
I cannot test this... but I hope it works :-)
2009-11-17 23:22:19 -05:00
Brion Vibber b7660b3d99 A little cleanup on console.php; save readline history more aggressively; avoid some notice sloppiness) 2009-11-17 17:09:31 -08:00
Brion Vibber 88ff0eefb4 Renaming GeonamesPlugin::NAMESPACE to GeonamesPlugin::LOCATION_NS to avoid parse errors; 'namespace' is a reserved keyword in PHP 5.3 and later. 2009-11-17 16:56:43 -08:00
Zach Copley 7551464d23 Get rid of empty select in theme dropdown 2009-11-17 16:55:45 -08:00
Evan Prodromou e3123be350 Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x 2009-11-17 19:35:45 -05:00
Brion Vibber 63ebb033bf Declare global usage in common.php so setup works right when called from 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 16:31:13 -08:00
Evan Prodromou bcb49b0000 bring the 08-to-09 SQL update script up-to-date 2009-11-17 19:13:09 -05:00
Sarven Capadisli 2c2861b867 Added form_data class 2009-11-17 21:52:33 +00:00
Sarven Capadisli b44f5753d5 Update form_settings layout 2009-11-17 21:48:00 +00:00
Sarven Capadisli a42e128c15 Merge branch '0.9.x-mobile' into 0.9.x 2009-11-17 20:50:43 +00:00