summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-25Style for entity_aliasesSarven Capadisli
2009-06-25Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-06-25Added class entry-content to attachment list containerSarven Capadisli
2009-06-25Slightly more specific selector. Looks only in the notices in theSarven Capadisli
content area
2009-06-24different args for pid and daemon scriptsEvan Prodromou
2009-06-24add i argument for all daemonsEvan Prodromou
2009-06-24all daemons take an id parameterEvan Prodromou
2009-06-24Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-24make stomp server work with username and passwordEvan Prodromou
2009-06-24no memcached queue handlerEvan Prodromou
2009-06-25Separated attachment view componentsSarven Capadisli
2009-06-25Moved the attachment representation outside of the anchor so thatSarven Capadisli
onclick, it doesn't follow through on the href (e.g., it would play the video in the overlay instead)
2009-06-24Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: script to upgrade a database from 0.7.4 to 0.8.0 change foreign_user.id to bigint (for Twitter, Facebook, etc.) use printf instead of echo for startdaemons.sh
2009-06-24Take out noisy debugging statementZach Copley
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-24Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-24Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: add args to daemons fetch pass through server and path args to daemons
2009-06-24Only show "tile background" setting once an img has been uploadedZach Copley
2009-06-24fix bad function call (needed to be static)Zach Copley
2009-06-24fix bug in which design background could accidentally get removedZach Copley
2009-06-23use printf instead of echo for startdaemons.shEvan Prodromou
2009-06-23Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-23add args to daemons fetchEvan Prodromou
2009-06-23Make gateway notices available to the auth user in the APIZach Copley
2009-06-23pass through server and path args to daemonsEvan Prodromou
2009-06-23Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: (61 commits) Using default theme design values (it was previously set to identica Updated default colour theme and IE6 colours for transparent values chmod +x delete_status_network.sh rm -Rf, not rmdir script to delete a status network chmod allsites.php script to show all sites on a network use different name for connection and database use /etc/laconica/setup.cfg instead of local file other base directories On XHR notice post, calls NoticeAttachment to trigger thumbnail and oembed and thumbnail don't need sequences add innodb by default to status networks pwgen not pwdgen make pwgen command configurable a little sql script to drop full-text index and use innodb for profile and notice remove common_debug from newnotice append uploads to content rather than showing them double use a subclass for single notice items to show attachments make file command configurable ...
2009-06-23Using default theme design values (it was previously set to identicaSarven Capadisli
theme)
2009-06-23Updated default colour theme and IE6 colours for transparent valuesSarven Capadisli
2009-06-23Stop Twitter gateway notices from leaking via user faves pagesZach Copley
2009-06-23chmod +x delete_status_network.shEvan Prodromou
2009-06-23rm -Rf, not rmdirEvan Prodromou
2009-06-23script to delete a status networkEvan Prodromou
2009-06-23chmod allsites.phpEvan Prodromou
2009-06-23script to show all sites on a networkEvan Prodromou
2009-06-23use different name for connection and databaseEvan Prodromou
2009-06-23use /etc/laconica/setup.cfg instead of local fileEvan Prodromou
2009-06-23Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-23other base directoriesEvan Prodromou
2009-06-23On XHR notice post, calls NoticeAttachment to trigger thumbnail andSarven Capadisli
attachment views
2009-06-23oembed and thumbnail don't need sequencesEvan Prodromou
2009-06-23add innodb by default to status networksEvan Prodromou
2009-06-23pwgen not pwdgenEvan Prodromou
2009-06-23make pwgen command configurableEvan Prodromou
2009-06-23a little sql script to drop full-text index and use innodb for profile and ↵Evan Prodromou
notice
2009-06-23remove common_debug from newnoticeEvan Prodromou
2009-06-23append uploads to content rather than showing them doubleEvan Prodromou
2009-06-23use a subclass for single notice items to show attachmentsEvan Prodromou
2009-06-23make file command configurableEvan Prodromou
2009-06-23Add System_Command so MIME type fallback works for uploaded filesEvan Prodromou