summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-25max public pageEvan Prodromou
2009-06-25Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xZach Copley
* '0.8.x' of git@gitorious.org:laconica/dev: Added fragment identifier to the "in context" URL which points to Adds a scrollbar if the filename is too long for the attached file
2009-06-25Return clippy to his rightful place next to attachmentsZach Copley
2009-06-25Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-06-25Added fragment identifier to the "in context" URL which points toSarven Capadisli
the notice location in the Conversation page.
2009-06-25fix caching for conversations, againEvan Prodromou
2009-06-25Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-25avoid getting duplicate errors on uploadEvan Prodromou
2009-06-25show backtrace on errorEvan Prodromou
2009-06-25streamline the file actionEvan Prodromou
2009-06-25Adds a scrollbar if the filename is too long for the attached fileSarven Capadisli
2009-06-25Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-06-25Shows the selected file attachment under the form_notice textareaSarven Capadisli
2009-06-25update conversations to use newer query formatEvan Prodromou
2009-06-25don't try to load a null notice into the listEvan Prodromou
2009-06-25Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-25blow cache when new notice in conversation is savedEvan Prodromou
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