Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-18 | Normalize the 'modified' vs 'created' field definitions to not-null ↵ | Brion Vibber | |
timestamps. We can't rely on database DEFAULT or ON UPDATE values, since they don't play well with our insert-time caching. | |||
2010-10-15 | some more tweaking to do the mappings during filterDef; not totally sure I ↵ | Brion Vibber | |
like it | |||
2010-10-13 | Cleanup unique & foreign key defs | Brion Vibber | |
2010-10-11 | fix for column prefixes in table/index building | Brion Vibber | |
2010-10-07 | fix up some more 'not null's and such | Brion Vibber | |
2010-10-07 | some more cleanup on table defs | Brion Vibber | |
2010-10-07 | output tweak hack for primary keys on single line | Brion Vibber | |
2010-10-07 | Finish patching up the index fetching in new schema stuff for mysql | Brion Vibber | |
2010-10-06 | Merge branch '1.0.x' into schema-x | Brion Vibber | |
Conflicts: plugins/OStatus/classes/Ostatus_profile.php | |||
2010-10-04 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 1.0.x | Brion Vibber | |
Conflicts: actions/hostmeta.php actions/imsettings.php classes/User.php lib/adminpanelaction.php lib/channel.php lib/default.php lib/router.php lib/util.php | |||
2010-09-16 | Ticket #2725 - add StatusNet Mobile & platform variants to default notice ↵ | Brion Vibber | |
sources lists. To add just these to an existing table: INSERT INTO notice_source (code, name, url, created) VALUES ('StatusNet Mobile', 'StatusNet Mobile', 'http://status.net/mobile', now()), ('StatusNet iPhone', 'iPhone', 'http://status.net/iphone', now()), ('StatusNet Android', 'Android', 'http://status.net/android', now()), ('StatusNet Blackberry', 'Blackberry', 'http://status.net/blackberry', now()); | |||
2010-08-16 | Merge branch '0.9.x' into 1.0.x | Brion Vibber | |
2010-08-16 | Managed_DataObject initial sketches (pulling Drupal-style schema def into ↵ | Brion Vibber | |
the data that DB_DataObject and Memcached_DataObject use; not yet functional. Converted OStatus_profile for demo.) | |||
2010-08-16 | Syntax fixes to defs file | Brion Vibber | |
2010-08-16 | Merge remote branch 'shiny/0.9.x' into 0.9.x | Brenda Wallace | |
2010-08-16 | Merge commit 'origin/0.9.x' into 0.9.x | Brenda Wallace | |
2010-08-16 | removed the notice.location column from postgres def -- snuck in on a git ↵ | Brenda Wallace | |
commit by Patrick G | |||
2010-08-13 | work in progress | Brion Vibber | |
2010-08-13 | starting redoing core schema defs in variant of drupal format (can switch it ↵ | Brion Vibber | |
to any way we like once done, if prefer to use a different syntax based on what we're using now for plugins) | |||
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 the inbox table to postgres upgrade script | Brenda Wallace | |
2010-05-27 | added user_location_prefs to 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 | |