summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2009-06-27session storageEvan Prodromou
2009-06-24script to upgrade a database from 0.7.4 to 0.8.0Evan Prodromou
2009-06-24change foreign_user.id to bigint (for Twitter, Facebook, etc.)Evan Prodromou
2009-06-23a little sql script to drop full-text index and use innodb for profile and ↵Evan Prodromou
notice
2009-06-22Database changes for file tablesEvan Prodromou
Some minor database changes for file tables. Namely: * Added a timestamp to all tables * Added a filename column for local files * Change some tables that had unnecessary auto-increment primary keys when they had another unique column that should act as the primary key * Change engine from MyISAM to InnoDB for a couple of files. Also, rebuilt the DB_DataObject files for all these tables.
2009-06-17Add design_id to User_groupZach Copley
2009-06-17Update background image settings to use bitflagsZach Copley
2009-06-16Added background image tile flag to DesignZach Copley
2009-06-15Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: (32 commits) updates to Status_network makeadmin action make admins of groups show aliases when showing a group Link and distribute notices tagged for a group alias Code for adding and saving group aliases Styles for group block add correct li for css magic for block stuff typo in profileminilist class return count from show try to get the right class for profileminilist fix perms for classes/statusnet.ini fixup perms for classes Added Group_alias class add a table for group aliases Cross-browser notice_attach Allow users to be unblocked from a group Some UI improvements for blocking and unblocking The rest of the things necessary to make group block work Make group block work ... Conflicts: db/laconica.sql lib/common.php
2009-06-15updates to Status_networkEvan Prodromou
2009-06-14add a table for group aliasesEvan Prodromou
2009-06-14Merge branch '0.8.x' into groupblockEvan Prodromou
2009-06-14Commented all .sql fields for file/url related tables.Robin Millette
2009-06-14added group_block table to databaseEvan Prodromou
2009-06-09Merge branch '0.8.x' into userdesignEvan Prodromou
Conflicts: actions/designsettings.php
2009-06-08Merge branch '0.7.x' into 0.8.xEvan Prodromou
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh
2009-05-30add get2gnowEvan Prodromou
2009-05-28Added Afficheur to notice sourcesZach Copley
2009-05-29Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-28Add any.io to sourcesEvan Prodromou
2009-05-27Upgraded foreign_id column to handle new 64-bit Facebook user IDs.Zach Copley
See: http://developers.facebook.com/news.php?blog=1&story=226
2009-05-26Merge branch '0.8.x' into userdesignEvan Prodromou
Conflicts: lib/attachmentlist.php lib/noticelist.php
2009-05-26Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
2009-05-26Add EventBox to notice sourcesZach Copley
2009-05-26Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xEvan Prodromou
2009-05-26Added AgentSolo.comEvan Prodromou
2009-05-26Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-05-26added qtwitterEvan Prodromou
2009-05-25Add EventBox to notice sourcesZach Copley
2009-05-23move design items before timestampsEvan Prodromou
2009-05-22schema changes for user support of designsEvan Prodromou
2009-05-22add design table to DBEvan Prodromou
2009-05-22reformat laconica.sqlEvan Prodromou
2009-05-22Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-22Add Gravity to notice sourcesEvan Prodromou
2009-05-21- Reworked login / logout workflowZach Copley
- Added Facebook Connect tab to login nav - Show Facebook mini-avatar when logged in - Added Facebook Connect tab to connect settings nav - Option to disconnect from Facebook
2009-05-15Added sql files to handle attachments (not yet tested) Hoping someone will ↵Robin Millette
improve the postgres version.
2009-05-10Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-10Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-05-08PostgreSQL - added dirty dates to Foreign_link - see ↵CiaranG
3e7b1e69e3e97ac007465376b62084f10bcf97ca
2009-05-07Added dirty dates to Foreign_linkZach Copley
2009-05-07Added Twitter to notice sourcesZach Copley
2009-05-05Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-05-03add pingvine notice sourceEvan Prodromou
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css
2009-04-28Added dirty dates to Foreign_linkZach Copley
2009-04-21Add feed2omb to notice sourcesCiaranG
2009-04-19Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-18add reply_to index to noticeEvan Prodromou
2009-04-14Merge branch '0.7.x' into 0.8.xSarven Capadisli