- 09 Jun, 2011 1 commit
-
-
Zach Copley authored
Squashed commit of the following: commit 0bcfb6535115ec0a11669420f8689aeedc417bc8 Author: Zach Copley <zach@status.net> Date: Thu Jun 9 15:51:47 2011 -0400 Remove design-related stuff from the API commit 88da010256fbcaee1ff01d9507ea47d3225f2825 Author: Zach Copley <zach@status.net> Date: Thu Jun 9 15:40:16 2011 -0400 Mop up misc design related code commit 11958b064745b797b4c9f9f4b7e8f65e4c82ce83 Author: Zach Copley <zach@status.net> Date: Thu Jun 9 15:21:00 2011 -0400 Remove Design DB_DataObject class and references to it in schema commit f8540594728ce6ba4697eb21657ccb897a9fc127 Author: Zach Copley <zach@status.net> Date: Thu Jun 9 13:15:54 2011 -0400 Remove design-related actions and widgets commit ddf7b4d425b88b58956b8be06047d2a3e0560bd2 Author: Zach Copley <zach@status.net> Date: Thu Jun 9 13:10:57 2011 -0400 Remove navigation / routing to design settings actions commit e3f280f8780d99168edf37ef766956f281e9c5da Author: Zach Copley <zach@status.net> Date: Thu Jun 9 13:03:09 2011 -0400 CurrentUserDesignAction -> Action commit 6780b1a07e1375a7fa0fd48c8bf3109d9a12e33e Author: Zach Copley <zach@status.net> Date: Thu Jun 9 12:54:22 2011 -0400 * GroupDesignAction -> GroupAction (new base class for group actions) commit 2136377e895db274709a1d486f377f13946ccfd6 Author: Zach Copley <zach@status.net> Date: Thu Jun 9 12:36:40 2011 -0400 OwnerDesignAction -> Action
-
- 03 Apr, 2011 1 commit
-
-
Siebrand Mazeland authored
i18n tweaks. Superfluous whitespace removed. YAY! All StatusNet core messages in the 1.0.x branch have been documented at this point in time!!!
-
- 16 Mar, 2011 1 commit
-
-
Evan Prodromou authored
-
- 03 Mar, 2011 1 commit
-
-
Evan Prodromou authored
-
- 23 Jan, 2011 1 commit
-
-
Evan Prodromou authored
There's a new menu layout in this version of the software. It was implemented as a plugin in 0.9.x to avoid clashes with existing themes, but we're going to break that compatibility in this version, so we're just going for it. This change involved moving all the changes in NewMenuPlugin into the default code that was calling it. In addition, since accountsettingsaction and connectsettingsaction differed only by menu, I removed them, changed all references to them to the settingsmenu, and moved the combined nav to its own class. Let's put that episode behind us. The CSS shim that was loaded by NewMenuPlugin for certain themes and certain actions was removed.
-
- 08 Nov, 2009 2 commits
-
-
Brion Vibber authored
This reverts commit 0ab17f38.
-
Siebrand Mazeland authored
* [Cc]ould't -> [Cc]ould not
-
- 26 Aug, 2009 1 commit
-
-
Evan Prodromou authored
-
- 25 Aug, 2009 4 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 04 Aug, 2009 2 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 24 May, 2009 1 commit
-
-
Evan Prodromou authored
-
- 01 Apr, 2009 2 commits
-
-
Evan Prodromou authored
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST.
-
Evan Prodromou authored
After fixing the redirect code output, there are a lot of weirdnesses with e.g. form handling. Try to add explicit redirect codes where needed -- principly when handling a POST.
-
- 05 Feb, 2009 1 commit
-
-
Evan Prodromou authored
"Rememberme" logins aren't allowed to make changes to an account (since cookie-stealing is too easy). Users have to re-authenticate. Previously, it was impossible to do so without having a username and password; this change lets you do it with OpenID, too.
-
- 17 Jan, 2009 1 commit
-
-
Evan Prodromou authored
Made two tabsets: account and connect. Removed "Invite" from the global nav to make room.
-
- 16 Jan, 2009 2 commits
-
-
Evan Prodromou authored
-
Evan Prodromou authored
-
- 25 Dec, 2008 1 commit
-
-
Zach Copley authored
darcs-hash:20081225144601-7b5ce-4846f3d036c36037836d15ed672c10ba33f9f84c.gz
-
- 10 Dec, 2008 1 commit
-
-
csarven authored
darcs-hash:20081210021607-eefa4-c3590f3e734255faf098bf5ca09fc17901a6db70.gz
-
- 23 Dec, 2008 4 commits
-
-
Evan Prodromou authored
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz
-
Evan Prodromou authored
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz
-
Evan Prodromou authored
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz
-
Evan Prodromou authored
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz
-
- 06 Nov, 2008 1 commit
-
-
millette authored
darcs-hash:20081106205926-099f7-6bcfd7969a159a12b1ba6a9ee254e44a07b94761.gz
-
- 22 Sep, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080922214003-5ed1f-f183262f41a430710946470133f61694e322fcad.gz
-
- 07 Sep, 2008 1 commit
-
-
Zach Copley authored
darcs-hash:20080907053604-7b5ce-4e01cefdbab4cc73a28960b265c23abf5e2f2b0a.gz
-
- 05 Sep, 2008 1 commit
-
-
Zach Copley authored
darcs-hash:20080905194732-7b5ce-2797acd4d04f3b02c4ad67be629badbae469e8ed.gz
-
- 22 Aug, 2008 1 commit
-
-
zach authored
darcs-hash:20080822034157-462f3-398e2ba92d9c38520ea6518c3ff614b41f3cc7ec.gz
-
- 17 Aug, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080817150244-84dde-7f2e4dec226aa9754dfc970386e62076f952db72.gz
-
- 22 Jul, 2008 2 commits
- 20 Jul, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080720193005-84dde-97e098996309550dc98b658923d84620e7715c69.gz
-
- 15 Jul, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080715221826-84dde-8a3692f95199818c11dbb0be159d07f1ab10cf6a.gz
-
- 10 Jul, 2008 1 commit
-
-
Mike Cochrane authored
darcs-hash:20080710045126-533db-ffd9bcfe1295b3a376579ed7cd2278d5597b1884.gz
-
- 08 Jul, 2008 1 commit
-
-
Mike Cochrane authored
darcs-hash:20080708094531-533db-83399a46e6ec4c0fcc6249b0235961f969d1ae73.gz
-
- 09 Jul, 2008 1 commit
-
-
Evan Prodromou authored
darcs-hash:20080709231031-84dde-929095ca3844ed6fe7ebd535fc9696678a5fcb0f.gz
-