summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2009-07-05Merge branch '0.8.x' into cachenonexistentEvan Prodromou
2009-07-05fix caching of faves by own, otherEvan Prodromou
2009-07-05cache failure to find in memcachedEvan Prodromou
2009-07-04don't send unused variable for streamsEvan Prodromou
2009-07-03Merge branch '0.8.x' into queuemanagerEvan Prodromou
2009-07-03no limit on conversation streamEvan Prodromou
2009-07-02Merge branch '0.8.x' into queuemanagerEvan Prodromou
2009-06-30conversation code changesEvan Prodromou
2009-06-29show section with admins in sidebar of groupEvan Prodromou
2009-06-28bad string compare in Status_networkEvan Prodromou
2009-06-28fallback for www. addressesEvan Prodromou
2009-06-28start of queuemanager codeEvan Prodromou
2009-06-27debug flag for sessionsEvan Prodromou
2009-06-27some debugging code for sessionsEvan Prodromou
2009-06-27remove debugging code from Notice.phpEvan Prodromou
2009-06-27fixup perms on auto-generated filesEvan Prodromou
2009-06-27a memcached_dataobject class for saving sessionsEvan Prodromou
2009-06-27session storageEvan Prodromou
2009-06-26Added background-attachment:fixed for userdesignsSarven Capadisli
2009-06-26boxcar notice inbox requestsEvan Prodromou
2009-06-25break up big inbox queries into lots of small onesEvan Prodromou
2009-06-25fix caching for conversations, againEvan Prodromou
2009-06-25avoid getting duplicate errors on uploadEvan Prodromou
2009-06-25streamline the file actionEvan Prodromou
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-25blow cache when new notice in conversation is savedEvan Prodromou
2009-06-24change foreign_user.id to bigint (for Twitter, Facebook, etc.)Evan 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-23Stop Twitter gateway notices from leaking via user faves pagesZach Copley
2009-06-23oembed and thumbnail don't need sequencesEvan Prodromou
2009-06-23append uploads to content rather than showing them doubleEvan Prodromou
2009-06-22Attachment upload server and path now configurableZach Copley
2009-06-22change staticGet() from DB_DataObject to Memcached_DataObject for file classesEvan Prodromou
2009-06-22Database changes for file tablesEvan 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-21Add like for searchEvan Prodromou
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-18Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-18Make sure we have a DB connection before setting its charsetZach Copley
2009-06-18Only show twitter msgs in your own inboxEvan Prodromou
2009-06-17Add design_id to User_groupZach Copley
2009-06-17Merge branch 'userdesign' into 0.8.xZach Copley
* userdesign: (56 commits) Fix for background image repetition for various page heights Removed height:100% for better background image repetition A little more specific selector for notice reply Have user favorites page show user's design Placed a check to make sure there is a reply button in a notice before Make MailboxAction read only Remove stale reference to deprecated personal.php Uppercase hex color values Default to image being on, no tile after upload Fix sidebar color bug default design Update background image settings to use bitflags It was accidently removed Dynamically tile background image and turn background image on or off Show a background img in settings form IE7/8 CSS update for user design Enable tiling of background imgs for Designs Added background image tile flag to Design Init styles for tile and image use on/off for user design settings Added form option to tile background image and to turn it on and off Add background dir ...
2009-06-18Fix for background image repetition for various page heightsSarven Capadisli
2009-06-17Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into taggedprofile
2009-06-17Make the personal tag streams actually workEvan Prodromou
2009-06-17Merge branch '0.8.x' into userdesignZach Copley
2009-06-17Make oohembed endpoint configurable.Robin Millette
2009-06-17Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Robin Millette
into 0.8.x
2009-06-17Fixed recent attachment bug that required URLs to be posted twice to be ↵Robin Millette
taken into account.