summaryrefslogtreecommitdiff
path: root/lib/util.php
AgeCommit message (Collapse)Author
2009-06-15allow a configured base for cache keysEvan 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-10merge error in util.phpEvan Prodromou
2009-06-08Merge branch '0.7.x' into 0.8.xEvan Prodromou
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh
2009-05-30Removing inbox and memcached daemon handlingEvan Prodromou
2009-05-28Only enqueue inbox-dependent transports after inboxes have been filledEvan Prodromou
2009-05-27Handles local aliases (redirection) for file uploads attached to notices.Robin Millette
2009-05-25Display thumbnail on hover over links in notices when appropriate.Robin Millette
2009-05-24Removed big clip and replaced with smaller inline one next to each URL (in a ↵Robin Millette
notice) that's actually an attachment. Overlay (popup) on click.
2009-05-18Removed dead code.Robin Millette
2009-05-13rewrote short url stuff to handle new file/url classes (redirections, ↵Robin Millette
oembed, mimetypes, etc.)
2009-05-11db stuff for URLs: redirections, oembed, etc.Robin Millette
2009-05-01Merge branch '0.7.x' into 0.8.xSarven Capadisli
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css
2009-04-238-char limit on transportsEvan Prodromou
2009-04-23incorrect config setting for inboxesEvan Prodromou
2009-04-23Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-04-23Add an inbox queue handlerEvan Prodromou
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action.
2009-04-23A queuehandler for blowing caches offlineEvan Prodromou
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices.
2009-04-21Suppress errors when checking for the existence of files that might be ↵CiaranG
restricted by open_basedir - should resolve issue #1310
2009-04-20Merge branch '0.7.x' of git://gitorious.org/laconica/bAvatar-clone without ↵Adrian Lang
the unintended deletion.
2009-04-18shortening links in notices from XMPPTobias Diekershoff
This patch enables shortening of links, that where send from XMPP. The problem was, that in util.php common_current_user() is not finding the user account from which is posted, so the service to shorten is not known, so no shortening at all... This patch cleans up the xmppdaemon a little bit and hard codes ur1.ca as shortening service _if_ the user is not set. Ugly but working.
2009-04-17fix merge conflict 0.7.x 0.8.x in util.php and register.php.Robin Millette
2009-04-17cosmetic fixes.Robin Millette
2009-04-10Trimming the accept header parts for better content type comparison.Sarven Capadisli
e.g., ' text/xml' != 'text/xml'
2009-04-08Merge branch '0.7.x' into 0.8.xSarven Capadisli
2009-04-08Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/masterCiaranG
2009-04-03Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.xSarven Capadisli
2009-04-03Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-04-03Only kill control and surrogates, leave UTF-8 formatting chars alone.Zach Copley
2009-04-03Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-04-03add finishaddopenid to list of sensitive pages to use with sslEvan Prodromou
2009-04-02Merge branch '0.8.x' of git://gitorious.org/laconica/fmarani-clone into ↵Evan Prodromou
fmarani/0.8.x
2009-04-01Merge branch '0.7.x' of git@gitorious.org:laconica/devEvan Prodromou
Conflicts: README lib/router.php
2009-04-01Return redirect code correctly as HTTP status, not a header. Fixes ticket #1371CiaranG
2009-03-31give the correct root url when SSL enabledEvan Prodromou
2009-03-30Support SSL for some, all, or no pagesEvan Prodromou
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others.
2009-03-30Merge branch 'master' into 0.7.xEvan Prodromou
2009-03-30add titles to group links in noticesEvan Prodromou
2009-03-30add a title to attention notice linksEvan Prodromou
2009-03-28Testing JMS message selectors for notice tags-based routingFederico Marani
2009-03-26Support SSL for some, all, or no pagesEvan Prodromou
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others.
2009-03-16Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xFederico Marani
2009-03-17use common_database_tablename instead of repeating that if structure everywhereBrenda Wallace
2009-03-12Revert "trac #201 Add flowplayer to enable multimedia playback capability."Evan Prodromou
This reverts commit 9c9b6790ce78296c0b182f03b5f6f2c035e43a7c. This code wasn't ready for release, so I've reverted it for now. Conflicts: lib/action.php lib/util.php
2009-03-09Changed all $config[][] calls to common_config()Eric Helgeson
2009-03-08use call_user_func for callbacksEvan Prodromou
2009-03-08PostgreSQL - some more fixes to make queries compatible with both databases. ↵CiaranG
(submitted by oxygene)
2009-03-07Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.xFederico Marani
Conflicts: lib/util.php
2009-03-07tests with Apache ActiveMQ topics (pubsub)Federico Marani
2009-03-06Some fixes for OpenID and OMB URLsEvan Prodromou