Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-20 | These changes didn't go into master (from 0.9-release) | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9-release' | Zach Copley | |
* 0.9-release: (874 commits) Removed call to NewDirectMessage() until IE return is fixed i.e., Don't show flag user button your own profile Fixed HXR response for flag user Using the right form class name Using common_redirect Left a form_data class of a <ul> in the user admin panel Added validation to fields in user admin panel Added a user admin panel Added mobile logos for default and identica themes Changed gif to png Changed this to action. THANKS zach! Doing content negotiation only once Add execute bit to pingqueuehandler Localisation updates for !StatusNet from !translatewiki.net Use the browser's geolocation API to set the location on the notice form Add geometa library, and include it. Add location form elements to the noticeform, and save their values on submission Use the $user object nickname, as login name doesnt have to == nickname anymore with plugins such as ldap/etc Revert "Re added NICKNAME_FMT constant to router.php." Moved most path and server settings to a new paths admin panel ... Conflicts: js/util.js locale/it_IT/LC_MESSAGES/statusnet.mo locale/mk_MK/LC_MESSAGES/statusnet.mo locale/mk_MK/LC_MESSAGES/statusnet.po locale/pt_BR/LC_MESSAGES/statusnet.mo locale/vi_VN/LC_MESSAGES/statusnet.mo plugins/InfiniteScroll/infinitescroll.js plugins/Realtime/realtimeupdate.js | |||
2009-11-19 | Should be using onHandleQueuedNotice instead of onEndNoticeSave | Craig Andrews | |
2009-11-18 | Took out CSS from JS and placed it in its own file. | Sarven Capadisli | |
2009-11-18 | Added play/pause button for realtime notices. While on pause, it will | Sarven Capadisli | |
store the notices and on play it will add them to the notice list | |||
2009-11-16 | Only show local notices or (remote notices if they're supposed to be shown) | Craig Andrews | |
2009-11-12 | Removed extra showScript() call at the bottom of the document. 0.8.x | Sarven Capadisli | |
is using <head> for scripts whereas 0.9.x puts it before </body>. This also fixes the duplicate posts | |||
2009-11-09 | Revert "Remove more contractions" | Brion Vibber | |
This reverts commit 5ab709b73977131813884558bf56d97172a7aa26. Missed this one yesterday... | |||
2009-11-08 | Moved back to using lib twitterapi instead of api for 0.8.x | Sarven Capadisli | |
2009-11-08 | Remove more contractions | Siebrand Mazeland | |
* doesn't * won't * isn't * don't | |||
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-10-09 | CamelCase all function names in the API code | Zach Copley | |
2009-10-09 | Missed some of the references to the old TwitterApiAction - removed | Zach Copley | |
2009-10-09 | Delete action/api.php and rename lib/twitterapi.php to lib/api.php | Zach Copley | |
2009-10-04 | need to show scripts at end of body in RealtimePlugin | Evan Prodromou | |
2009-09-27 | Don't really need the header container. Adjusted some CSS instead | Sarven Capadisli | |
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 | 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 | Revert "Added realtime streams for all and showstream timelines" | Evan Prodromou | |
This reverts commit 49e91ec7d068fa7b98576207696d2192418baf5b. | |||
2009-09-21 | Initial UI to allow certain timelines to be viewed in a new window in | Sarven Capadisli | |
realtime | |||
2009-09-21 | Escaping internal JavaScript | Sarven Capadisli | |
2009-09-20 | Added realtime streams for all and showstream timelines | Sarven Capadisli | |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | Laconica in plugins | Evan Prodromou | |
2009-08-05 | Use script() to write out javascript <script> tags | Craig Andrews | |
2009-07-15 | let implementations build channel strings for realtime | Evan Prodromou | |
2009-07-14 | changes to make realtime work for Meteor | Evan Prodromou | |
2009-07-14 | pass proper args for realtime recipe methods | Evan Prodromou | |
2009-07-14 | make RealtimePlugin work correctly | Evan Prodromou | |
2009-07-13 | added Realtime superclass | Evan Prodromou | |