Commit Graph

44 Commits (7008cd716d40e35083db07fc38b6a59e1d037b89)

Author SHA1 Message Date
Dries Buytaert ba27785210 - Patch #16298 by budda: added a curl-based script for grabbing cron.php. 2005-01-27 21:25:13 +00:00
Dries Buytaert 30110a8770 - Patch #6166 by Moshe: node preview should not display links. Push the links to the theme instead of the theme having to pull them in using node_link().
TODO:
    1. Update theme upgrade instructions in the handbook: node_link() is gone.
    2. Remove page_link() just like we removed node_link().
2004-11-23 23:11:59 +00:00
Dries Buytaert 256a0466cb - Patch #13334 by Axel: added a simple script to prefix a database scheme. 2004-11-23 06:43:21 +00:00
Dries Buytaert ca2e9b5b11 - Removing some dated scripts. 2004-01-02 22:44:43 +00:00
Dries Buytaert 5c0cd3c03f - Some fixes to the code-style.sh script. 2003-12-28 10:40:17 +00:00
Dries Buytaert f35eb37673 - Improvment: detect wrong mixed case variables, be more strict about XHTML. 2003-10-30 20:56:17 +00:00
Dries Buytaert c0330f166f - Updated to ignore favicons. 2003-06-12 19:20:47 +00:00
Dries Buytaert aa38097c07 - Dropped check_input(); use check_query() instead.
- Made the statistics module use referer_uri() for security's sake.
2003-06-06 21:37:11 +00:00
Dries Buytaert 68ca58e922 - Ignore ".eps.gz" files or Druplicon logos. 2003-06-02 22:23:02 +00:00
Dries Buytaert c2d2fb7309 - Fixed a typo in the PostgreSQL database scheme. Patch by Michael Frankowski.
- Fixed a typo in the MSSQL database scheme.  Patch by Michael Frankowski.

- Removed dependency on "register_globals = on"!  Patches by Michael Frankowski.

  Notes:

  + Updated the patches to use $foo["bar"] instead of $foo['bar'].
  + Updated the INSTALL and CHANGELOG files as well.

- Tiny improvement to the "./scripts/code-clean.sh" script.
2003-05-13 18:36:38 +00:00
Dries Buytaert 8cb66b212e - Improvement: remove vi left-overs. 2002-12-31 12:11:34 +00:00
Kjartan Mannes fed4628545 - adding $Id$ (and testing loginfo script). 2002-11-06 13:54:08 +00:00
Kjartan Mannes 98825b8b8c - testing new loginfo script. 2002-11-06 13:41:29 +00:00
Dries Buytaert cc381c1461 - Fixed glitch in block module: the admin links were not composed
correctly.  Patch by Stefan.

- Added missing t() functions and improved the %x directives for
  better readability and to ease the process of translating your
  site.  Patches by Stefan.

- Made two small additions to the 'code-clean.sh' script; it will
  now remove patch related junk.

NOTES:

- I removed the · related bits.  Let's tackle these later on
  in a separate patch after we got some sort of consensus.

- I removed the 'module_exist("drupal")' check in the user module;
  I *think* it is incomplete and therefore incorrect.

- Stefan, try using quotes in your translations and check whether
  everything still works.  Example: translate the "Create account"
  button to "Create \"haha\" account \'hihi\'" and see if you can
  still create new accounts.  Maybe automate this using a quick
  hack in the locale module ...
2002-11-01 10:47:20 +00:00
Kjartan Mannes 3ffe07f57c - moving cvs-to-sql to contrib. 2002-04-13 22:34:20 +00:00
Dries Buytaert 90ddfb943f - Made the script 'code-clean.sh' ignore .psp files. 2001-12-16 11:43:33 +00:00
Kjartan Mannes ac50e1a46f code-style.pl
- allow $var++ and $var-- syntax.

update.php / block.module
- cleaned up coding style, and trailing spaces.
2001-11-17 15:44:21 +00:00
Dries Buytaert 74a1fe5718 mail-to-sql.php:
- rewrote the script in PHP.
  - added support for mailing list.
  - made the parser better.
2001-11-07 18:05:02 +00:00
Dries Buytaert db47bac35e - node.module:
+ Changed node_form() to use good ol' tables instead of div/CSS-tags.

   + Revised the "revision API": I think we have both an easy and powerful
     API now that should make everyone happy.

   + Improved the usability of the rollback functionality a bit.

   + Removed the "view node" link from the "node overview" page in the
     admin section and added a "delete node" link instead.

   + Added a few missing translations; there might be missing more
     translations though.

- book.module:

   + Made the book module use the "revision API" instead of having it poke
     and use the innards and underlying details of the revision system.

- queue.module:

   + Made the queue module use the improved revision number.

- module.inc:
   + Applied Moshe's patch: added more arguments to module_invoke()

- mail-to-sql.pl:
   + Added support for more header fields and for folded fields

Notes:

- no database updates required
2001-11-05 22:59:11 +00:00
Dries Buytaert 3d47ad359d - Added first, preliminary version of mail-to-sql to CVS. 2001-11-01 16:43:22 +00:00
Dries Buytaert 078e2fdcbd - Updated the coding style checker. (patch by Alex) 2001-10-23 18:20:43 +00:00
Dries Buytaert f295648cb1 - fixed a SQL typo in node.php: user --> users
- added SQL table keys for the node types
2001-10-17 18:18:35 +00:00
Dries Buytaert af6c2808fc - Added a *cool* new Perl script by Alexander. You can use this script
to check your code against the Drupal coding style:

   "This program tries to show as many improvements as possible with no
    false positives."
