Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-05-05 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-03 | add pingvine notice source | Evan Prodromou | |
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css | |||
2009-04-28 | Added dirty dates to Foreign_link | Zach Copley | |
2009-04-21 | Add feed2omb to notice sources | CiaranG | |
2009-04-19 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-18 | add reply_to index to notice | Evan Prodromou | |
2009-04-14 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-14 | Notice sources: Fixed Nambu, added Tricklepost and sorted the list. | Zach Copley | |
2009-04-10 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-10 | add cliqset | Evan Prodromou | |
2009-04-10 | Added maisha to notice_source | Evan Prodromou | |
2009-04-07 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-07 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Evan Prodromou | |
2009-04-07 | Host multiple sites with the same codebase | Evan Prodromou | |
This is the beginning of the code for status.net and related status farms. It will read basic information about a site from a shared, central database and use the data stored there to switch on the hostname. | |||
2009-04-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-06 | add peoplebrowsr | Evan Prodromou | |
2009-04-03 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-03 | Add Yatca to notice sources | Zach Copley | |
2009-04-02 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-03-30 | trac#776 changed db collations from utf8_bin to utf8_general_ci for case ↵ | Robin Millette | |
insensitive search | |||
2009-03-30 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-03-23 | fix sql error in notice source script | Evan Prodromou | |
2009-03-23 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-22 | add Mobidentica | Evan Prodromou | |
2009-03-14 | Add Adium to notice sources | Evan Prodromou | |
2009-03-12 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php lib/action.php lib/router.php lib/twitter.php | |||
2009-03-08 | PostgreSQL - use the specific sequence names required by DB_DataObject, ↵ | CiaranG | |
otherwise rebuilding can't work | |||
2009-03-07 | PostgreSQL - propogated nonce table fix from MySQL version - see bug #1251 ↵ | CiaranG | |
or 1179ecd13d68e76d74ad94e2d3ca22d9681eeffe | |||
2009-03-07 | Fix nonce usage in OAuth store | Evan Prodromou | |
The OAuth store was failing on getting a request token, because the token value was forced to be non-null in the DB. Let this value be null, and use the correct primary key (consumer, timestamp, nonce). Drop the reference to token table, and don't ever use it. | |||
2009-03-06 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-05 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | CiaranG | |
2009-03-05 | PostgreSQL - the ts field in the OAuth nonce table needed to be an integer. ↵ | CiaranG | |
(fix submitted by oxygene) | |||
2009-03-04 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-04 | PostgreSQL - added defaults for 'created' fields, so they work the same as ↵ | CiaranG | |
the MySQL version, and made sure all 'modified' fields are not null | |||
2009-03-04 | all inserts in one statement for foreign services | Evan Prodromou | |
2009-03-04 | add notice source to default install | Evan Prodromou | |
2009-03-03 | PostgreSQL - added new emailnotifyattn field to user table, to match MySQL ↵ | CiaranG | |
version | |||
2009-03-02 | add notice source to default install | Evan Prodromou | |
2009-02-28 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-02-28 | don't use semicolons in comments | Evan Prodromou | |
2009-02-26 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-02-26 | add conversation id to notice | Evan Prodromou | |
2009-02-16 | add email notify flag for @-replies | Evan Prodromou | |
2009-02-12 | Make ID of SMS Carrier not autoincrement | Evan Prodromou | |
Since we're doing fixed IDs for SMS Carrier, we change the definition so it's not auto increment. |