Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-03 | Merge branch '0.9.x' into 1.0.x | Evan Prodromou | |
2010-07-28 | SQL script to update status_network table | James Walker | |
2010-07-28 | leaving tags column in (for now) | James Walker | |
2010-07-20 | normalizing tags for status_network | James Walker | |
2010-06-28 | Merge branch 'master' into 0.9.x | Brion Vibber | |
2010-06-28 | Add notice source for StatusNet Desktop | Zach Copley | |
2010-06-11 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
2010-06-11 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
2010-06-10 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
Conflicts: lib/default.php lib/util.php plugins/UrlShortener/UrlShortenerPlugin.php (has been removed?) | |||
2010-06-07 | Merge branch 'testing' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber | |
Conflicts: plugins/OpenID/openid.php | |||
2010-06-04 | Add gNewBook to notice sources | Zach Copley | |
2010-05-31 | Added DarterosStatus to notice sources | Zach Copley | |
2010-05-27 | added the inbox table to postgres upgrade script | Brenda Wallace | |
2010-05-27 | added user_location_prefs to upgrade script | Brenda Wallace | |
2010-05-25 | the sent column wasn't being populated, needed default | Brenda Wallace | |
2010-05-22 | queue_item in _pg now matches mysql | Brenda Wallace | |
2010-05-22 | migration of data in queue_item to new table | Brenda Wallace | |
2010-05-22 | fixed up comment syntax | Brenda Wallace | |
2010-05-22 | Merge commit 'mainline/0.9.x' into 0.9.x | Brenda Wallace | |
2010-05-22 | added verifier and verified_callback to postgres schema and update script | Brenda Wallace | |
2010-05-21 | Add TweetDeck to notice sources | Zach Copley | |
2010-05-21 | Add TweetDeck to notice sources | Zach Copley | |
2010-05-21 | Add TweetDeck to notice sources | Zach Copley | |
2010-05-21 | added comsumer_secret to consumer table on postgres | Brenda Wallace | |
2010-05-21 | add comsumer_secret column to consumer | Brenda Wallace | |
2010-05-19 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-05-17 | updated database for postgres | Patrick Georgi | |
2010-05-04 | Add Emacs Identica-mode to notice sources | Zach Copley | |
2010-05-04 | Add Emacs Identica-mode to notice sources | Zach Copley | |
2010-05-04 | Add Emacs Identica-mode to notice sources | Zach Copley | |
2010-04-26 | Give users more control over URL shortening | Evan Prodromou | |
Users and administrators can set how long an URL can be before it's shortened, and how long a notice can be before all its URLs are shortened. They can also turn off shortening altogether. Squashed commit of the following: commit d136b390115829c4391b3666bb1967f190a0de35 Author: Evan Prodromou <evan@status.net> Date: Mon Apr 26 02:39:00 2010 -0400 use site and user settings to determine when to shorten URLs commit 1e1c851ff3cb2da5e0dc3a0b06239a9d9c618488 Author: Evan Prodromou <evan@status.net> Date: Mon Apr 26 02:38:40 2010 -0400 add a method to force shortening URLs commit 4d29ca0b91201f6df42940297ed5b64b070efe49 Author: Evan Prodromou <evan@status.net> Date: Mon Apr 26 02:37:41 2010 -0400 static method for getting best URL shortening service commit a9c6a3bace0af44bcf38d1c790425a7be9c72147 Author: Evan Prodromou <evan@status.net> Date: Mon Apr 26 02:37:11 2010 -0400 allow 0 in numeric entries in othersettings commit 767ff2f7ecfd7e76e8418fc79d45e61898f09382 Author: Evan Prodromou <evan@status.net> Date: Mon Apr 26 02:36:46 2010 -0400 allow 0 or blank string in inputs commit 1e21af42a685f600f4a53f49a194013e78b12f20 Author: Evan Prodromou <evan@status.net> Date: Mon Apr 26 02:01:11 2010 -0400 add more URL-shortening options to othersettings commit 869a6be0f5779aff69018d02f9ac0273946040d9 Author: Evan Prodromou <evan@status.net> Date: Sat Apr 24 14:22:51 2010 -0400 move url shortener superclass to lib from plugin commit 9c0c9863d532942b99184f14e923fc3c050f8177 Author: Evan Prodromou <evan@status.net> Date: Sat Apr 24 14:20:28 2010 -0400 documentation and whitespace on UrlShortenerPlugin commit 7a1dd5798f0fcf2c03d1257a18ddcb9008879de0 Author: Evan Prodromou <evan@status.net> Date: Sat Apr 24 14:05:46 2010 -0400 add defaults for URL shortening commit d259c37ad231ca0010c60e5cfd397bb1732874a4 Author: Evan Prodromou <evan@status.net> Date: Sat Apr 24 13:40:10 2010 -0400 Add User_urlshortener_prefs Add a table for URL shortener prefs, a corresponding class, and the correct mumbo-jumbo in statusnet.ini to make everything work. | |||
2010-03-24 | Use InnoDB and UTF-8 options when creating user_im_prefs table, to match others | Brion Vibber | |
2010-03-08 | Merge branch '0.9.x' into 1.0.x | Craig Andrews | |
Conflicts: classes/statusnet.ini db/statusnet.sql lib/jabber.php lib/xmppmanager.php | |||
2010-03-04 | Roll up some missing items from 08to09.sql; now hits all changed ↵ | Brion Vibber | |
tables/columns/keys in core. Added partial data conversions: user_groups -> local_user: ids, names filled out; mainpage, uri left null notice -> conversation: stub entry added to push the autoincrement past existing notice items | |||
2010-03-04 | Create new field in consumer table in 08to09.sql | Ciaran Gultnieks | |
2010-03-04 | Added oauth_appication tables to 08to09.sql | Brion Vibber | |
Conflicts: db/08to09.sql | |||
2010-03-01 | Add index on group_index.notice_id, needed to pull list of target groups for ↵ | Brion Vibber | |
inbox delivery. Index was present on live identi.ca database but missing from master definitions: group_inbox_notice_id_idx | |||
2010-03-01 | Add index on post_id for file_to_post, needed for efficient lookups of ↵ | Brion Vibber | |
files/urls attached to a given post. | |||
2010-02-25 | add beta5 to beta6 script | Evan Prodromou | |
2010-02-25 | Not sure how this ended up in wrong-cased dir... | Brion Vibber | |
2010-02-25 | Add 'mainpage' to User_group | Evan Prodromou | |
Add the mainpage attribute to user_group objects. | |||
2010-02-24 | Make user_group able to handle remote groups | Evan Prodromou | |
We add a local_group table to store data about local groups. It has the unique key for nickname, so /group/<nickname> looks up here. Updated DB data object classes and data files. | |||
2010-02-24 | Merge branch '0.9.x' into 1.0.x | Craig Andrews | |
Conflicts: EVENTS.txt db/statusnet.sql lib/queuemanager.php | |||
2010-02-17 | Merge branch 'testing' into 0.9.x | Brion Vibber | |
2010-02-17 | - conversation.uri needs to be nullable | Zach Copley | |
- factory method for creating new local conversations | |||
2010-02-16 | New Conversation DO to handle remote notices as conversation roots | Zach Copley | |
2010-02-16 | Merge branch '0.9.x' into 1.0.x | Craig Andrews | |
Conflicts: lib/queuemanager.php | |||
2010-02-05 | OAuth app name should not be null | Zach Copley | |
2010-02-05 | OAuth app name should not be null | Zach Copley | |
2010-02-02 | Merge branch '0.9.x' into 1.0.x | Craig Andrews | |
Conflicts: EVENTS.txt lib/imqueuehandler.php lib/jabber.php lib/util.php plugins/Xmpp/Sharing_XMPP.php |