Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-27 | moderator can delete another user's notice | Evan Prodromou | |
2009-09-27 | show delete button when user has deleteOthersNotice right | Evan Prodromou | |
2009-09-27 | let hooks override standard user rights | 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 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
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 | Left a couple debugging statements in (removed) | 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 | Merge branch 'master' into 0.8.x | Evan Prodromou | |
2009-09-24 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Evan Prodromou | |
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-24 | Implemented join and leave groups api methods | Craig Andrews | |
2009-09-24 | implemented etag and last modified | Craig Andrews | |
2009-09-24 | Fixed broken Piwik plugin - was not using the supplied site code | CiaranG | |
2009-09-23 | move scripts to just before </body>, add event for scripts that need to be ↵ | Evan Prodromou | |
in <head> | |||
2009-09-23 | some UI fixes | Evan Prodromou | |
2009-09-23 | Using timeline string instead of title for WindowName because IE doesn't | Sarven Capadisli | |
like names with whitespace. | |||
2009-09-23 | Added JavaScript to initialize the poped Window | Sarven Capadisli | |
2009-09-23 | Some layout and rendering adjustment for Realtime plugin | Sarven Capadisli | |
2009-09-23 | Created addPop() for Realtime plugin and added param to include iconurl | Sarven Capadisli | |
2009-09-23 | move some stuff around for realtime | Evan Prodromou | |
2009-09-23 | hack around address hack in util.js | Evan Prodromou | |
2009-09-23 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Evan Prodromou | |
Conflicts: plugins/Realtime/realtimeupdate.js | |||
2009-09-23 | Add some more realtime feeds | Evan Prodromou | |
2009-09-23 | Do realtime popup with PHP instead of Javascript | Evan Prodromou | |
Move the realtime detection code to PHP extension rather than JavaScript. | |||
2009-09-23 | JavaScript fixes for IE | Sarven Capadisli | |
2009-09-23 | Revert "Added realtime streams for all and showstream timelines" | Evan Prodromou | |
This reverts commit 49e91ec7d068fa7b98576207696d2192418baf5b. | |||
2009-09-23 | Revert "Fixed indenting" | Evan Prodromou | |
This reverts commit 182257cbbf1557c2671b1995c9126c45b0bd8e79. | |||
2009-09-23 | Revert "Made it slighly more compact with less jQuery selection" | Evan Prodromou | |
This reverts commit c9bc3900909a85b9b4be31c4dac7f809127a8bf0. | |||
2009-09-23 | Revert "Added a check for any URL param. If found, strips them out before" | Evan Prodromou | |
This reverts commit 13de845e95da9ea579516c4480789819c9a26edd. | |||
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 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | 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 | Use new queue handler event | Craig Andrews | |
2009-09-21 | Fix typo is default hub url | Craig Andrews | |
2009-09-21 | Initial UI to allow certain timelines to be viewed in a new window in | Sarven Capadisli | |
realtime | |||
2009-09-21 | add the plugin daemon | Evan Prodromou | |
2009-09-21 | have to provide full path for daemons | Evan Prodromou | |
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou | |
2009-09-21 | Escaping internal JavaScript | Sarven Capadisli | |