| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
|
| |
stories can no longer be scheduled -> this functionality will be made
generic for all nodes
|
| |
|
|
|
|
| |
less sexy) - the entire module is only 258 lines.
|
| |
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
| |
- tidied up some of the code
- fixed a small problems
|
|
|
|
| |
shown when editing it.
|
| |
|
| |
|
|
|
|
|
|
| |
comments on the drupal page where originally *not* click-able but this
turned out to be confusing only. Now we live in a nodified world, we
can simply link all comments without a single problem! :-)
|
| |
|
|
|
|
| |
it's not 100% stable yet
|
| |
|
|
|
|
|
| |
(It only exports story headline so we might want to move the export
function to the story.module in the near feature.)
|
|
|
|
|
| |
for each succesful node and you loose 1/2 a bonus point for all dumped
nodes
|
| |
|
|
|
|
| |
faster now.
|
|
|
|
| |
(done automatically by script)
|
|
|
|
|
| |
- removed includes/story.inc as we no longer need it: story.module
is *really* modular now.
|
|
|
|
| |
(As section are story related and not per se node related, I'm wondering whether we should integrate the section stuff in the story module at some point?)
|
|
|
|
|
| |
extends node will automatically get involved in the rating game so not
just the stories only. ;-)
|
|
|
|
|
|
| |
into a much more powerful and easier to maintain "book module": each
"page" in the big "drop.org/drupal book" is a node and everyone with
a user account can suggest new pages or updates of existing pages.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Ehm in affiliate-sites and dupal-site we use SCRIPT, but w3 complained about the fact that there was no TYPE attribute specified with SCRIPT, I added SCRIPT=\"\" with both tags... (I have no clue what type of script we are using but at least this fixes a bug :)) It worked here locally, let's hope it still does on the wired...
Also I corrected a </TTH> into a </TH> somewhere in the code of one of the modules, my eye just caught it, nothing special ;)
Jeroen.
|
|
|
|
| |
<?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. ;)
|
|
|
|
| |
$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.
|