Dries Buytaert
8436082fe1
- Removing some whitespace
2005-06-06 14:07:04 +00:00
Dries Buytaert
596843dae6
- Crop long columns.
2005-06-06 14:04:47 +00:00
Steven Wittens
2f28cc0bcc
- #24278 : Emit correct XHTML <link> tag.
2005-06-05 19:10:53 +00:00
Dries Buytaert
78cb173247
- Modified version of patch #1482 by Djun:
...
This patch enables export of books as XML documents.
The XML is DocBook "at the level of structure", but
node contents are wrapped as CDATA, since we
can't be sure that the contents are valid XML.
Several other bugs/feature requests are also
addressed with this patch:
- Fixes bugs
http://drupal.org/node/1898
http://drupal.org/node/1482
http://drupal.org/node/8049
http://drupal.org/node/1899
Should go a long way towards implementing feature request
http://drupal.org/node/2062
It should also be easy to extend this to produce OPML,
for example.
- Adds about 170 lines, of which more than 100 are comments
- Added doxygen comments
- Made doxygen comment format consistent; fixed minor grammatical slips
- A proper Doctype and more informative HTML element is generated
for printer-friendly HTML output.
- Refactored book_print() to use book_recurse().
- Refactored book_recurse(). Applies 'visitor' callback functions to nodes
during weight/title order tree-traversal. The parameterized
visitor callbacks can be used to generate different kinds of output.
There are many other kinds of operations on books which can be implemented
by writing a pre-node/post-node pair of callback functions: word-count/
statistics gathering, comparison, copying, search and replace...
- Introduced book_export() which uses book_recurse() to generate
DocBook-like XML to export book contents in a structured form.
An md5 hash is computed for each node to help import code to
decide if a node needs to be updated or not.
2005-06-05 10:52:04 +00:00
Dries Buytaert
efdd76ad3d
- Patch #22416 : fixed typo that prevented menu item descriptions from showing up in links.
2005-06-05 09:47:13 +00:00
Dries Buytaert
12ea785baf
- Patch #24141 : fix XML UTF-8 bom issue with PHP5.
...
Workaround for the fact that PHP5 cannot parse UTF-8 encoded XML feeds
that start with the so-called "byte order mark".
2005-06-04 14:13:43 +00:00
Dries Buytaert
8d4236c9e4
- urlencode() the subjects in the admin overview page.
2005-06-04 09:52:17 +00:00
Dries Buytaert
263b7e230d
- Fixed registration bug.
2005-06-01 20:21:35 +00:00
Steven Wittens
cb5b2f332c
- #24068 : Fix "undefined is undefined" error in IE5 with drupal.js
2005-06-01 17:43:33 +00:00
Steven Wittens
1a3f0ddb86
- #23685 : urlencode() profile field names and values in the URL (any dynamic data in an url should be urlencoded to prevent characters like # and & from being interpreted by the browser/server).
2005-06-01 04:29:57 +00:00
Steven Wittens
6c4318d21f
- #23736 : Remove dependency of system.module on node.module
2005-06-01 04:17:37 +00:00
Steven Wittens
0cda6e20cf
- #23734 : Replace date() with format_date() in aggregator
2005-06-01 04:03:54 +00:00
Steven Wittens
c928f9c1bb
- #18836 : Cleanup teaser generation code, and refine handling of PHP code teasers.
2005-06-01 03:42:47 +00:00
Steven Wittens
5257b684ff
- #18836 : Cleanup teaser generation code, and refine handling of PHP code teasers.
2005-06-01 03:32:22 +00:00
Steven Wittens
0b008c55ff
- Use & instead of numerical entity in autop.
2005-06-01 03:21:44 +00:00
Steven Wittens
cec393d9df
- Fix node form fieldsets being broken in IE after Safari/Konqueror fix.
2005-05-31 23:23:48 +00:00
Steven Wittens
a597354bcb
- Code cleanup: improve format_plural usage, add some missing placeholder/check calls, and introduce API for <link> tags.
2005-05-31 21:14:27 +00:00
Steven Wittens
025bca28aa
- Forgot about tablesort dependency on pager.
2005-05-31 19:54:31 +00:00
Steven Wittens
8bfe10bb96
- Typo in upload messages: %quote -> %quota
2005-05-31 04:10:21 +00:00
Steven Wittens
b5ece96886
- Fixing charset in mime_header_encode()
2005-05-30 18:08:49 +00:00
Steven Wittens
ba41568963
- #23360 : Chameleon: fix taxonomy terms disappearing if there are no node links.
2005-05-27 05:20:08 +00:00
Steven Wittens
82e606f7ab
- #23700 : Fix some broken t()'s in common.inc
2005-05-26 23:39:25 +00:00
Dries Buytaert
d0390be0bd
- Patch #18275 by Steven: "create content" menu displays extraneous links.
...
(Not sure if this needs to be backported to DRUPAL-4-6.)
2005-05-26 19:29:48 +00:00
Dries Buytaert
500ea7480c
- Patch #22909 by kinai: fixed various errors in the PostgreSQL database scheme.
...
(Yay, more PostgreSQL contributors! :))
2005-05-26 19:23:44 +00:00
Dries Buytaert
2e81e39b51
- Added something about the AJAX auto-complete forms.
2005-05-26 19:20:52 +00:00
Dries Buytaert
0250938e2b
- Patch #17028 by Ber: theme xml_icon should allow inline XML icons.
2005-05-26 19:08:14 +00:00
Dries Buytaert
f68f9111ca
- Patch #23633 by Moshe: improve grouping in default profile page.
2005-05-26 19:03:05 +00:00
Dries Buytaert
e579f4d407
- Patch #23588 by Ber: fixed incorrect call to theme_user_picture.
2005-05-25 19:54:49 +00:00
Steven Wittens
cbd6837b40
- #18406 : make node_page 404 on meaningless nids
2005-05-25 07:14:00 +00:00
Steven Wittens
f3cbb10d8e
- #19434 : Improved forum admin texts.
2005-05-25 06:41:51 +00:00
Steven Wittens
67ebcfd084
- Mime_header_encode() was buggy. Each chunk of encoded text must be
...
a valid UTF-8 string, beginning and ending on a character boundary.
2005-05-25 06:28:59 +00:00
Steven Wittens
6be2c61896
- #20809 : User-configurable, per-theme, optional favicons.
2005-05-25 06:03:18 +00:00
Steven Wittens
753bc588d9
- Fix mistakes in pager patch.
2005-05-25 05:42:05 +00:00
Steven Wittens
48d3ef6040
- Get rid of double node title in Bluemarine PHPTemplate
2005-05-25 04:57:48 +00:00
Steven Wittens
52fd9fffa9
- #23213 : Report upload size limits in megabytes, not bytes.
2005-05-25 04:27:55 +00:00
Steven Wittens
7ecb1b7c9c
- #23387 : form() should respect block-level elements
2005-05-25 04:18:54 +00:00
Steven Wittens
34421b5d39
- #20963 : Make taxonomy_select_nodes() more useful to other modules, by allowing custom sorting orders.
2005-05-25 04:04:59 +00:00
Steven Wittens
0ff0af1601
- #23014 : Only show forum blocks if there are topics to list.
2005-05-25 03:59:38 +00:00
Steven Wittens
09354344e0
- Sort admin-content by descending node date. This got lost in the refinement-filter patch.
2005-05-25 03:51:00 +00:00
Steven Wittens
a52bb9b1dd
- #23516 : Remove ][ from form item id's.
2005-05-25 03:50:25 +00:00
Steven Wittens
3598cbb988
- #23495 : Clean up pager code. Now uses $page instead of $from, and counts pages, not items.
2005-05-25 03:29:06 +00:00
Steven Wittens
10e37b8957
- Remove left-over CSS
2005-05-25 01:12:15 +00:00
Steven Wittens
91f666b522
- #23506 : Fix autocomplete throbber firing on wrong events.
...
- Add simple throbber to drupal.css
2005-05-25 00:14:42 +00:00
Dries Buytaert
8aba3a430b
- Patch #23530 by Thox/Robin: removed the wrap="virtual" attribute from textareas. According to Thox this is no longer neccessary. Makes textareas validate as XHTML.
2005-05-24 20:38:00 +00:00
Steven Wittens
58bddf8abc
* cue Star Wars theme tune *
...
Return of the JavaScript!
- #22519 : form_autocomplete(): Ajax based autocompletion. Currently used for user names and folksonomy tags.
2005-05-24 06:00:22 +00:00
Dries Buytaert
0de88f50ba
- Patch #23383 by Ber: added theme_user_list() function.
2005-05-23 21:23:04 +00:00
Dries Buytaert
7dcb9086f8
- Patch #23465 by Gerhard: tiny performance improvement to db_query_range().
2005-05-23 21:14:01 +00:00
Dries Buytaert
fc1f1e94a5
- Patch #23452 by berkes: moves the avatar settings to within the check for "user info" on a node tpe.
2005-05-23 20:24:52 +00:00
Steven Wittens
21274fbb94
- #23285 : Allow theming of comment previews, like node previews.
2005-05-22 21:14:59 +00:00
Dries Buytaert
2abaae6baf
- Patch #22192 by tostinne: fixed invalid XHTML code
2005-05-22 12:48:47 +00:00