Dries Buytaert
de0a0b7a81
- Patch #16462 by Moshe: book pages slighty disobey the node_access system because they always return a value for book_access('update'). This simple patch causes us to use node_access when the user has a chance of being able to update the current page.
2005-02-06 09:37:10 +00:00
Steven Wittens
7c6a787295
- #16111 : bad quotes in db_rewrite_sql
2005-02-05 00:12:24 +00:00
Steven Wittens
95907f0c2e
- Fixing broken drupal_goto() after node submission on PHP5.
2005-02-04 20:48:37 +00:00
Steven Wittens
7fe195a07e
- PHP5 fix due object references: node previewing should not put node output into form.
2005-02-04 20:14:05 +00:00
Steven Wittens
ab816b6d6d
- Fix warning due to old session variable.
2005-02-02 01:03:25 +00:00
Steven Wittens
f1929ec5f5
- Changelog.
2005-02-02 00:56:32 +00:00
Steven Wittens
d56cf2b59c
#10296 : Clean up admin - content:
...
- Mass-delete functionality (with confirmation)
- Flexible filtering for the overview table based on status, type and taxonomy.
- Missing drupal_goto's
- Clean up watchdog messages
- Remove some dead code
2005-02-02 00:55:59 +00:00
Dries Buytaert
fbec279e4c
- Patch #16246 by Moshe: added mechanism to direct the user back to the referring page after completing a form.
...
(Moshe: the patch against node.module failed to apply.)
2005-02-01 19:45:58 +00:00
Dries Buytaert
7ccc5a6b1b
- Patch #16358 by James: added toolkit to enable better image handling. The avatar code and the upload module have been updated to take advantage of the new image API.
...
There are 5 main functions that modules may now utilize to handle images:
* image_get_info() - this function checks a file. If it exists and is a valid image file, it will return an array containing things like the pixel dimensions of the image, plus the 'type' and common extension.
* image_scale - resizes a given image to fit within a given width / height dimensions, while maintaining aspect ratio (not distorting the image). This function can be used to generate thumbnails, or ensure a maximum resolution, etc.
* image_resize - similar to image_scale (but will not respect aspect ratio - may well distort the image).
* image_rotate - rotate an image by X degrees
* image_crop - crops an image to a given rectangle (defined as top-left x/y coordinates plus a width & height of the rectangle).
Contribution modules will now be able to rely on these base manipulation functions to offer additional functionality (such as image nodes, photo galleries, advanced image manipulation, etc).
2005-02-01 16:27:43 +00:00
Dries Buytaert
7931c778d7
- Patch #16513 by James (slightly modified): export categories and enclosures to RSS feeds (and made RSS feeds extensible).
...
NOTE: this needs to be documented.
2005-02-01 14:09:31 +00:00
Dries Buytaert
171de5d46d
- Patch #16303 by Gerhard: fixed PHP notices.
2005-01-31 21:36:37 +00:00
Dries Buytaert
96c039680a
- Patch #16111 by chx: fixed some bugs in the db_rewrite_sql() code.
2005-01-31 20:45:10 +00:00
Dries Buytaert
e872b005f1
- Patch #6195 by nedjo/James: allow posting to multiple node types.
2005-01-31 19:36:20 +00:00
Dries Buytaert
7ae04af1e0
- Patch by Jose A Reyero: fixed probem with db_rewriste_sql() in the comment.module.
2005-01-31 19:30:13 +00:00
Dries Buytaert
b176382d23
- Patch #16111 by chx: PHPdoc/documentation improvements.
2005-01-30 17:48:52 +00:00
Dries Buytaert
59c2208ea6
- Patch #16253 by Goba: incremental improvements to the new content markers.
...
Goba: it would be nice if one of the core themes would showcase this functionality. ;-)
2005-01-30 09:53:19 +00:00
Dries Buytaert
9f77077584
- Fixed a misplaced bracket that slipped in due to the db/node_rewrite_sql_patch.
2005-01-30 08:53:05 +00:00
Dries Buytaert
18a0cc2327
- Added a missing DISTINCT() to the pager query. Spotted by Steven.
2005-01-30 08:39:35 +00:00
Dries Buytaert
de9179147d
- I had to use DISTINCT for the tracker.module's SQL queries.
2005-01-29 22:21:22 +00:00
Dries Buytaert
993ea0c6c5
- Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.
2005-01-29 22:02:37 +00:00
Dries Buytaert
e6d36892ab
- Moved the upload settings to 'admin/settings'.
2005-01-29 08:31:17 +00:00
Steven Wittens
cc3fd1715f
- #16271 : Clean up Admin - users - configure.
2005-01-28 20:49:00 +00:00
Dries Buytaert
b24a4bda34
- Patch by Remco: <div> -> </div>.
2005-01-28 18:44:17 +00:00
Dries Buytaert
144dab22c7
- Oops.
2005-01-28 16:30:37 +00:00
Dries Buytaert
92320b2b21
- Patch #10425 by ccourtne and walkah: added admin screens to maintain forums instead of forcing the user to add a taxonomy.
2005-01-28 15:47:03 +00:00
Dries Buytaert
bb4dff0c92
- Patch #16399 by James: fixed typo in block.module.
2005-01-28 15:24:16 +00:00
Steven Wittens
07acc7920f
Typos.
2005-01-27 22:53:35 +00:00
Dries Buytaert
88e4b14538
- Patch by andre: fixed typo: type -> types.
2005-01-27 22:50:02 +00:00
Dries Buytaert
e941b2060c
- Consistency: 'deleted' -> 'Deleted'.
2005-01-27 22:47:08 +00:00
Dries Buytaert
b4d516f423
- Patch #13184 by JonBob: changed the 'my account' menu to a 'dynamic menu' so it can't be edited.
2005-01-27 21:34:38 +00:00
Dries Buytaert
ba27785210
- Patch #16298 by budda: added a curl-based script for grabbing cron.php.
2005-01-27 21:25:13 +00:00
Steven Wittens
ffcf5ab71b
- Code style
2005-01-27 19:55:22 +00:00
Dries Buytaert
1f91662123
- Patch #16074 by Andre Molnar: add configuration option to show blocks only on pages of certain node type.
2005-01-27 19:41:01 +00:00
Dries Buytaert
b5a72f6216
- Patch by Jeremy: fixed unclosed "
2005-01-27 19:01:01 +00:00
Dries Buytaert
6e30ba6874
- Patch by Jeremy: made the diffs more meaningful.
2005-01-27 15:53:58 +00:00
Dries Buytaert
c0f06fbe67
- Patch #6025 by Jeremy: avoid data to get lost when two users are editing a node at the same time.
2005-01-27 14:45:42 +00:00
Dries Buytaert
cf2bf07716
- A small updates
2005-01-27 14:33:29 +00:00
Dries Buytaert
8618346133
- Patch #16273 by Jeremy: improved the themability of the pager.
2005-01-27 14:30:33 +00:00
Dries Buytaert
467dbdc4a1
- Patch #16253 by Goba: this simple and straightforward patch adds the ability to define different types of markers (while retaining the old default behaviour of the new and required markers to look the same). Someone with enough time on his hands might be able to partition the new marker to a real new marker and a changed marker (since node_is_new() returns TRUE even if nodes changed, and not only when they are new). This is the base on which the new patch can be worked though.
2005-01-27 12:57:08 +00:00
Dries Buytaert
3c21bdfd5d
- Patch #16237 by Neil: removed dead code from page.module.
2005-01-26 23:09:29 +00:00
Dries Buytaert
cbd9db90a3
- Patch #16197 by Neil: removed useless watchdog "long" help.
...
Less is more.
2005-01-26 23:02:44 +00:00
Dries Buytaert
7415e0b1c8
- Patch #16192 by Neil: moved the submission guidelines found in forum, story, and blog and the minimum number of words found in story and blog (blog had a slight bug) into the node module.
2005-01-26 22:59:41 +00:00
Dries Buytaert
e3268ba79b
- Wrong update slipped in.
2005-01-25 21:54:00 +00:00
Dries Buytaert
af7bc23398
- Updating the CHANGELOG.txt a little.
2005-01-25 21:41:19 +00:00
Dries Buytaert
c2be5eb948
- Patch #16145 by adschar: replaced left-over 'conf.php' by 'settings.php'.
2005-01-25 20:40:34 +00:00
Dries Buytaert
dbcda92b76
- Patch #16021 by tangent: changed the format "/blog/feed/52" to "/blog/52/feed".
2005-01-25 20:38:03 +00:00
Dries Buytaert
01b8e7fdf0
- Patch #16181 by Ankur: fixed typo.
2005-01-25 20:29:19 +00:00
Dries Buytaert
7f4be97763
- Patch #16176 by Drumm based on mockup from Kika: improve access rules UI.
2005-01-25 20:27:09 +00:00
Dries Buytaert
696ac8a9d8
- Patch #15937 by wulff: made it so that titles of profile fields only need to be unique within a single category.
2005-01-24 21:39:58 +00:00
Dries Buytaert
173f528f59
- Modified patch #14170 by Neil: improved default workflow (default node type) configuration page.
...
Modified the patch to remove some redundant code, to translate strings, and to better use the menu system.
2005-01-24 21:20:16 +00:00