summaryrefslogtreecommitdiff
path: root/lib/action.php
AgeCommit message (Collapse)Author
2009-10-04move scripts to just before </body>, add event for scripts that need to be ↵Evan Prodromou
in <head>
2009-10-01Added hook for Aside containerSarven Capadisli
2009-09-24Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt
2009-09-24Merge remote branch 'statusnet/0.8.x' into 0.9.xCraig Andrews
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php
2009-09-24Revert "move scripts to just before </body>, add event for scripts that need ↵Evan Prodromou
to be in <head>" This reverts commit a5ed805aeabab3930d066b2777dbab9663bc487f. It shouldn't have gone on the stable branch.
2009-09-23move scripts to just before </body>, add event for scripts that need to be ↵Evan Prodromou
in <head>
2009-09-23revert output buffering (costly) for ETags (low priority)Evan Prodromou
2009-09-15304 responses should not have a Content-Length header.Craig Andrews
2009-09-13Generate ETags for pages which don't specify themselves.Craig Andrews
2009-09-13Set a Vary header with accept-encoding and cookies.Craig Andrews
Fixes http://status.net/trac/ticket/17
2009-08-27Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: EVENTS.txt actions/finishremotesubscribe.php actions/postnotice.php actions/public.php actions/remotesubscribe.php actions/showstream.php actions/updateprofile.php actions/userauthorization.php classes/laconica.ini lib/common.php lib/oauthstore.php lib/omb.php
2009-08-26change hidden label for site content license linkEvan Prodromou
2009-08-26define LACONICA and accept LACONICA for backwards compatibilityEvan Prodromou
2009-08-26add *Laconica* events back in for backwards compatibilityEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25change LACONICA to STATUSNETEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-21Revert "Added configuration option to only allow OpenID logins."Evan Prodromou
This reverts commit 14b46e2183f10359cc53d597913a878f53e23719. This functionality will need to be rewritten to work with the new OpenIDPlugin. Conflicts: index.php lib/logingroupnav.php
2009-08-21Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php
2009-08-11Don't show Search in the primary nav if the user isn't logged in and the ↵Jeffery To
site is private
2009-08-10Added configuration option to only allow OpenID logins.Jeffery To
If $config['site']['openidonly'] is set to true: * the Login/Register pages will be removed from the navigation; * directly accesses to the Login/Register pages will redirect to the OpenID login page; * most links to the Login/Register pages will link to the OpenID login page instead. The user will still need to set a password to access the API and RSS feeds.
2009-08-07Added configuration options to enable/disable SMS and Twitter integration.Jeffery To
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options.
2009-08-05Use script() and cssLink() methods everywhere instead of manually writing ↵Craig Andrews
out javascript and css each time
2009-08-04add an event for head childrenEvan Prodromou
2009-07-30Site-wide design configurationEvan Prodromou
I added some code so that the site-wide design can be set, using the configuration interface. I also moved the configuration option from $config['site']['design']['background'] to just $config['design']['background'], but the old syntax will still work.
2009-07-09Added width/height attribute and values for the creative commons imageSarven Capadisli
2009-07-08Removed OpenID link from the primary global navigation in order toSarven Capadisli
keep a single Login idea because we have several ways to login already: regular login, OpenID and Facebook (and probably LDAP, Open Social in the future)
2009-07-07Merge branch 'tos' into 0.8.xEvan Prodromou
2009-07-02Added event to let the site owner add more information into <address>Sarven Capadisli
for contact e.g., email, location, tagline
2009-07-01Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-07-01exclude p argument when calculating selfUrlEvan Prodromou
2009-06-20add TOS to footer menu if brought-by availableEvan Prodromou
2009-06-14Adds $config['invite']['enabled'] to enable/disable invites.Jeffery To
The invite function may not applicable for private and/or closed installs. This adds a configuration option to enable/disable invites (defaulting to enabled), hides the "Invite" nav item when necessary, and adds a check to actions/invite.php. Note that I haven't tried the Facebook application so I didn't add any checks to actions/facebookinvite.php.
2009-06-12Fixes Ticket #1607 - empty 'page-notice' definition lists wereZach Copley
being output in a bunch of places.
2009-06-10Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-06-10Remove FIXME-marked Opera links until they actually workEvan Prodromou
2009-05-18Merge branch '0.7.x' into 0.8.xSarven Capadisli
Conflicts: EVENTS.txt
2009-05-15add a hook for the page noticeEvan Prodromou
2009-05-15Attachments and their list now provide "ajax" view. Also added a few ↵Robin Millette
sidebars relating tags and attachments.
2009-05-15reformat action.phpEvan Prodromou
2009-04-15Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-04-15Merge branch 'nobase' into 0.7.xEvan Prodromou
2009-04-15Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
Conflicts: actions/public.php
2009-04-15Merge branch 'link-rel-paginate' of git://gitorious.org/laconica/meitar. ↵Adrian Lang
Fixed wrong call of common_local_url. These changes add opera-readable prev/next relations.
2009-04-14Simpler separation of themes. New themes can either make use of theSarven Capadisli
default styles or make their own.
2009-04-14Make stuff work with no baseEvan Prodromou
2009-04-14Merge branch '0.7.x' into 0.8.xEvan Prodromou
2009-04-13typo in lib actionEvan Prodromou