| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Windows glitch
|
| |
|
| |
|
|
|
|
| |
<?php's.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
abstract() + article() = story()
abstract() and article() have been merged into a new function story()
which looks like:
function story($story_object, $reply) {
if (!reply) {
// full story
}
else {
// main page version / abstract
}
}
This should allow you to "compress" your theme as abstract() and
article() tended to be 98% identical.
=> I didn't really merge your themes so I leave it up to *you* to
improved the code!!! Do it ASAP as we release drupal 2.00 in 7
days.
In future we'll have similar functions for other content types as
for example:
review($review, $reply);
enquete($enquete, $reply);
...
|
|
|
|
| |
revised most of the SQL queries and tried to make drupal as secure as possible (while trying to avoid redundant/duplicate checks). For drupal's sake, try to screw something up. See the mail about PHPNuke being hacked appr. 6 days ago. The one who finds a problem is rewarded a beer (and I'm willing to ship it to Norway if required). I beg you to be evil. Try dumping a table a la "http://localhost/index.php?date=77778;DROP TABLE users" or something. ;)
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
- fixed a "visual-quote-glitch", i.e. a missing stripslashes()
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
and (2) being logged out.
(reported by Jeroen)
- themed "Editor's note" in theme marvin.
(reported by Jeroen)
|
| |
|
|
|
|
|
|
| |
- locale module: improved administration interface
- headline module: fixed small visual glitch in export function
- account: small improvements
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
and myself
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
it only happened when you hosted drupal in a subdirectory a la
http://yourserver.com/drupal/
|
|
|
|
| |
- removed redundant options from hostname.conf
|
| |
|
|
|
|
| |
- added extra checking
|
|
|
|
|
|
| |
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';
|
|
|
|
| |
(http://drop.org/admin.php?op=watchdog is gets way to lengthy)
|
| |
|
|
|
|
| |
so I renamed "administrate xxx" to "administer xxx".
|
|
|
|
|
|
|
| |
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
|