Age | Commit message (Collapse) | Author |
|
* 0.8.x:
a little better query handling in redirect code
a little better query handling in redirect code
forgot some functions aren't available at status time
redirect on non-canonical server name
don't show create-a-group link if not logged in
allow a configured base for cache keys
Missing call to getProfile() caused verify_credentials to fail.
change mods for setup script
Script to set up new status networks
strncmp -> strcasecmp
Return network from network setup function
Configurable avatar directory
|
|
|
|
* 0.8.x: (32 commits)
updates to Status_network
makeadmin action
make admins of groups
show aliases when showing a group
Link and distribute notices tagged for a group alias
Code for adding and saving group aliases
Styles for group block
add correct li for css magic for block stuff
typo in profileminilist class
return count from show
try to get the right class for profileminilist
fix perms for classes/statusnet.ini
fixup perms for classes
Added Group_alias class
add a table for group aliases
Cross-browser notice_attach
Allow users to be unblocked from a group
Some UI improvements for blocking and unblocking
The rest of the things necessary to make group block work
Make group block work
...
Conflicts:
db/laconica.sql
lib/common.php
|
|
Avatar directory and path are configurable.
|
|
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.
|
|
|
|
|
|
|
|
xhtml tag.
|
|
into upload
Conflicts:
js/util.js
lib/attachmentlist.php
|
|
for uploads.
|
|
|
|
|
|
Conflicts:
README
|
|
Conflicts:
config.php.sample
|
|
|
|
Resolved Conflicts:
lib/queuehandler.php
lib/util.php
theme/base/css/display.css
|
|
restricted by open_basedir - should resolve issue #1310
|
|
This reverts commit 0838143d5855bb013b355d4abb7ec7a643ef37dc.
Already handled with the 'never' option.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
Update versions in README, add the new song title, and update the
version stamp in the common.php file.
|
|
|
|
Support SSL URLs either for all pages; no pages; or for sensitive
pages accepting passwords, like login, registration, API, and others.
|
|
|
|
Update the README and the version number for this release.
|
|
The configuration option for site logo wasn't well documented, so I
added it to the README file, config.php.sample, and common.php.
|
|
|
|
We disallow posting a notice with duplicate content more than once a
minute.
Conflicts:
config.php.sample
|
|
Conflicts:
lib/util.php
|
|
|
|
When running the full system, check for a config file, and throw an
error if none is found.
|
|
allows database issues to be more easily diagnosed.
|
|
|
|
|
|
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.
|
|
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.
|
|
|
|
We add two events to allow plugins to initialize and cleanup.
|
|
Some better exception handling in Web entry point.
|
|
|
|
README and version number.
|
|
|
|
Enable storing config files in /etc/laconica/, which makes it much
easier to have a single installation with multiple mublogs supported.
|
|
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.
|
|
|