summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2010-09-14L10n: Fix punctuation.Siebrand Mazeland
2010-09-13* update/add translator documentationSiebrand Mazeland
* remove superfluous whitespace
2010-09-13* update/add translator documentationSiebrand Mazeland
* remove superfluous whitespace
2010-09-13Move translator hint to where gettext will actually see it and replace tab ↵Siebrand Mazeland
by spaces.
2010-09-13Fix typos in translator comments.Siebrand Mazeland
2010-09-13Remove trailing whitespace and update comment consistency on methods.Siebrand Mazeland
2010-09-13Add plural support for minutes/hours/days/months ago.Siebrand Mazeland
2010-09-12Update translator documentation.Siebrand Mazeland
2010-09-12Update translator documentation and add punctuation where missing to ↵Siebrand Mazeland
exception messages.
2010-09-12Fix i18n issue and add translator documentation.Siebrand Mazeland
2010-09-12Update translator documentation.Siebrand Mazeland
2010-09-12* add two FIXMEs for gettext messages not being processed.Siebrand Mazeland
* update translator documentation.
2010-09-12Update/add translator documentation.Siebrand Mazeland
2010-09-12Update incomplete documentation.Siebrand Mazeland
2010-09-08Bump version to 0.9.5Brion Vibber
2010-09-08Pragma was accidentally triggering some underwear-catapult-connected hardwareEvan Prodromou
2010-09-07Merge branch 'apinamespace' into 0.9.xEvan Prodromou
2010-09-05Add basic support for Georgian (ka)Siebrand Mazeland
2010-09-02Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2010-09-02use etag preferably for cachingEvan Prodromou
2010-09-02add some caching headersEvan Prodromou
2010-09-02combine our standard scripts into one big scriptEvan Prodromou
2010-09-02Merge branch 'master' into testingBrion Vibber
2010-09-02Fixes for Mac metadata files mucking up theme zip filesBrion Vibber
2010-09-02Ticket #2638: allow themes to specify a base theme to load with 'include' ↵Brion Vibber
setting in a theme.ini file
2010-09-02hooks for showing <title> and <h1> elementsEvan Prodromou
2010-09-02Merge branch 'testing' into 0.9.xEvan Prodromou
2010-09-02Fixes for custom theme upload:Brion Vibber
* skip more files (.xcf image sources, .html docs) * skip files before rejecting them for funky filenames! * allow period in filenames (eg foo-1.4.ttf) but blacklist some unsafe extensions-within-extensions
2010-09-02Fix for #2635: use ssl-sometimes settings for Twitter settings & auth pagesBrion Vibber
2010-08-28* when using multiple parameters, number themSiebrand Mazeland
* fix double space to single space * use consistent punctuation in messages * complete translation hints for all commands * add an i18n fixme for missing plural support * trailing whitespace removed
2010-08-28Document UI text and number parameters.Siebrand Mazeland
2010-08-16Merge branch 'master' into 0.9.xBrion Vibber
2010-08-16StatusNet 0.9.4 "Orange Crush"0.9.4Brion Vibber
2010-08-16fixed a %d that should be a %s in an error messageBrenda Wallace
2010-08-16fixed a %d that should be a %s in an error messageBrenda Wallace
2010-08-13hide the Whats Up Nickname if notice title enabledEvan Prodromou
2010-08-13hooks to allow changing RSS contentEvan Prodromou
2010-08-12Fix for ticket 2513: "Can't linkify" error when some links are shortenedBrion Vibber
When bogus SSL sites etc were hit through a shortening redirect, sometimes link resolution kinda blew up and the user would get a "Can't linkify" error, aborting their post. Now catching this case and just passing through the URL without attempting to resolve it. Could benefit from an overall scrubbing of the freaky link/attachment code though...! :) http://status.net/open-source/issues/2513
2010-08-11Output "web" instead of gettext translation file metadata when notice.source ↵Brion Vibber
is empty
2010-08-110.9.4beta2 update some notes in README, note the fix from beta10.9.4beta2Brion Vibber
2010-08-11Add dummy support for Esperanto.Siebrand Mazeland
2010-08-10StatusNet_network staticGet lookup fixBrion Vibber
2010-08-10update version for 0.9.4beta10.9.4beta1Brion Vibber
2010-08-10Fix for regression with OStatus mention processing (duplicated new and old ↵Brion Vibber
style lead to trying to save a reply entry twice).
2010-08-10Workaround for index setup on SubMirror until I'm done w/ arbitrary index ↵Brion Vibber
support for Schema setup.
2010-08-08Add two i18n related FIXMEs.Siebrand Mazeland
2010-08-06Partial fix for ticket #2489 -- problems with SNI SSL virtual host ↵Brion Vibber
certificate validation. Two prongs here: * We attempt to enable SNI on the SSL stream context with the appropriate hostname... This requires PHP 5.3.2 and OpenSSL that supports the TLS extensions. Unfortunately this doesn't seem to be working in my testing. * If set $config['http']['curl'] = true, we'll use the CURL backend if available. In my testing on Ubuntu 10.04, this works. No guarantees on other systems. I'm not enabling CURL mode by default just yet; want to make sure there's no other surprises.
2010-08-05Merge branch 'testing' into 0.9.xBrion Vibber
2010-08-05Merge branch 'master' into testingBrion Vibber
2010-08-04Fix for source attribution on notices; it was displaying the code instead of ↵Zach Copley
the source name sometimes.