2001-10-16 20:59:27 +00:00
Dries Buytaert 9980d3f16c - Tidied up the script names a bit ... 2001-10-15 22:08:40 +00:00
Dries Buytaert 1f371ebfbf - removed this script, it is too simple to be true ... 2001-10-15 22:05:41 +00:00
Dries Buytaert 5761c3b99c - Fixed the script's extention. 2001-10-15 22:04:12 +00:00
Dries Buytaert a7b29ed3eb - Fixed the script's extention: it's a shell script, not a Perl script. 2001-10-15 22:03:24 +00:00
Dries Buytaert f07b8961e2 - Changed 'drop' to 'drupal'; a left-over from the old days, I guess. 2001-06-15 11:07:27 +00:00
Dries Buytaert e9295e20a0 - Small improvement (by Natrak) to display the correct CVS username. 2001-05-14 19:51:28 +00:00
Dries Buytaert 1166609020 - Addition: added new "cvs.module" to display and mail drupal's
CVS log messages.  Our additional Perl script that hooks into
  the CVS repository is also provided in ./scripts.  Requires a
  SQL update, see 2.00-to-x.xx.sql.
2001-04-19 18:59:10 +00:00
Dries Buytaert 74d3c351ce - Took all "rating logic" out of the account.module and moved it into
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.)
2001-03-03 11:44:51 +00:00
Dries Buytaert 74e1ee0717 - created nightly build script (had to create one for work too ;) 2001-03-01 17:14:36 +00:00
Dries Buytaert db554e857d - initial import of the preliminary translation code.
- added timer.inc for benchmarking purpose
- bugfix for php-clean
- bugfix for account.php
- removed redundant format_data
- ...
2001-02-12 20:40:43 +00:00
Dries Buytaert 77ed531035 - added new feature for evaluating purpose: user rating (mojo, karma)!
- removed tabs from Jeroen's theme
2001-02-07 22:01:57 +00:00
Dries Buytaert 32c89442d3 - removed all tabs 2001-01-26 14:41:44 +00:00
Dries Buytaert d386c110f4 - removed redundant spaces 2001-01-26 13:38:46 +00:00
Dries Buytaert 4572760eb3 A batch of preparations for release candidate 2:
- expanded documentation
   (written by Jeroen)
 - fixed bug in includes/module.inc
 - fixed bug in modules/backend.class
 - renamed some of the SQL tables (!)
 - started making the diary.module truly modular (not finished yet)
 - renamed "admin_blocks" to "boxes"
 - added new functionality to "boxes": apart from PHP boxes, you
   can now create ASCII boxes as well as HTML boxes for those who
   are not confident with PHP.
   (requested by stalor)
 - added drupal-site module to keep track of known drupal sites
 - added small Perl script to generate encrypted CVS passwords
2001-01-03 21:23:58 +00:00
Dries Buytaert f055cf11e0 - fixed PHP4.0.4 problem in discussion.php.
- some improvements to account.php and theme.inc.
- updated the documentation (again, again and again)
- added INSTALL file
- removed redundant files
2000-12-31 08:24:16 +00:00
Dries Buytaert 5976e2f85e - database backup script 2000-12-19 09:08:39 +00:00
Dries Buytaert c4286e8009 - updated version of php-count: it now takes the modules into account 2000-12-19 08:53:18 +00:00
Dries Buytaert c1a88d5d67 Again, a large batch of updates - I'm twisting things around here:
1. improved .htaccess to be more "secure": to keep prying
    eyes out

 2. rewrote the administration section from scratch using a
    modular approach

 3. improved the information gathered by error.php - we can
    now (hopefully) track what bots are crawling us.

 4. fixed a bug in submit.php, fixed a bug in theme zaphod,
    fixed a bug in theme marvin.

 5. rewrote cron from scratch - it now interfaces with
    modules as it should have been from the beginning.
    Very cool if you ask me - it can use UNIX/Linux
    crontabs.

 6. updated widget.inc to be module aware - needs more
    work though - maybe this afternoon?

 7. updated most modules: small bugfixes, improvements, and
    even the documentation

 8. removed diary.php and made it a module - you can now
    run a drop.org site without a diary system if someone
    would prefer so

 9. updated all themes to use the new modules where
    appropriate

 10. added a robots.txt because the error message in the
     watchdog become annoying.

 11. added the new configuration system (mutliple vhosts
     on the same source tree) - use hostname.conf instead
     of config.inc

 12. removed calendar.inc and made it a module

 13. added format_interval() to functions.inc (UnConeD)

 14. whatever I forgot ...
2000-12-16 08:39:01 +00:00
Dries Buytaert a461e3696c * tiny improvements (!= bug fixes) 2000-11-14 09:03:44 +00:00
Dries Buytaert 226e382f47 * a new script file to count the lines of code. ;)
[dries@dione drop]$ ./scripts/php-count
   lines of code in .inc files  :   1046
   lines of code in .php files  :   2796
   lines of code in .theme files:   1096
2000-11-13 08:20:03 +00:00
Dries Buytaert 4a6c6de758 Huge update - I don't have time to write everything down but the directory
structure changes, some sections are expanded.  Take a look at the source
code or ask me to elaborate on certain issues/topics.
2000-10-10 10:52:19 +00:00