Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-24 | Use a min-width just in case. Fixes IE. | Sarven Capadisli | |
(cherry picked from commit cf2b4c033c8025eea4aaeee0598665a55be151d6) | |||
2009-11-24 | Break TableDef, ColumnDef classes to separate files so autoloader can find them. | Brion Vibber | |
With $config['db']['schemacheck'] set to 'script' in live deployment, Schema class wasn't being preloaded for us; the uses of TableDef by plugins for DataObject configuration would then fail because the class wasn't loaded. Broken to separate files, the autoloader can find all classes in either case. PHP Fatal error: Class 'TableDef' not found in /var/www/statusnet/plugins/OpenID/User_openid.php on line 43, referer: http://identi.ca/brionv/all | |||
2009-11-20 | Disable XHTML Content-Type negotiation... You've foiled our plans for the ↵ | Brion Vibber | |
last time! XHTML mode breaks a lot of JS and has been causing trouble for Safari and Chrome, especially with the fancier new UI-side plugins like realtime and maps. | |||
2009-11-20 | Fix bug 1997: notice search rss utter failure | Brion Vibber | |
Since commit c4072ef7c930b82b74f8e90f6554974b761c686c in March there's no longer an automatic run of $this->getNotices() from RssAction parent class; added to the subclass. It might make sense to put it back in the parent class, but of course only if those dupe calls can be resolved. | |||
2009-11-20 | Undo part of c6e4feb815a60a7baf613026c414a24c5c918650 so that blacklisted ↵ | Craig Andrews | |
notices are not displayed in realtime | |||
2009-11-20 | Quick fix for Safari XHTML error... the map doesn't currently work with ↵ | Brion Vibber | |
Safari, but this gets the whole page parsing again! | |||
2009-11-20 | start for pluginqueuehandler | Brion Vibber | |
2009-11-20 | Fix double-escaped HTML in mapstraction notice popups | Brion Vibber | |
2009-11-20 | fix notice bug | Brion Vibber | |
2009-11-20 | Initial functional version of feed subscription plugin, currently supporting ↵ | Brion Vibber | |
only PuSH-enabled feeds. | |||
2009-11-20 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Evan Prodromou | |
2009-11-20 | use caching in geonames plugin | Evan Prodromou | |
2009-11-20 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Zach Copley | |
2009-11-20 | Add routing rules for FB app in front of other rules | Zach Copley | |
2009-11-20 | Revert "Added 'login' command that gives you a link that can be used to ↵ | Evan Prodromou | |
login to the website" This reverts commit b9d40f723bce8e01ddcbbb989bd7035b92cd9af8. Conflicts: actions/login.php classes/statusnet.ini db/08to09.sql db/08to09_pg.sql db/statusnet_pg.sql lib/command.php lib/commandinterpreter.php | |||
2009-11-20 | revert adding avatar IMG to jabber output; shows entire URL in some Jabber ↵ | Evan Prodromou | |
clients | |||
2009-11-20 | Updated version info0.9.0rc1 | Zach Copley | |
2009-11-20 | Updated form markup | Sarven Capadisli | |
2009-11-20 | Merge branch 'master' of git@gitorious.org:statusnet/mainline | Sarven Capadisli | |
2009-11-20 | These changes didn't go into master (from 0.9-release) | Sarven Capadisli | |
2009-11-19 | Followup to commit 4e00ce01a9841ac055c058a4f0e221cc56eca06e: rename ↵ | Brion Vibber | |
user_role to profile_role in update & postgres schemas | |||
2009-11-19 | Merge branch '0.9-release' | Zach Copley | |
* 0.9-release: Changed DEFINE name to avoid conflicts | |||
2009-11-20 | Changed DEFINE name to avoid conflicts | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9-release' | Zach Copley | |
* 0.9-release: Reduced entity_profile width in pop up | |||
2009-11-19 | Fix corrupted locale file that happened as a result of merging 0.9-release ↵ | Zach Copley | |
into master. | |||
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-20 | Reduced entity_profile width in pop up | Sarven Capadisli | |
2009-11-20 | Merge branch '0.9-release' of git@gitorious.org:statusnet/mainline into ↵ | Sarven Capadisli | |
0.9-release | |||
2009-11-20 | Removed call to NewDirectMessage() until IE return is fixed i.e., | Sarven Capadisli | |
<script> maxLength | |||
2009-11-19 | Don't show flag user button your own profile | Zach Copley | |
2009-11-19 | Fixed HXR response for flag user | Zach Copley | |
2009-11-20 | Using the right form class name | Sarven Capadisli | |
2009-11-20 | Using common_redirect | Sarven Capadisli | |
2009-11-19 | Left a form_data class of a <ul> in the user admin panel | Zach Copley | |
2009-11-19 | Merge branch 'admin-sections/4' into 0.9.x | Zach Copley | |
* admin-sections/4: Added validation to fields in user admin panel Added a user admin panel | |||
2009-11-19 | Added validation to fields in user admin panel | Zach Copley | |
2009-11-19 | Added a user admin panel | Zach Copley | |
2009-11-19 | Added mobile logos for default and identica themes | Sarven Capadisli | |
2009-11-19 | Changed gif to png | Sarven Capadisli | |
2009-11-19 | Changed this to action. THANKS zach! | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: 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." | |||
2009-11-19 | Doing content negotiation only once | Sarven Capadisli | |
2009-11-19 | Add execute bit to pingqueuehandler | Zach Copley | |
2009-11-19 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-19 | Localisation updates for !StatusNet from !translatewiki.net | Siebrand Mazeland | |
* adding plural forms for all localisations | |||
2009-11-19 | Use the browser's geolocation API to set the location on the notice form | Craig Andrews | |
2009-11-19 | Add geometa library, and include it. | Craig Andrews | |
Geometa provides a fallback for W3C geolocation so that Google Gears or Google's Client Location service can also be used | |||
2009-11-19 | Add location form elements to the noticeform, and save their values on ↵ | Craig Andrews | |
submission | |||
2009-11-19 | Use the $user object nickname, as login name doesnt have to == nickname ↵ | Eric Helgeson | |
anymore with plugins such as ldap/etc |