Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-05-15 | Attachments and their list now provide "ajax" view. Also added a few ↵ | Robin Millette | |
sidebars relating tags and attachments. | |||
2009-05-15 | reformat action.php | Evan Prodromou | |
2009-04-15 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-15 | Merge branch 'nobase' into 0.7.x | Evan Prodromou | |
2009-04-15 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
Conflicts: actions/public.php | |||
2009-04-15 | Merge 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-14 | Simpler separation of themes. New themes can either make use of the | Sarven Capadisli | |
default styles or make their own. | |||
2009-04-14 | Make stuff work with no base | Evan Prodromou | |
2009-04-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-04-13 | typo in lib action | Evan Prodromou | |
2009-04-13 | isReadOnly() now takes arguments | Evan Prodromou | |
Add an array of arguments to isReadOnly() method of actions, to let them change their results depending on what actions are called. Primarily used by the 'api' action. Ideally in the future that will be multiple actions. But this might still be useful. | |||
2009-04-12 | Separation of themes (i.e., layout, typography) and skins (i.e., background | Sarven Capadisli | |
images, colours). A theme can have multiple skins. Majority of the changes in this commit are due to restructuring the path/files for themes and skins. Both theme and skin will be set to 'default' if not set in config.php. This commit also allows each instance of this software to create its own theme without having to override any style from the default distribution. Added Cloudy theme. | |||
2009-04-08 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-07 | Merge branch 'master' of git://gitorious.org/laconica/brianjesse-clone into ↵ | Evan Prodromou | |
brianjesse-clone/master | |||
2009-04-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-04-07 | Rearranged the global navigation items for better usability. Reason a) | Sarven Capadisli | |
placement of Search at the edge of the viewport for quicker access and b) placement of the links that are always available (whether user is logged in or not) in the same location (i.e., Login/Logout, Help, Search) | |||
2009-04-07 | Added Invite link to global navigation | Sarven Capadisli | |
2009-04-07 | make tags in list work | Evan Prodromou | |
2009-04-02 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-01 | Selector to allow styles when a user is logged in. | Sarven Capadisli | |
2009-03-23 | added a few Laconica events | Brian | |
2009-03-23 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-16 | Add `apple-touch-icon.png` support; favicons for the iPhone OS. | Meitar Moscovitz | |
2009-03-16 | Output code to explicitly reference favicons. | Meitar Moscovitz | |
This makes favicons work when Laconica is not installed at a web server's DOCUMENT_ROOT. I've also added the capability to override the Laconica default favicon.ico file with a theme-specific one simply by dropping a themed favicon.ico in the appropriate theme directory. | |||
2009-03-12 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php lib/action.php lib/router.php lib/twitter.php | |||
2009-03-12 | Revert "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-11 | Check if that $_SERVER param is set before accessing. | Adrian Lang | |
2009-03-06 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-04 | fix pagination links with new URL mapper | Evan Prodromou | |
2009-02-28 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |