summaryrefslogtreecommitdiff
path: root/db
AgeCommit message (Collapse)Author
2009-08-21Merge branch 'dbconfig' into 0.9.xEvan Prodromou
Conflicts: lib/common.php
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php
2009-08-21Add table for configuration settingsEvan Prodromou
Add a table for configuration settings.
2009-08-21update database to allow >140c in group descriptionsEvan Prodromou
2009-08-21Allow unlimited-size bios in profilesEvan Prodromou
2009-08-21allow unlimited text in messages in DBEvan Prodromou
2009-08-21update database to allow large postsEvan Prodromou
2009-08-11Revert "changed file.url column type from varcahr(255) to varchar(2047)"Brenda Wallace
This reverts commit c1b19929f6234c4b9e30e16bae419c89c38c1169.
2009-08-11Revert "change file.url to from a varchar(255) to varchar(2047)"Brenda Wallace
This reverts commit 002cc755b2a521486b0216e2d6f8a3952bda0bae. mysql doesn't allow varchar > 255 chars reverting until have a working solution
2009-08-11change file.url to from a varchar(255) to varchar(2047)Brenda Wallace
because urls get translated from tinyurl.com etc into their originals before saving and urls can be that long
2009-08-11upgrade script for postgresBrenda Wallace
2009-08-10changed file.url column type from varcahr(255) to varchar(2047)Brenda Wallace
2009-08-06add LiveTweeter (note caps)Evan Prodromou
2009-08-06add qwitEvan Prodromou
2009-08-05add livetweeter to notice sourceEvan Prodromou
2009-08-04start upgrade script for 0.9.xEvan Prodromou
2009-08-04Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3bEric Helgeson
Adding deleted_notice to pg.sql
2009-08-04add a deleted_notice tableEvan Prodromou
2009-08-04Upgrade scriptBrenda Wallace
2009-07-28Splitting br3nda's merge 97db6e17b3f76e9a6acf87ddbad47ba54e9b1a3bEric Helgeson
Add session table to pg.sql
2009-07-27pgsql's install had windows newlines. ran db/laconica_pg.sqlEric Helgeson
Thanks grim26
2009-07-22moved design table earlier - needs to be before "user" becuase of the ↵Brenda Wallace
foreign key
2009-07-22more changes to file_id copied from mysql schema change in ↵Brenda Wallace
05e51228020fecaa894523b5159bc412d48e5b19
2009-07-22fixes file_redirection table to match mysql schema change in commit ↵Brenda Wallace
05e51228020fecaa894523b5159bc412d48e5b19
2009-07-22Fixes file_oembed to march mysql schema change that happened in commit ↵Brenda Wallace
05e51228020fecaa894523b5159bc412d48e5b19
2009-07-22added missing columns in file tableBrenda Wallace
2009-07-22Fixed "User" table - added design_id and viewdesignsBrenda Wallace
2009-07-21Add Cellular South to list of SMS CarriersCraig Andrews
Thanks jacroe http://laconi.ca/trac/ticket/1520
2009-07-19Merge commit 'br3nda/0.8.x-pginstaller' into 0.8.xCiaranG
2009-07-17postgres schema - removed not null constraint from nonce.tok, and copied the ↵Brenda Wallace
comment from the mysql schema
2009-07-15moved creation of design table earlier than user_groupBrenda Wallace
2009-07-15added design_id to user_groupBrenda Wallace
2009-07-15added group_block and group_alias tablesBrenda Wallace
2009-07-15added missing conversation id to noticesBrenda Wallace
Conflicts: db/laconica_pg.sql
2009-07-15removed semicolons from commentsBrenda Wallace
(mucks up logic in install.php) and fixed stray commas that stopped it parsing as valid SQL
2009-07-07Merge commit 'br3nda/0.8.x-pgschema' into 0.8.xCiaranG
2009-06-27session storageEvan Prodromou
2009-06-25added missing table "design"Brenda Wallace
2009-06-25added missing conversation id to noticesBrenda Wallace
2009-06-25removed semicolons from commentsBrenda Wallace
(mucks up logic in install.php) and fixed stray commas that stopped it parsing as valid SQL
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