| Commit message (Collapse) | Author | Age |
|
|
|
| |
$host -> $url[host]
|
|
|
|
|
| |
0.5 liter box of Haagen-Dhaz (Belgian Choclate) and [b] my laptop on
my lap for drupal hacking. Life hardly can get any better than this.
|
| |
|
|
|
|
| |
- shortened and improved the code
|
|
|
|
| |
- fixed a "visual-quote-glitch", i.e. a missing stripslashes()
|
|
|
|
|
|
| |
$theme->comment() only takes 2 parameters ever since the comment
system rewrite 2 months ago. Make sure to update your local tree
before you start hacking away on your themes.
|
|
|
|
|
|
|
|
|
|
|
|
| |
a seperate module called "rating.module". This should allow people
to experiment with different rating heuristics/algorithms.
- The rating module also generates a "Top 100 users" page, see:
http://drop.org/module.php?mod=rating
- Adjusted ./scripts/php-clean to ignore png files.
(I should do it the way around and make it ignore everything but
our php files.)
|
|
|
|
|
|
| |
- added a couple of missing t() functions
- improved the comments module, fixed the score problem Jeroen
reported earlier -> it's slicker but I hope it won't break anything
|
|
|
|
|
|
|
| |
- improved comment module - code revision
- improved backend module - moreover headlines now work
- (automatically) stripped tabs and trailing whitespaces from
Jeroen's theme.
|
| |
|
|
|
|
|
|
|
| |
modules
- small changes to the account module to make it more conform with other
modules
- users can be deleted
|
|
|
|
| |
- diary module: added "delete" functionality
|
| |
|
|
|
|
|
|
| |
- locale module: improved administration interface
- headline module: fixed small visual glitch in export function
- account: small improvements
|
|
|
|
|
|
| |
* last access field should not be updated when admin edits stuff
* saving empty access list caused warning message
* clicking the access links was confusing (no more links)
|
|
|
|
|
|
|
|
|
| |
certain users access to specific administration sections only.
Ex. a FAQ maintainer can only edit the FAQ, and members of an
"editorial board" can only edit comments, diaries and
stories, ..
- code review => rewrote include/user.inc which is much easier now
- fixed 4 small bugs
|
| |
|
| |
|
|
|
|
| |
- fixed bug in translation
|
|
|
|
|
|
| |
- replaced the "open submission queue" (submission.php and submission.inc)
with an optional module (submission.module).
- tidied up the HTML code of some files
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
- added timer.inc for benchmarking purpose
- bugfix for php-clean
- bugfix for account.php
- removed redundant format_data
- ...
|
| |
|
| |
|
|
|
|
|
| |
(to be continued)
- tidyied up some existing code
|
| |
|
|
|
|
| |
- removed tabs from Jeroen's theme
|
| |
|
|
|
|
| |
and myself
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- add ienie-wiene of information
|
|
|
|
|
|
| |
after nothing but code.
This time I redid the "category"-stuff. Categories - from now on called sections - are now maintained from the admin pages, can have their own post, dump and timout thresholds as discussed earlier (some weeks ago). By tomorrow evening users will be able to enable or disable section as well - i.e. to customize the content of drop.org.
|
|
|
|
| |
enhancements
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
though but I think this is stable enough for public consumption and
real-life testing.
==> a first big step towards a flexible comment engine.
IMPORTANT:
- Required theme updatins:
UnConeD: check your $theme->controls() as I added a very, very
dummy implementation
- Required database updates:
alter table users modify mode tinyint(1) DEFAULT '' NOT NULL;
alter table comments change sid lid int(6) DEFAULT '0' NOT NULL;
alter table comments add link varchar(16) DEFAULT '' NOT NULL;
update comments set link = 'story';
|
| |
|
| |
|
|
|
|
|
|
|
| |
IMPORTANT: you have to drop 2 tables "blocks" and "layout"
and you have to recreate them again with those
in database/database.mysql
- integrated the documentation written by UnConeD
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
integrated them were appropriate. It works better and the code is
more readable then it used to be:
(see http://drop.org/discussion.php?id=44&pid=0#0)
- story authors can no longer moderate their own stories
(requested by Natrak)
- fix inie-winnie small detail in theme marvin
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- drastically improved administration section
- drastically revamped story administration:
added new feature to schedule the publishing of stories
- applied correct naming conventions to submission.php
- fixed 1 small glitch in boxes
- somewhat expanded the documentation
= changed one SQL table
- updated the faq with info on drupal
- ... and more things I forgot about
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- configuration:
+ renamed $db_name to $db_user
+ renamed $db_base to $db_name
- fixed small diary glitch
- fixed initial-comment-score problem
- fixed comment rating bug: improved the API and updated the
themes
- removed some tabs from Steven ;)
- fixed backend warnings and improved robustness
I'm not happy yet with the headline grabber - it generates
too many SQL errors.
- some small cosmetic changes in comment.module
- fixed minor glitch in format_interval()
|