| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
- updated database files
- removed affialiate-site and drupal-site module: maintain them
by hand through a box for now will you.
|
| |
|
|
|
|
|
|
|
| |
- streamlined method invocation in node.inc
- added node_status() function to modules
- added NEW (mostly static) page module
- added NEW settings module
|
|
|
|
|
|
|
|
|
|
| |
- fixed update bug in book.module
- provide a log message when both adding and updating book pages
- all configurable variables are now accessed through "variable_get()":
- rewrote watchdog and submission throttle and removed watchdog.inc
- improved robustness of sections.inc
- imporved story.module
- updated ./database/database.sql
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- improved "track drop.org": it has now 2 boxes, one for "track
comments" and one for "track nodes"
- various small improvements to the book module based on the
feedback we got.
- fixed typo in moderation module
- ...
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- removed ban.inc and ban.module and integrated it in account.module
under the name "access control" --> the ban code was not really up
to standard so this has now been dealt with. This refactoring and
reintegration cuts down the code size with 100 lines too. :-)
(The ban.module code was really old and it showed.)
- added node.module and made the other modules reuse some of this
code --> cut down the code size of modules by at least 100 lines
and adds stability.
- added a status() function to admin.php to display a conform status
message where appropriate. See admin.php for usage.
- removed $theme->control() and made comments.inc handle this itself
wrapped in a $theme->box(). No need to clutter the themes with
such complexity --> updated all themes already. :-)
- some small visual changes to some administration pages to be more
consistent across different modules.
|
|
|
|
|
| |
stories can no longer be scheduled -> this functionality will be made
generic for all nodes
|
| |
|
| |
|
|
|
|
| |
- fixed bug in book.module: not 100% yet
|
|
|
|
|
|
|
| |
(reported by UnConeD)
- added "add node" link to book selection box and made it display the
current location
- removed tabs and whitespaces from themes - done automatically
|
| |
|
| |
|
|
|
|
|
|
| |
lines)
- made node.inc more robust: it should roll-back when something goes
fubar and it should work in subdirectories
|
|
|
|
|
|
|
|
|
| |
- fixed small visual glitch in includes/function.inc
- changed SQL tables around a bit to be more consistent
(result: small changes to a lot of different files)
- improved robustness of includes/node.inc
- improved output of cron.module
- improved output of node.php
|
|
|
|
|
|
|
| |
testing!
- you can't add a node with the same title twice within 5 minutes
(to avoid reposting by accidentically reloading your page after
having posted)
|
|
|
|
| |
"fubar", use [[fubar]] or [[fubar|link text]].
|
|
|
|
|
| |
- tidied up some of the code
- fixed a small problems
|
|
|
|
| |
would be to support more databases :-)
|
| |
|
|
|
|
| |
switch it back
|
| |
|
|
|
|
| |
it's not 100% stable yet
|
|
|
|
| |
- tidied up example.theme
|
|
|
|
|
|
|
| |
- improved check_input so that it won\\\'t escape charachters more
than once
- added [linking] mechanism - more about this later
|
|
|
|
|
|
| |
the index page will only display stories for now but this will/can
change in the near future
- all other files now thinks in terms of nodes, rather then stories
|
|
|
|
|
| |
- removed includes/story.inc as we no longer need it: story.module
is *really* modular now.
|
|
|
|
| |
faster now.
|
| |
|
| |
|
| |
|
|
|
|
| |
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)
|