Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-15 | added design_id to user_group | Brenda Wallace | |
2009-07-15 | added group_block and group_alias tables | Brenda Wallace | |
2009-07-15 | added missing conversation id to notices | Brenda Wallace | |
Conflicts: db/laconica_pg.sql | |||
2009-07-15 | removed semicolons from comments | Brenda Wallace | |
(mucks up logic in install.php) and fixed stray commas that stopped it parsing as valid SQL | |||
2009-07-07 | Merge commit 'br3nda/0.8.x-pgschema' into 0.8.x | CiaranG | |
2009-06-27 | session storage | Evan Prodromou | |
2009-06-25 | added missing table "design" | Brenda Wallace | |
2009-06-25 | added missing conversation id to notices | Brenda Wallace | |
2009-06-25 | removed semicolons from comments | Brenda Wallace | |
(mucks up logic in install.php) and fixed stray commas that stopped it parsing as valid SQL | |||
2009-06-24 | script to upgrade a database from 0.7.4 to 0.8.0 | Evan Prodromou | |
2009-06-24 | change foreign_user.id to bigint (for Twitter, Facebook, etc.) | Evan Prodromou | |
2009-06-23 | a little sql script to drop full-text index and use innodb for profile and ↵ | Evan Prodromou | |
notice | |||
2009-06-22 | Database changes for file tables | Evan 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-17 | Add design_id to User_group | Zach Copley | |
2009-06-17 | Update background image settings to use bitflags | Zach Copley | |
2009-06-16 | Added background image tile flag to Design | Zach Copley | |
2009-06-15 | Merge branch '0.8.x' into userdesign | Zach 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-15 | updates to Status_network | Evan Prodromou | |
2009-06-14 | add a table for group aliases | Evan Prodromou | |
2009-06-14 | Merge branch '0.8.x' into groupblock | Evan Prodromou | |
2009-06-14 | Commented all .sql fields for file/url related tables. | Robin Millette | |
2009-06-14 | added group_block table to database | Evan Prodromou | |
2009-06-09 | Merge branch '0.8.x' into userdesign | Evan Prodromou | |
Conflicts: actions/designsettings.php | |||
2009-06-08 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh | |||
2009-05-30 | add get2gnow | Evan Prodromou | |
2009-05-28 | Added Afficheur to notice sources | Zach Copley | |
2009-05-29 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-28 | Add any.io to sources | Evan Prodromou | |
2009-05-27 | Upgraded 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-26 | Merge branch '0.8.x' into userdesign | Evan Prodromou | |
Conflicts: lib/attachmentlist.php lib/noticelist.php | |||
2009-05-26 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Zach Copley | |
2009-05-26 | Add EventBox to notice sources | Zach Copley | |
2009-05-26 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Evan Prodromou | |
2009-05-26 | Added AgentSolo.com | Evan Prodromou | |
2009-05-26 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-05-26 | added qtwitter | Evan Prodromou | |
2009-05-25 | Add EventBox to notice sources | Zach Copley | |
2009-05-23 | move design items before timestamps | Evan Prodromou | |
2009-05-22 | schema changes for user support of designs | Evan Prodromou | |
2009-05-22 | add design table to DB | Evan Prodromou | |
2009-05-22 | reformat laconica.sql | Evan Prodromou | |
2009-05-22 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-22 | Add Gravity to notice sources | Evan Prodromou | |
2009-05-21 | - Reworked login / logout workflow | Zach 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-15 | Added sql files to handle attachments (not yet tested) Hoping someone will ↵ | Robin Millette | |
improve the postgres version. | |||
2009-05-10 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-10 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Sarven Capadisli | |
2009-05-08 | PostgreSQL - added dirty dates to Foreign_link - see ↵ | CiaranG | |
3e7b1e69e3e97ac007465376b62084f10bcf97ca | |||
2009-05-07 | Added dirty dates to Foreign_link | Zach Copley | |
2009-05-07 | Added Twitter to notice sources | Zach Copley | |