Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | Add geometa library, and include it. | Craig Andrews | |
Geometa provides a fallback for W3C geolocation so that Google Gears or Google's Client Location service can also be used | |||
2009-11-17 | Merge branch '0.9.x' into adminpanel | Evan Prodromou | |
Conflicts: classes/User.php | |||
2009-11-16 | getting arguments for return-to processing | Evan Prodromou | |
2009-11-13 | Moved class="pagination" to child element and removed element | Sarven Capadisli | |
2009-11-08 | add site admin to global primary nav | Evan Prodromou | |
2009-11-08 | Revert "* check usage of 'people' in UI and change it to 'users' or ↵ | Brion Vibber | |
something else in most places" This reverts commit 81b4a381d9ddc71ed8a53c074ea10910882d3156. IMO "user" is a bit impersonal and we shouldn't go changing the tone of the UI willy-nilly when we're updating localisations. | |||
2009-11-08 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-08 | Restructure theme.php to define a class Theme | Evan Prodromou | |
For various reasons, it's nicer to have a class for theme-file paths and such. So, I've rewritten the code for determining the locations of theme files to be more OOPy. I changed all the uses of the two functions in the module (theme_file and theme_path) to use Theme::file and Theme::path respectively. I've also removed the code in common.php that require's the module; using a class means we can autoload it instead. | |||
2009-11-08 | * check usage of 'people' in UI and change it to 'users' or something else ↵ | Siebrand Mazeland | |
in most places * change some contractions to full text in UI messages | |||
2009-11-07 | add a method to Action to check session token | Evan Prodromou | |
2009-10-04 | move scripts to just before </body>, add event for scripts that need to be ↵ | Evan Prodromou | |
in <head> | |||
2009-10-01 | Added hook for Aside container | Sarven Capadisli | |
2009-09-24 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: EVENTS.txt | |||
2009-09-24 | Merge remote branch 'statusnet/0.8.x' into 0.9.x | Craig Andrews | |
Conflicts: EVENTS.txt actions/requesttoken.php classes/File.php install.php lib/action.php lib/noticeform.php | |||
2009-09-24 | Revert "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-23 | move scripts to just before </body>, add event for scripts that need to be ↵ | Evan Prodromou | |
in <head> | |||
2009-09-23 | revert output buffering (costly) for ETags (low priority) | Evan Prodromou | |
2009-09-15 | 304 responses should not have a Content-Length header. | Craig Andrews | |
2009-09-13 | Generate ETags for pages which don't specify themselves. | Craig Andrews | |
2009-09-13 | Set a Vary header with accept-encoding and cookies. | Craig Andrews | |
Fixes http://status.net/trac/ticket/17 | |||
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan 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-26 | change hidden label for site content license link | Evan Prodromou | |
2009-08-26 | define LACONICA and accept LACONICA for backwards compatibility | Evan Prodromou | |
2009-08-26 | add *Laconica* events back in for backwards compatibility | Evan Prodromou | |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou | |
2009-08-25 | change LACONICA to STATUSNET | Evan Prodromou | |
2009-08-25 | change controlyourself.ca to status.net | Evan Prodromou | |
2009-08-25 | change laconi.ca to status.net | Evan Prodromou | |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou | |
2009-08-21 | Revert "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-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou | |
Conflicts: actions/updateprofile.php actions/userauthorization.php classes/User_group.php index.php install.php lib/accountsettingsaction.php lib/logingroupnav.php | |||
2009-08-11 | Don't show Search in the primary nav if the user isn't logged in and the ↵ | Jeffery To | |
site is private | |||
2009-08-10 | Added 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-07 | Added 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-05 | Use script() and cssLink() methods everywhere instead of manually writing ↵ | Craig Andrews | |
out javascript and css each time | |||
2009-08-04 | add an event for head children | Evan Prodromou | |
2009-07-30 | Site-wide design configuration | Evan 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-09 | Added width/height attribute and values for the creative commons image | Sarven Capadisli | |
2009-07-08 | Removed OpenID link from the primary global navigation in order to | Sarven 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-07 | Merge branch 'tos' into 0.8.x | Evan Prodromou | |
2009-07-02 | Added event to let the site owner add more information into <address> | Sarven Capadisli | |
for contact e.g., email, location, tagline | |||
2009-07-01 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-07-01 | exclude p argument when calculating selfUrl | Evan Prodromou | |
2009-06-20 | add TOS to footer menu if brought-by available | Evan Prodromou | |
2009-06-14 | Adds $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-12 | Fixes Ticket #1607 - empty 'page-notice' definition lists were | Zach Copley | |
being output in a bunch of places. | |||
2009-06-10 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-10 | Remove FIXME-marked Opera links until they actually work | Evan Prodromou | |
2009-05-18 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Conflicts: EVENTS.txt | |||
2009-05-15 | add a hook for the page notice | Evan Prodromou | |