summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
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.
2009-06-17Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-17Update background image settings to use bitflagsZach Copley
2009-06-16Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: Moved url handling to its proper place, from newnotice to Notice.php Removed more dead code. Brought back borders for content, navigation, aside_primary but Minor margin value change More contrast for tabs UI updates:
2009-06-16Enable tiling of background imgs for DesignsZach Copley
2009-06-16names for Notice_inbox source valuesEvan Prodromou
2009-06-16names for Notice is_local statesEvan Prodromou
2009-06-16Added background image tile flag to DesignZach Copley
2009-06-16Moved url handling to its proper place, from newnotice to Notice.phpRobin Millette
2009-06-16Design settings now save and displays backgroundsZach Copley
2009-06-16Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: Revert "Using neutral colour for notice hover" Using neutral colour for notice hover forgot to disinherit Memcached_DataObject in Status_network Add some basic memcached handling to status_network
2009-06-15Another minor tweak to showCSS() CSS outputZach Copley
2009-06-15Some fixups to the CSS output of showCSS()Zach Copley
2009-06-15Design class now uses WebColor class for outputting hex colorsZach Copley
2009-06-15Output custom stylesheets on design sub-ActionsZach Copley
2009-06-15forgot to disinherit Memcached_DataObject in Status_networkEvan Prodromou
2009-06-15Add some basic memcached handling to status_networkEvan Prodromou
Status_network can't be a subclass of Memcached_DataObject -- the latter is too entrenched in Laconica's memc handling functions, which aren't loaded when Status_network is running! But the importance of caching these values can't be overstated. So, a considerably slimmed-down version of the Memcached_DataObject code is transcribed into Status_network.
2009-06-15Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: a little better query handling in redirect code a little better query handling in redirect code forgot some functions aren't available at status time redirect on non-canonical server name don't show create-a-group link if not logged in allow a configured base for cache keys Missing call to getProfile() caused verify_credentials to fail. change mods for setup script Script to set up new status networks strncmp -> strcasecmp Return network from network setup function Configurable avatar directory
2009-06-15a little better query handling in redirect codeEvan Prodromou
2009-06-15a little better query handling in redirect codeEvan Prodromou
2009-06-15forgot some functions aren't available at status timeEvan Prodromou
2009-06-15redirect on non-canonical server nameEvan Prodromou
2009-06-15strncmp -> strcasecmpEvan Prodromou
2009-06-15Return network from network setup functionEvan Prodromou
Return the network from the network setup function. Also, special-case for when we get a server name the same as the wildcard.
2009-06-15Merge branch '0.8.x' into userdesignZach Copley
* 0.8.x: (32 commits) updates to Status_network makeadmin action make admins of groups show aliases when showing a group Link and distribute notices tagged for a group alias Code for adding and saving group aliases Styles for group block add correct li for css magic for block stuff typo in profileminilist class return count from show try to get the right class for profileminilist fix perms for classes/statusnet.ini fixup perms for classes Added Group_alias class add a table for group aliases Cross-browser notice_attach Allow users to be unblocked from a group Some UI improvements for blocking and unblocking The rest of the things necessary to make group block work Make group block work ... Conflicts: db/laconica.sql lib/common.php
2009-06-15Configurable avatar directoryEvan Prodromou
Avatar directory and path are configurable.
2009-06-15updates to Status_networkEvan Prodromou
2009-06-14Link and distribute notices tagged for a group aliasEvan Prodromou
Correctly link and distribute notices tagged for a group alias. Added a helper function, getForNickname(), to User_group, to make it easier to get a group by its nickname or aliases.
2009-06-14Code for adding and saving group aliasesEvan Prodromou
Added code to add and save group aliases. Like tags, aliases are free-texted in to the group admin page. configurable max number of aliases, default is three.
2009-06-14Merge branch '0.8.x' into groupaliasEvan Prodromou
2009-06-14fix perms for classes/statusnet.iniEvan Prodromou
2009-06-14fixup perms for classesEvan Prodromou