Dries Buytaert
3613729d4f
- Patch #8398 by TDobes: changed permissions for the blog, story, and page modules (and all occurrances elsewhere) to match their 4.4.x equivalents. In the discussion when these permissions were introduced, it was decided that "edit own ..." was clearer, but "maintain personal ..." slipped into CVS HEAD anyway, while "edit own ..." landed in the 4.4.x branch.
...
Changes are as follows:
"maintain personal blog" -> "edit own blog" (aggregator.module, blog.module, blogapi.module)
"maintain personal pages" -> "edit own pages" (page.module)
"maintain personal stories" -> "edit own stories (story.module)
2004-07-13 20:40:46 +00:00
Dries Buytaert
50d78e9855
- Patch #9238 by JonBob: added code and Doxygen comments to common.inc and
...
bootstrap.inc.
2004-07-13 07:21:14 +00:00
Dries Buytaert
6477705fc8
- Small code simplifications.
...
- Small usability improvement thanks to using drupal_goto() after deleting an
alias.
2004-07-13 07:10:56 +00:00
Steven Wittens
a080ce5f0f
Slightly improved code in drupal_xml_parser_create.
2004-07-12 21:38:41 +00:00
Steven Wittens
77c0b577da
Now Drupal tries iconv, recode and mbstring to convert unknown XML encodings to UTF-8. It also throws a friendlier error message when none of these extensions is installed.
2004-07-12 21:35:31 +00:00
Dries Buytaert
71eca36547
- RDF is not RSS so removing that for now.
2004-07-12 07:25:49 +00:00
Dries Buytaert
323d9fe054
- Call 'exit' hook when drupal_goto() is called. Also necessary for the
...
devel.module.
2004-07-11 07:31:11 +00:00
Dries Buytaert
6d0971ff4c
- Added URL aliases for 'index.rdf' and 'rss.xml'. Google, Feedster and
...
possibly other crawlers try fetching these frequently as can be seen
from the watchdog logs. Made possible by the recent path module change.
2004-07-11 07:19:22 +00:00
Dries Buytaert
9e43afadc7
- Patch by Matt: made it possible to alias an URL multiple times.
2004-07-11 06:53:39 +00:00
Dries Buytaert
bbb41d0f71
- Patch by JonBob: updated the comment module to take advantage of the latest
...
menu system improvements.
2004-07-10 18:11:18 +00:00
Dries Buytaert
f163fa9956
- Patch by JonBob: a significant documentation update for the menu system!
2004-07-10 18:10:36 +00:00
Dries Buytaert
1f288c11c4
- 'add block' -> 'add'
2004-07-10 16:06:49 +00:00
Dries Buytaert
a95d597c53
- Fixes small warning
2004-07-10 16:03:30 +00:00
Dries Buytaert
ac5b5616c0
- More tab-improvements by JonBob: improved support for the default tabs!
2004-07-10 15:51:48 +00:00
Dries Buytaert
e21f238ad7
- Patch 8756 by Morbus:
...
* improves the doxygentation and help text.
* deletes comment_admin and comment_page; using proper callbacks instead.
* related/modified callbacks/menus/functions were tweaked to not use arg() at all.
* the "settings" subtab was weighted to -10 so it'd appear first (in prep of JonBob's local default).
* moderation pages weren't properly showing defined votes or thresholds; fixed.
* when moderation votes or thresholds didn't exist, no error stating as such was shown; fixed.
* we show "submit votes" on the moderation votes page only when votes actually exist.
* fixes the (broken in CVS) comment/reply and comment/edit features.
* fixes the (broken in CVS) "save settings" for comment view options and comment moderation.
In addition I:
* fixed a couple warnings introduced by Morbus' patch.
* fixed a couple translation bugs.
* fixed comment_node_url().
I also found that:
* the collapsed comment views (i.e. 'threaded list - collapsed) are broken.
2004-07-10 07:58:47 +00:00
Steven Wittens
27dc584ba9
Fixed a bug caused by inverting the setting for configurable timezones.
2004-07-09 00:25:10 +00:00
Dries Buytaert
82c9fab7c7
- Patch #9010 by Morbus: reorganized the order of functions in the comment
...
module.
2004-07-08 19:58:10 +00:00
Dries Buytaert
a067187711
- Patch #8509 by Killes and Steven: added support for sending compressed
...
pages. Useful to reduce your site's bandwidth.
2004-07-08 19:22:48 +00:00
Dries Buytaert
56fa37cb8e
- Made the example theme display status messages. Not sure why it wasn't.
2004-07-08 16:08:21 +00:00
Dries Buytaert
5b73def39b
- Changed the way status messages are printed as per Kristjan's suggestion:
...
http://drupal.org/files/issues/error_messages_list.png (issue #9138 ).
drupal_set_message() has been changed to group message by type and a
helper function, theme_status_message(), is added to display the messages.
Chameleon and Xtemplate have been updated to use this new function.
- Updated CHANGELOG.txt.
2004-07-08 16:04:07 +00:00
Dries Buytaert
898bdeffaf
- Marked required fields on the node (story, book, page, blog) and comment
...
forms using the $required argument of the form_ functions.
- Replaced all Optional's and Required's from the taxonomy forms with proper
use of the form_ functions.
Please check your contributed modules too!
2004-07-08 15:24:30 +00:00
Dries Buytaert
144c1abb58
- Renamed '... your ...' to '... my ...' (cfr. 'my account).
2004-07-08 15:19:08 +00:00
Dries Buytaert
78876f01d5
- Fixed colspan in tracker table.
...
- Renamed '... your ...' to '... my ...' (cfr. 'my account).
2004-07-08 15:18:48 +00:00
Dries Buytaert
bf42dddea7
- Usability improvement: users can also separate 'list items' (i.e. favorite
...
movies) using a comma. Only few users actually read the form description,
it seems ...
2004-07-08 15:17:21 +00:00
Dries Buytaert
24600b8a43
- Simplified some of the help texts.
...
- Removed left-over instance of theme('error'): error handling is now done by
the form code.
2004-07-08 15:12:23 +00:00
Dries Buytaert
7059b64965
- Made the user module's administration form mark required form fields.
2004-07-08 15:11:05 +00:00
Dries Buytaert
4dbc900d3b
- Renamed the blog module's block for sake of clarity.
...
- Made the blog module's submission form mark required form fields.
2004-07-08 15:09:53 +00:00
Dries Buytaert
c989fc7cf7
- Small improvement to the filter.module's help text.
...
- Revert patch that accidentically got committed. Thanks jhriggs.
2004-07-08 13:35:15 +00:00
Dries Buytaert
02ae1ce670
- Many form_ functions called theme('form_element') with the wrong parameters!
...
- Fixed order of parameters in form_checkboxes() (plural).
2004-07-08 11:31:12 +00:00
Dries Buytaert
64b12b4a56
- Fixed braino. Reported by Steven.
2004-07-08 07:56:16 +00:00
Dries Buytaert
039c77121a
- Patch #9031 by Morbus: this last tracker patch was broken - for installations where the comment.module is turned on, $comments is never set to 0, and posts that have no comments instead get the value of the last successful comment_num_all. The attached patch corrects this ($comments is set to 0 before we do anything) and also merges the if statements.
2004-07-08 06:15:49 +00:00
Dries Buytaert
9a56e93c3d
- Patch #9125 by Morbus: remove access users permission. Will bring it back later.
2004-07-08 06:12:39 +00:00
Dries Buytaert
d3904c05cc
- Usability improvements: reworked/simplified the timezone/date settings a
...
little and made the form groups use consistent titles.
2004-07-07 22:45:21 +00:00
Dries Buytaert
6a43d01e27
- Usability: improved the error reporting of the file system settings on the
...
'home » administer » settings" page.
2004-07-07 22:19:20 +00:00
Dries Buytaert
3106ddd5df
- Bug #8823 : fixed typo: '..' -> '.'.
2004-07-07 21:15:11 +00:00
Dries Buytaert
747db4763f
- Added missing homepage column to the comments table in the PostgreSQL scheme.
2004-07-07 21:12:06 +00:00
Dries Buytaert
3568ed57e1
- Moving the title.module from core to contrib as discussed on the mailing list.
2004-07-07 20:18:22 +00:00
Dries Buytaert
bddcee534f
- I'm removing these files from core: they belong in contrib/docs/marketing
...
now (if they are not already there).
2004-07-07 20:15:41 +00:00
Dries Buytaert
c494d6630d
- Improved the error/status reporting in Chameleon: made the messages
...
stand out a bit better by using green-ish and red-ish colors, resp.
for 'success' and 'failure'.
- Small change to the way context-sensitive help texts are emitted -
the pages wouldn't validate in the presence of help texts with
block-level elements.
2004-07-07 17:25:40 +00:00
Dries Buytaert
b05086c92f
- Patch #8975 by drumm: remove block placement preview. Most themes, if not all the commonly used ones, can handle blocks on either side, and there is no way to see the preview without saving and seeing the results on the site.
...
Anything else that can be removed? Less is more.
2004-07-07 05:42:24 +00:00
Dries Buytaert
9d35fe7a7d
- Patch #4166 by daBrado: don't show the profile fields when the user does
...
not have the 'access users' permission set.
2004-07-06 17:27:33 +00:00
Dries Buytaert
0654129e16
- Patch #8382 by jseng/junyor: allows autodiscovery of BloggerAPI via RSD.
2004-07-06 16:54:28 +00:00
Dries Buytaert
4e9ef33896
- Patch #9031 by Ber: if the comment module is not available comment_num_all()
...
should not be called.
2004-07-06 07:38:35 +00:00
Dries Buytaert
7bb88809b7
- Patch #9049 by JonBob: fixed a number of tab issues.
2004-07-06 07:33:59 +00:00
Dries Buytaert
4bbc277881
- Patch #9046 by asimmonds: comment signature option was not displayed.
2004-07-05 05:42:06 +00:00
Steven Wittens
ac27d4bf81
Fixed broken poll results:
...
- If you are allowed to vote, results are now shown on a separate node tab "node/id/results".
- Poll voting now submits to a separate URL and uses drupal_goto to go back to the poll node
2004-07-04 23:40:14 +00:00
Steven Wittens
d615cb245e
- Added revisions tab to node view (when needed)
...
- Updated node.module to use drupal_goto after submission: this allows people to refresh after submission without any problems.
2004-07-04 19:24:52 +00:00
Dries Buytaert
fe2b3e7c00
- Patch by Steven and me: refactored the form handling of nodes. The node system is now using form_set_error() and friends like the rest of Drupal does. This makes for both a consistent user experience and consistent code. It simplifies the forms and validation code, however, it does change the node API slightly:
...
* The _validate hook and the _nodeapi('validate') hook of the node API (1) no longer take an 'error' parameter and (2) should no longer return an error array. To set an error, call form_set_error().
* The _form hook of the node module no longer takes a form hook and should not worry about displaying errors. Ditto for _nodeapi('form_post') and _nodeapi('form_pre').
2004-07-04 16:50:02 +00:00
Dries Buytaert
353c05d015
- Made it possible to edit blog posts and made the blog module use tabs.
2004-07-04 10:30:42 +00:00
Dries Buytaert
f3aa87122e
- Textarea's did not have error handling support yet.
2004-07-04 06:19:41 +00:00