Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-30 | Better check to see if the XML prolog should be outputted for XML | Sarven Capadisli | |
documents i.e., if best mimetype is */*xml, then use the XML prolog. | |||
2009-09-30 | Outputting UTF-8 charset in document header irrespective of mimetype. | Sarven Capadisli | |
2009-09-30 | Switched Doctype to XHTML 1.0 Strict (which best reflects the current | Sarven Capadisli | |
grammar in use) | |||
2009-09-29 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/twitapistatuses.php | |||
2009-09-29 | Twitter API returns server errors in preferred format | Evan Prodromou | |
2009-09-29 | move HTTP error code strings to class variables | Evan Prodromou | |
2009-09-29 | remove string-checks from code using Notice::saveNew() | Evan Prodromou | |
2009-09-27 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-27 | show delete button when user has deleteOthersNotice right | Evan Prodromou | |
2009-09-27 | user rights | Evan Prodromou | |
2009-09-27 | Merge DeleteAction class into DeletenoticeAction | Evan Prodromou | |
The DeleteAction class checked for notice information, and only had one subclass: DeletenoticeAction. I couldn't figure out any other class that would subclass it, so I combined the two into a single class. | |||
2009-09-27 | Route aliases: replies -> mentions and home_timeline -> friends_timeline | Zach Copley | |
2009-09-27 | Forgot to commit the routes for the new actions | Zach Copley | |
2009-09-27 | phpcs on apifriendstimeline.php, apiauth.php and apibareauth.php | Zach Copley | |
2009-09-27 | Fix some bugs in the URL linkification, and fixed the unit test. | Craig Andrews | |
2009-09-27 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-25 | Merge branch 'refactor-api' of ↵ | Zach Copley | |
git@gitorious.org:~zcopley/statusnet/zcopleys-clone into refactor-api | |||
2009-09-25 | Moved basic auth stuff into its own classes | Zach Copley | |
2009-09-25 | Added hook for notice item. After <li> and Before </li>. Allows | Sarven Capadisli | |
authors to include aside data to their notice items | |||
2009-09-24 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-09-24 | Move configuration defaults to new module and variable | Evan Prodromou | |
Moved the default values of $config to $default. The code for setting up $default is moved to lib/default.php. | |||
2009-09-24 | Merge branch '0.9.x' into refactor-api | Zach Copley | |
* 0.9.x: (88 commits) Left a couple debugging statements in (removed) Output If-Modified-Since header for all RSS 1.0 feeds (again) Revert "move scripts to just before </body>, add event for scripts that need to be in <head>" Implemented join and leave groups api methods implemented etag and last modified Fixed broken Piwik plugin - was not using the supplied site code move scripts to just before </body>, add event for scripts that need to be in <head> some UI fixes Using timeline string instead of title for WindowName because IE doesn't Added JavaScript to initialize the poped Window Some layout and rendering adjustment for Realtime plugin Created addPop() for Realtime plugin and added param to include iconurl move some stuff around for realtime hack around address hack in util.js Add some more realtime feeds Do realtime popup with PHP instead of Javascript JavaScript fixes for IE Revert "Added realtime streams for all and showstream timelines" Revert "Fixed indenting" Revert "Made it slighly more compact with less jQuery selection" ... | |||
2009-09-24 | Reorganize, make bare auth work, output If-Modified-Since header | Zach Copley | |
2009-09-24 | Output If-Modified-Since header for all RSS 1.0 feeds (again) | Zach Copley | |
2009-09-24 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2009-09-24 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
Conflicts: install.php lib/noticeform.php | |||
2009-09-24 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php | |||
2009-09-24 | Revert "move scripts to just before </body>, add event for scripts that need ↵ | Evan Prodromou | |
to be in <head>" This reverts commit a5ed805aeabab3930d066b2777dbab9663bc487f. It shouldn't have gone on the stable branch. | |||
2009-09-23 | move scripts to just before </body>, add event for scripts that need to be ↵ | Evan Prodromou | |
in <head> | |||
2009-09-23 | use schema tool to create a table | Evan Prodromou | |
2009-09-23 | Started refactoring API into individual actions | Zach Copley | |
2009-09-23 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/requesttoken.php classes/File.php install.php lib/noticeform.php | |||
2009-09-23 | Revert "When viewing a page in https, all links to non-actions (links to ↵ | Evan Prodromou | |
CSS, JS, etc) should be https. Fixes the mixed content warnings that browsers display." This reverts commit 20997619b353faa94591800fbfc02bc19a4cdce3. The commit doesn't take into account having different servers (theme server, avatar server) and being able to set HTTPS for some but not all. | |||
2009-09-23 | revert output buffering (costly) for ETags (low priority) | Evan Prodromou | |
2009-09-23 | statusize schema-related modules | Evan Prodromou | |
2009-09-23 | make table def method of schema code work | Evan Prodromou | |
2009-09-23 | start a module for schema management | Evan Prodromou | |
2009-09-22 | Allow some punctuation instead of just spaces before @user, !group, and #tag | Craig Andrews | |
2009-09-22 | Link hrefs are the short url, and title is the long url | Craig Andrews | |
2009-09-21 | Make link href the long url so users can tell where links are going | Craig Andrews | |
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou | |
2009-09-21 | add a hook for the unqueuemanager | Evan Prodromou | |
2009-09-21 | add a hook at point of enqueuing notices | Evan Prodromou | |
2009-09-21 | Fixes for posting shortened URLs or uploads | Brion Vibber | |
* If no shortener plugin is enabled, fall back to using the long URL instead of trying to load nonexistent ur1.ca plugin and throwing 'Class does not exist' * Fix bad call to call_user_func_array() in callback_helper() which broke all shortening | |||
2009-09-21 | Don't trigger E_NOTICE when looking for commands in the notice input | Brion Vibber | |
explode() only returns one item if there was no space, leading to an E_NOTICE about an undefined array index in the list($a,$b) pattern. | |||
2009-09-20 | No need to call farbtastic.go.js because it was moved to userdesign.go.js | Sarven Capadisli | |
2009-09-20 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-09-19 | Make statuses/home_timeline return the same thing as ↵ | Zach Copley | |
statuses/friends_timeline to support apps trying to use the new retweet API method. | |||
2009-09-19 | Make statuses/home_timeline return the same thing as ↵ | Zach Copley | |
statuses/friends_timeline to support apps trying to use the new retweet API method. | |||
2009-09-18 | Show context link if this notice starts a conversation | Craig Andrews | |