Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-10 | Merge branch 'twitter-oauth' into 0.8.x | Zach Copley | |
Conflicts: scripts/getvaliddaemons.php | |||
2009-08-07 | Added configuration options to enable/disable SMS and Twitter integration. | Jeffery To | |
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options. | |||
2009-08-04 | Allow removal of Twitter account. Deleted dead code. | Zach Copley | |
2009-08-01 | Twitter OAuth server dance working | Zach Copley | |
2009-05-10 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-07 | Twitter friends sync now does 25 users at a time and uses last_friendsync ↵ | Zach Copley | |
field to prioritize | |||
2009-05-07 | Only show import friends timeline option if bidirectional bridge enabled | Zach Copley | |
2009-04-13 | Add option to Twitter settings for importing Friends Timeline | Zach Copley | |
2009-03-08 | PostgreSQL - some more fixes to make queries compatible with both databases. ↵ | CiaranG | |
(submitted by oxygene) | |||
2009-02-11 | Move/reorg Twitter broadcast code to lib/twitter.php in prep for | Zach Copley | |
making a twitterqueuehandler. | |||
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou | |
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules. | |||
2009-01-27 | Have "Current verified Twitter account" to use the right CSS class: form_note | Zach Copley | |
2009-01-27 | trac975 - Fixed title for Twitter settings page (thanks meitar) | Zach Copley | |
2009-01-23 | Twitter settings styles | sarven | |
2009-01-23 | Fix for Twitter bridge bug introduced by uiredesign merge | Zach Copley | |
2009-01-19 | Renamed form_datas to form_data | sarven | |
2009-01-18 | SMS settings markup and styles. Minor check with twitter settings form_datas | sarven | |
2009-01-17 | Break up settings into two tabset | Evan Prodromou | |
Made two tabsets: account and connect. Removed "Invite" from the global nav to make room. | |||
2009-01-17 | twitter settings markup | sarven | |
2009-01-16 | Update twittersettings to new framework | Evan Prodromou | |
2009-01-16 | Merge branch 'master' of /var/www/trunk into uiredesign | Evan Prodromou | |
2009-01-15 | Convert use of common_server_error and common_user_error to methods on Action | Evan Prodromou | |
2009-01-15 | Convert all actions to use new UI functions | Evan Prodromou | |
I did a massive search-and-replace to get all the action subclasses to use the new output function (common_element() -> $this->element(), etc.) There's still a lot to do, but it's a first step | |||
2009-01-15 | Twitter bridge: verify creds was taking user ID from the status instead | Zach Copley | |
of the user object, and failing if user hadn't ever posted on Twitter. | |||
2009-01-10 | Twitter settings: show success color for msg on save settings | Zach Copley | |
2009-01-04 | trac750 configurable sync flags for Facebook app (noticesync, replysync) | Zach Copley | |
darcs-hash:20090105040212-7b5ce-37f6195649dc673241e4566a93183b13e428d98f.gz | |||
2008-12-23 | move opening brace of class declaration to next line | Evan Prodromou | |
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz | |||
2008-12-23 | TRUE | Evan Prodromou | |
More PEAR coding standards global changes. Here, I've changed all instances of TRUE to true and FALSE to false. darcs-hash:20081223194428-84dde-cb1a1e6f679acd68e864545c4d4dd8752d6a6257.gz | |||
2008-12-23 | change function headers to K&R style | Evan Prodromou | |
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz | |||
2008-12-23 | replace NULL with null | Evan Prodromou | |
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz | |||
2008-12-23 | replace all tabs with four spaces | Evan Prodromou | |
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz | |||
2008-12-11 | Twitter bridge: update to handle Twitter API changes to verify_credentials ↵ | Zach Copley | |
method darcs-hash:20081211100106-7b5ce-c8dfd1f3ded2b9f1258d11457a1c2669a4858185.gz | |||
2008-11-18 | trac685 Twitter bridge - Shell script to sync all users' Twitter friends | Zach Copley | |
darcs-hash:20081119011128-7b5ce-74471277443b44d0075f66131028447cfda3b1e4.gz | |||
2008-11-16 | trac685 Twitter bridge - Sync Twitter friends | zach | |
darcs-hash:20081117024624-462f3-91f148111c2c43ddd302fc63cfa8c8ef14e1f38e.gz | |||
2008-11-14 | Twitter bridge - don't delete Twitter users. Update them instead. | zach | |
darcs-hash:20081114053044-462f3-30e2d27261bca1977b89dee409383e178f446149.gz | |||
2008-09-24 | default sending local @ replies to Twitter | Evan Prodromou | |
darcs-hash:20080924161708-5ed1f-c215f149abc11b07c34fda59c90a26d8b7603d38.gz | |||
2008-09-24 | change foreign links flags code to use bitmasks | Evan Prodromou | |
Zach was doing a lot of integer comparisons on the Foreign_link sync fields. I switched them to use named bitmasks instead. I also switched the semantics of bit 3 to be the opposite of what Zach had -- I find lots of double-negatives in a checkbox to be hard to read. darcs-hash:20080924150834-5ed1f-54cd945f61e43bc06768037c60c1e6180a8feead.gz | |||
2008-09-24 | Twitter bridge - Was using the wrong idiom to update foreign_link | Zach Copley | |
objs, which was causing UI inconsistencies. Fixed. darcs-hash:20080924060455-7b5ce-71ac4bb3a80ca44e6ae758d2287d50c918d1d908.gz | |||
2008-09-24 | Twitter bridge - fixed another bug that kept prefs from saving properly | Zach Copley | |
darcs-hash:20080924052431-7b5ce-589a3f5352f241c5c938ed855601d971e8d69fff.gz | |||
2008-09-23 | Twitter bridge - pref setting to turn off sending @-replies to Twitter | Zach Copley | |
darcs-hash:20080924023615-7b5ce-c747e8236b3967824ed93f18285e1b6e0b46c3f0.gz | |||
2008-09-23 | rationalize Zach's change of length with my added _ and caps | Evan Prodromou | |
darcs-hash:20080923174302-5ed1f-bf1e3339745eb497523912c2e58298b25ebe89d5.gz | |||
2008-09-23 | Twitter bridge - Changed Twitter username length check from 64 chars to ↵ | Zach Copley | |
Twitter max of 15. darcs-hash:20080923084145-7b5ce-25cfef64778010135234046be25294a3c7860419.gz | |||
2008-09-23 | Twitter bridge - fix to allow linking to 'protected' Twitter users | Zach Copley | |
darcs-hash:20080923074529-7b5ce-818fc75dd3a59ae2f1de1b73e1884dd8a826bd6e.gz | |||
2008-09-23 | change twitter username to allow uppercase letters and underscores | Evan Prodromou | |
darcs-hash:20080923060314-5ed1f-2ec4894251b99a2f9e9763ecc41659533bfab2eb.gz | |||
2008-09-23 | change how Foreign_link fetches, and fix mixup between user-ids and ↵ | Evan Prodromou | |
foreign-ids in twittersettings darcs-hash:20080923054413-5ed1f-a317e07925101215e87d2db0c574d20c1cfac665.gz | |||
2008-09-07 | Twitter integration - wording change | Zach Copley | |
darcs-hash:20080907063339-7b5ce-bce7b96763adcac5746b1b4d930b636ae0852491.gz |