Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-17 | Make oohembed endpoint configurable. | Robin Millette | |
2009-06-15 | allow a configured base for cache keys | Evan Prodromou | |
2009-06-15 | Configurable avatar directory | Evan Prodromou | |
Avatar directory and path are configurable. | |||
2009-06-14 | Code for adding and saving group aliases | Evan Prodromou | |
Added code to add and save group aliases. Like tags, aliases are free-texted in to the group admin page. configurable max number of aliases, default is three. | |||
2009-06-14 | Removed hanging skin crapola | Sarven Capadisli | |
2009-06-09 | Improve file upload and attachment interface. | Robin Millette | |
2009-06-01 | Attachments popups for supported files are now embedded with the object ↵ | Robin Millette | |
xhtml tag. | |||
2009-05-31 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into upload Conflicts: js/util.js lib/attachmentlist.php | |||
2009-05-31 | Added configurable options for attachments: supported mimetypes and quotas ↵ | Robin Millette | |
for uploads. | |||
2009-05-29 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-27 | optionally use SET NAMES for utf8 to DB | Evan Prodromou | |
2009-05-25 | Merge branch '0.8.x' into stats | Evan Prodromou | |
Conflicts: README | |||
2009-05-11 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Evan Prodromou | |
Conflicts: config.php.sample | |||
2009-05-07 | Added TwitterStatusFetcher into daemon startup and shutdown subsystem | Zach Copley | |
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css | |||
2009-04-21 | Suppress errors when checking for the existence of files that might be ↵ | CiaranG | |
restricted by open_basedir - should resolve issue #1310 | |||
2009-04-16 | Revert "allow snapshots to be disabled easily" | Evan Prodromou | |
This reverts commit 0838143d5855bb013b355d4abb7ec7a643ef37dc. Already handled with the 'never' option. | |||
2009-04-16 | Merge branch '0.8.x' into stats | Evan Prodromou | |
2009-04-16 | update version string for dev version | Evan Prodromou | |
2009-04-16 | allow snapshots to be disabled easily | Evan Prodromou | |
2009-04-16 | config options for snapshots | Evan Prodromou | |
2009-04-16 | initial snapshot stuff | Evan Prodromou | |
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-07 | Update README and common for new version | Evan Prodromou | |
Update versions in README, add the new song title, and update the version stamp in the common.php file. | |||
2009-03-28 | welcome notice, default sub for new users | Evan Prodromou | |
2009-03-26 | Support SSL for some, all, or no pages | Evan Prodromou | |
Support SSL URLs either for all pages; no pages; or for sensitive pages accepting passwords, like login, registration, API, and others. | |||
2009-03-12 | update version number to 0.7.2.10.7.2.1 | Evan Prodromou | |
2009-03-11 | Update README and version number0.7.2 | Evan Prodromou | |
Update the README and the version number for this release. | |||
2009-03-11 | Document the site-logo configuration option | Evan Prodromou | |
The configuration option for site logo wasn't well documented, so I added it to the README file, config.php.sample, and common.php. | |||
2009-03-10 | Updates to the API to improve Atom feeds | Zach Copley | |
2009-03-07 | Limit duplicate notices in a particular time period (default 60s) | Evan Prodromou | |
We disallow posting a notice with duplicate content more than once a minute. Conflicts: config.php.sample | |||
2009-03-05 | Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping | Evan Prodromou | |
Conflicts: lib/util.php | |||
2009-03-04 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-03-04 | Check for config file when running | Evan Prodromou | |
When running the full system, check for a config file, and throw an error if none is found. | |||
2009-03-04 | Additional (optional, defaults to off) logging of PEAR error details, which ↵ | CiaranG | |
allows database issues to be more easily diagnosed. | |||
2009-02-28 | automatically handle non-laconica-named databases | Evan Prodromou | |
2009-02-28 | Add a flag for if there's no config file | Evan Prodromou | |
2009-02-14 | Optionally ignore some notice sources for public page | Evan Prodromou | |
We optionally ignore some notice sources from the public page. Typically these are automatic notice sources like twitterfeed that don't usually represent the community on the site very well. | |||
2009-02-09 | Change action autoloading to allow actions in plugins | Evan Prodromou | |
Since plugins may define custom actions, we shouldn't require that there be a file in our actions/ subdir for every action. So, I changed the (admittedly hackish) auto-loading code in index.php so it instead checks whether a class exists with the expected name. This, in turn, uses the increasingly hacking __autoload() function, which I changed to auto-load stuff named "BlahblahAction" from the actions subdir if available. | |||
2009-02-09 | include plugin.php early so config can use it | Evan Prodromou | |
2009-02-09 | Add InitializePlugin and CleanupPlugin events | Evan Prodromou | |
We add two events to allow plugins to initialize and cleanup. | |||
2009-02-09 | Better exception handling in index | Evan Prodromou | |
Some better exception handling in Web entry point. | |||
2009-02-09 | Add event.php before config.php is called | Evan Prodromou | |
2009-02-06 | Update README and version number0.7.1 | Evan Prodromou | |
README and version number. | |||
2009-02-05 | Better fix for displaying max file size. | Sean Murphy | |
2009-01-31 | Enable configuration files in /etc/laconica/ | Evan Prodromou | |
Enable storing config files in /etc/laconica/, which makes it much easier to have a single installation with multiple mublogs supported. | |||
2009-01-24 | Initial support for ping service | Evan Prodromou | |
It makes sense to use the weblogs.com ping service to alert people to changes on the site. So, we do. Includes an extra ping queue handler. | |||
2009-01-23 | Update version number | Evan Prodromou | |
2009-01-18 | Update register action to match phpcs and new framework | Evan Prodromou | |
2009-01-16 | Updating Creative Commons text and image | sarven | |