Dries Buytaert
30450039f9
- Patch #40583 by canen: make user_autocomplete function work with PostgreSQL.
2005-12-10 08:08:44 +00:00
Dries Buytaert
d55a508b88
- Patch #40397 by DriesK: fixed problem with contact module.
2005-12-09 22:21:01 +00:00
Dries Buytaert
7d97733602
- Fixed #40395 : changed ':' to '.'.
2005-12-09 17:25:53 +00:00
Dries Buytaert
c17ff75480
- Patch #40397 by DriesK: global contact mails are not sent.
2005-12-09 15:56:23 +00:00
Dries Buytaert
adcbc9b957
- Patch #40524 by drumm: made sure that visiting the admin/modules page does not break your setup if you haven't run udpate.php yet.
2005-12-09 15:40:15 +00:00
Dries Buytaert
aba547258a
- Patch #36429 : remove CONCAT() and speed up node_access query.
2005-12-08 15:30:27 +00:00
Dries Buytaert
3ae534a64e
- Patch #28595 by Cvbge: fixed problems with bulk comment operations.
2005-12-08 09:11:32 +00:00
Dries Buytaert
e6b78e287d
- Patch #40351 by Richard/chx: filter_xss_bad_protocol too hungry.
2005-12-08 09:05:30 +00:00
Dries Buytaert
c54234d71a
- Patch #40341 by Neil: fixed problems with database schema versions.
...
- When user #1 creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
- system_get_files_database() now includes a 'schema_version' child of each file object.
- That new information is re-saved when Drupal re-populates the system table.
- An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
2005-12-08 08:40:10 +00:00
Dries Buytaert
94d6b9abf0
- Patch #29326 by Morbus: optimized performance of URL aliasing for newly installed sites.
...
There are a number of small optimizations we could add; like, we should never do more lookup queries than the number of unique URL aliases in the database. When the size of the static cache equals the number of unique URL aliases in the database, we can stop doing lookups. I think this could be implemented with a 2-line change. Takers?
2005-12-07 20:57:45 +00:00
Steven Wittens
9e007c11aa
- Missing URLencode for remembering search keywords across tabs
2005-12-07 15:32:11 +00:00
Dries Buytaert
3cb401bda1
- Patch #38645 by Morbus: reworked the _regions() hook.
2005-12-07 14:59:55 +00:00
Dries Buytaert
e019ce5107
- Patch #28595 by Jeremy: added support for bulk operations on comments.
2005-12-07 05:35:02 +00:00
Dries Buytaert
9ccb6d7a80
- Patch #26641 by Uwe: tabs disappear in user.module settings after saving a role.
2005-12-06 12:36:37 +00:00
Dries Buytaert
32d9af4916
- Patch #39598 by Gerhard: fixed problem with taxonomy terms not being selected.
2005-12-06 12:20:24 +00:00
Dries Buytaert
e31f7abd42
- Patch #40079 by Moshe: removed dead code.
2005-12-06 08:28:58 +00:00
Dries Buytaert
c4c5ce122d
- Patch #31323 by Gerhard: delete extra data when a revision is deleted.
2005-12-05 16:07:18 +00:00
Dries Buytaert
ada8f8976f
- Patch #35125 by zoo33: made the taxonomy.module work with PostgreSQL.
2005-12-05 13:15:42 +00:00
Dries Buytaert
ad3d637c57
- Patch by Richard: fixing breakage caused by the 'Obliterate nodeapi op form' patch.
2005-12-05 10:38:42 +00:00
Dries Buytaert
28fdb3975e
- Patch #39778 by chx: obliterate nodeapi op form in favor of the forms API's way of doing things. Tested with help from webchick.
2005-12-05 09:11:33 +00:00
Dries Buytaert
f54cc812c6
- Patch #39779 by Richard: removed confusing status messages.
2005-12-04 08:00:13 +00:00
Dries Buytaert
80e02e6e73
- Patch #36434 by assimonds: fixed problem with editing signatures.
2005-12-03 19:39:15 +00:00
Dries Buytaert
4b9cd4fcd6
- Patch #38820 by wtanaka: profile listing carries over people's data on subsequent users.
2005-12-03 17:12:56 +00:00
Dries Buytaert
9677ab121f
- Patch #32665 by Richard Archer: add more functionality to menu item settings on node/*/edit pages.
2005-12-03 10:06:10 +00:00
Dries Buytaert
94f290c8ee
- Patch #38849 by wtanaka: forum icon does not display as locked (aka closed) if comments are "disabled" instead of "read only".
2005-12-03 10:02:23 +00:00
Dries Buytaert
ab0232c022
- Patch #37737 by asimmonds/eaton: fixed blogapi.module checkboxes on settings page.
2005-12-03 09:59:25 +00:00
Dries Buytaert
75d2089fba
- Patch #39155 by Alex/chx: #validate, #submit, #process consistency
2005-12-03 09:44:50 +00:00
Dries Buytaert
7bdd8b3718
- Patch #39605 by Alex: remove form_filter type.
2005-12-02 15:46:46 +00:00
Dries Buytaert
272c6b95fa
- Patch #39667 by killes: fixed typo in function call: _forum_get_vid -> _forum_get_vid().
2005-12-02 15:38:58 +00:00
Dries Buytaert
26bd449860
- Patch #39576 by chx: rename '_execute' to '_submit' and '#execute' to '#submit'.
2005-12-02 15:21:01 +00:00
Dries Buytaert
4a3b9fc883
- Patch #39594 by m3avrck: removed comma from date.
2005-12-02 15:19:54 +00:00
Dries Buytaert
0dad5d9e45
- Patch #39547 by saerdna et al.: added a 'change own username' permission.
2005-12-02 15:18:32 +00:00
Dries Buytaert
b040c8f857
- Patch #39612 by m3avrck: the log message should have its own fieldset.
2005-12-02 15:13:17 +00:00
Dries Buytaert
f5253a892a
- Patch #39440 by Richard: no circular references.
2005-12-02 15:10:03 +00:00
Dries Buytaert
16bcdbda69
- Improved the protocol whitelist code.
2005-11-30 20:16:47 +00:00
Dries Buytaert
a74ebcc87a
- More fixes
2005-11-30 15:31:23 +00:00
Dries Buytaert
17ec644763
- Patch #1482 by djun: we're moving the DocBook output to a contributed module. It's not a core feature.
2005-11-30 13:16:53 +00:00
Dries Buytaert
b8ae0b3218
- Patch #38981 by Robert: add permission to enable/disbale theme switching by users.
2005-11-30 11:09:38 +00:00
Dries Buytaert
0f6067fc84
- Removed valid_input_check().
2005-11-30 11:03:58 +00:00
Dries Buytaert
bcb6257b31
- Removed valid_input_check().
2005-11-30 10:09:28 +00:00
Steven Wittens
0ff2db93dd
- #39362 : Fix code warnings in filter.module
2005-11-30 00:12:23 +00:00
Dries Buytaert
2d0df351d7
- Various fixes. Updated CHANGELOG.txt
2005-11-29 20:17:10 +00:00
Dries Buytaert
236da7af05
- Patch #31151 : adding taxonomy terms has no feedback
2005-11-29 17:41:27 +00:00
Dries Buytaert
69f3a4d654
- Improved consistency: "Clear Site" -> "Clear site", "Re-index Site" -> "Re-index site"
2005-11-29 06:20:18 +00:00
Steven Wittens
b9415b4b9c
- #7940 : Remember publishing options when editing node
2005-11-29 03:18:57 +00:00
Steven Wittens
670e835772
- Menu wasn't being wiped after enabling/disabling themes
2005-11-29 02:52:20 +00:00
Steven Wittens
15b5004590
- #39054 : Missing url() for poll form action
2005-11-28 23:49:50 +00:00
Steven Wittens
6fc0a68f08
- #39137 : Improve handling of preprocessor-generated words in search queries.
...
- Improve search's default CJK tokenizer
- Re-add index wipe button to admin (with confirmation)
- Make default CJK tokenizer optional
2005-11-28 20:00:21 +00:00
Dries Buytaert
fff9a51352
- Patch #38945 by wtanaka: made the login block redirect back to the original page.
2005-11-28 12:31:47 +00:00
Dries Buytaert
42518af257
- Bring back taxonomy_form_all().
2005-11-28 12:24:58 +00:00
Dries Buytaert
8784a7d13a
- Patch #39024 by Zen: comments that should be in the moderation queue get published.
2005-11-27 11:45:03 +00:00
Dries Buytaert
c647b39c2c
- Patch #37798 by Neil: fixed problem with node settings.
2005-11-27 11:11:46 +00:00
Dries Buytaert
247e012c35
- Patch #39013 by drumm: more logical naming of themeable functions
2005-11-27 11:07:02 +00:00
Dries Buytaert
679649baaa
- Patch #39003 by Jaza: remove taxnomy_form_all().
2005-11-27 09:26:46 +00:00
Dries Buytaert
90535c33aa
- Patch #38854 by wtanaka: fixed XHTML validation problem.
2005-11-26 19:45:31 +00:00
Dries Buytaert
5b16e6b0a9
- Patch #36313 by assimmonds: make the search box look identical to Drupal 4.6
2005-11-25 15:26:11 +00:00
Dries Buytaert
b1b1e2045f
- Patch #37798 by Neil: allow non-workflow form elements on the node type settings page.
2005-11-25 10:11:59 +00:00
Steven Wittens
02d7e96309
- #35142 : Fix mass delete
2005-11-24 22:03:40 +00:00
Steven Wittens
a5c43ec402
- #37956 : Respect weighting in profile browse pages
...
- Fix non-pgsql compliant ORDER BY queries
- Clean up ugly section that used db_escape_string()
2005-11-24 20:54:22 +00:00
Dries Buytaert
b1bb2d5c60
- Patch #38336 by rcwoolley: parse dates in Atom feeds.
2005-11-24 20:20:53 +00:00
Dries Buytaert
12c5416dbf
- Patch #38593 by malex: generate 'guid' in RSS feeds to work around some aggregator glitches.
2005-11-24 20:15:09 +00:00
Dries Buytaert
70eb349d88
- Patch #38667 by Neil: removed a column from the table on the watchdog page.
2005-11-24 19:50:50 +00:00
Dries Buytaert
c9b342e3e1
- Patch #38692 by saerdna: removed duplicate form-text class.
2005-11-24 19:28:08 +00:00
Dries Buytaert
f5d3fa1008
- Patch #38296 by Tobias Maier: fixed bug with book links.
2005-11-24 19:24:38 +00:00
Dries Buytaert
d4692d569c
- Patch #35644 by webchick: fixed the sizes of the textareas on the node edit forms.
2005-11-23 16:18:28 +00:00
Dries Buytaert
86db338c64
- Patch #/38339 by crunchywelch: make the profile module display fields properly.
2005-11-23 10:43:30 +00:00
Dries Buytaert
90b3e88ec4
- Patch #38476 by crunchywelch: make voting on polls work from blocks in the sidebar.
2005-11-23 10:31:39 +00:00
Dries Buytaert
dba3e800cd
- Patch #38611 by Neil: redo book administration.
...
The book module's current administration is actually a patchwork of one form per book page crammed into a table with another form at the bottom. This simply didn't work.
2005-11-23 10:22:41 +00:00
Dries Buytaert
d9dc551612
- Patch #29151 by fgm: simplified SQL query in taxonomy_node_form().
2005-11-23 08:27:55 +00:00
Dries Buytaert
bd2d91807e
- Patch #38575 by Neil: fixed infinite loop in comment.module.
2005-11-23 08:23:45 +00:00
Dries Buytaert
5736cc3e94
- Patch #38349 by chx: form API bugfixes.
2005-11-23 08:21:08 +00:00
Dries Buytaert
f532273a13
- Patch #38412 by m3avrck: fixed problem with creating first account.
2005-11-22 21:00:40 +00:00
Dries Buytaert
62e5c58777
- Patch #38491 by Neil: refactor comment viewing controls to _execute model.
2005-11-22 15:48:46 +00:00
Dries Buytaert
9f8fcab8db
- Patch #35726 by asimmonds: post_process -> build_after
2005-11-22 15:13:15 +00:00
Dries Buytaert
cba99db42b
- Patch #38296 by Ber: generate rel-tags for book pages. Makes it easier to browse in some browsers.
2005-11-22 15:11:40 +00:00
Dries Buytaert
ecc279aef6
- Patch #37416 by Zen: make auto-completion of usernames work with short names.
2005-11-21 18:36:12 +00:00
Dries Buytaert
03dda45573
- Patch #37752 by chx and Richard: renamed #post_process to #after_build.
2005-11-21 18:10:26 +00:00
Steven Wittens
17205b6e62
#36352 : Don't prefix temporary table names after all.
...
#36658 : Make search query pgsql compatible.
2005-11-21 15:55:17 +00:00
Dries Buytaert
4febf6443b
- Patch #35121 by m3avrck: fixed problem with list and description values aren't saved for uploaded files.
2005-11-21 15:36:53 +00:00
Dries Buytaert
61ebf7b56b
- Patch #37401 by webchick: fixed dependency of date selection form element on profile module.
2005-11-21 09:42:14 +00:00
Dries Buytaert
0bb347ccbe
- Patch #38248 by hunkmonk: updated the user login form to the forms API's _execute model.
2005-11-21 09:17:04 +00:00
Dries Buytaert
28f973a986
- Patch #35726 by asimmonds/chx: converted the comment module to the forms API's _execute model.
2005-11-21 08:32:31 +00:00
Dries Buytaert
9317291284
- Patch #37926 by asimmonds/chx: fixed previewing nodes.
2005-11-18 14:09:42 +00:00
Dries Buytaert
786f6b5ad9
- Patch #37327 by Richard Archer: improved menu item 'create content' indications.
...
Improves usability of the admin/menu page.
2005-11-18 13:50:37 +00:00
Dries Buytaert
f69503aa58
- Patch #37777 by asimmonds: form_id missing from rendered admin/node form.
2005-11-17 06:48:25 +00:00
Dries Buytaert
3cb8017c5a
- Patch #37327 by Richard Archer: made the menu edit screen slightly less confusing.
2005-11-17 06:42:13 +00:00
Dries Buytaert
8b02851fee
- Patch #37714 by asimmonds: fixed saving of blocks.
2005-11-16 22:07:48 +00:00
Dries Buytaert
48929eba7a
- Patch #37738 by Junyor: fixed problem with Drupal not properly unsetting $user on logout.
2005-11-15 20:47:06 +00:00
Dries Buytaert
e900d28640
- Patch #34295 by assimonds: added missing defines to comment.module. Improves
...
readability of the code.
2005-11-15 07:29:47 +00:00
Dries Buytaert
3141d02c2f
- Patch #28062 by Souvent22: make it possible to assign weights to contact form categories and fixed some small glitches.
2005-11-14 22:23:11 +00:00
Dries Buytaert
0fe57fe680
- Patch #36333 by Tobias Maier: make sure to enable the default theme.
2005-11-14 22:19:14 +00:00
Dries Buytaert
ad74b700c4
- Patch #32669 by DriesK: split blocking users from 'adminsiter access'.
2005-11-14 21:49:47 +00:00
Dries Buytaert
d5d0149abe
- Patch #34295 by DrupalJapan and chx:
...
+ Fixed problem with configuration of comment display options.
+ Introduced defines for the various comment settings.
2005-11-13 09:05:38 +00:00
Dries Buytaert
30059b1a59
- Patch #34514 by darius: fixed forms API glitches.
2005-11-13 08:33:44 +00:00
Dries Buytaert
c8f6a2421b
- Patch #35524 by asimmonds / drewish: converted the custom block forms code to the forms API's execute model.
2005-11-13 08:26:01 +00:00
Dries Buytaert
e6e3492029
- Patch #35575 by Richard, chx and Ber: system module no longer saves the files and tmp dir.:
2005-11-13 07:57:11 +00:00
Dries Buytaert
534805718a
- Rollback an accidentical commit.
2005-11-13 07:52:14 +00:00
Steven Wittens
fd6104cf4d
#37390 : Make welcome text link to admin/settings
2005-11-13 02:43:33 +00:00
Steven Wittens
e43ea3f955
#36936 / #36937 : PgSQL fixes for statistics
2005-11-13 02:40:18 +00:00
Steven Wittens
21bed11e66
- Add missing url()s around form actions (these would break without clean URLs)
2005-11-13 02:32:18 +00:00
Steven Wittens
daca20e034
#37378 : Missing for _form_builder() in js upload
2005-11-13 02:00:37 +00:00
Dries Buytaert
aeed4cd8e4
- Patch #35644 by webchick: forms API simplificiations.
2005-11-12 11:26:16 +00:00
Dries Buytaert
64a617c208
- Patch #26249 by Morbus: improved handling of temporary files/directory.
...
If your module uses variable_get('file_directory_temp', ...) or
variable_get('file_directory_path', ...) please update it to use the new
API.
A list of affected modules is available at http://drupal.org/node/26249#comment-54194 .
2005-11-12 09:23:50 +00:00
Dries Buytaert
7dd24bec5c
- SQL query maintenance: '%d' -> %d.
2005-11-12 09:14:30 +00:00
Steven Wittens
c2fcb6d519
#30993 : Make taxonomy selector widget themable
2005-11-12 04:31:56 +00:00
Steven Wittens
85492ae9a5
#36791 : node_validate was called twice
2005-11-12 02:54:13 +00:00
Steven Wittens
76226df867
#36242 : Array merge problems with module_invoke
2005-11-10 20:36:13 +00:00
Dries Buytaert
c19a04e6f8
- Partial patch #34920 by tangent: improved placement of filter settings.
2005-11-09 19:25:11 +00:00
Dries Buytaert
dac42f83c8
- Patch #36079 by ax/chx: various blogapi.module fixes.
2005-11-09 19:03:35 +00:00
Dries Buytaert
3d13a38502
- Patch #36727 by Goba: fixed incorrect use of drupal_goto().
2005-11-08 20:57:41 +00:00
Dries Buytaert
42e2eb0d2a
- Patch #35178 by Robert Douglas: add title attribute to taxonomy links - use term description as text.
2005-11-08 15:17:34 +00:00
Dries Buytaert
54e13b5fb4
- Patch #27140 by m3averck/souvent22: can't delete contact module subjects with '&' in title.
2005-11-05 08:00:20 +00:00
Dries Buytaert
b4644f8e66
- Patch #36250 by hunmonk: admin batch delete broken, node_delete needs reworked.
...
This commit changes the node_delete() API. A list of affected modules is available at http://drupal.org/node/36250#comment-52963 .
2005-11-04 19:40:28 +00:00
Steven Wittens
2ad97f0277
- #36255 : Fix db_query_temporary() in pgsql
...
- Prefix temporary table names (helps on restricted hosts)
2005-11-04 13:02:51 +00:00
Dries Buytaert
ea53aad7c8
- Patch #22215 by Richard Archer: refactored primary and secondary links.
...
Deprecates the primary_links module.
This patch was much needed. Thanks Richards!
NOTE: if some themers could investigate if there is room for improvement
with regard to theming, that would be awesome.
2005-11-03 19:33:37 +00:00
Dries Buytaert
7bd728ef4a
- Patch #36029 by asimmonds: fixed typo that prevents 'admin - block - configure' from working.
2005-11-03 15:39:37 +00:00
Dries Buytaert
76012bc70a
- Patch #35481 by javanaut: make the 'more choices' option for polls work.
2005-11-02 08:58:27 +00:00
Dries Buytaert
46abc88ee4
- Patch #26249 by crunchywelch, Junyor: use upload_tmp_dir as default temporary directory. Fixed file problems on Windows NT systems.
2005-11-01 16:31:09 +00:00
Dries Buytaert
a8b218827a
- Patch #26139 by webchick / Kieran / documentation team: improved admin help of core modules! /
2005-11-01 10:17:34 +00:00
Dries Buytaert
3f4d18fafc
- Patch #35621 by asimmonds: URL path settings on node/add/* did not work.
2005-11-01 10:11:36 +00:00
Dries Buytaert
f3d0fed0e6
- Patch #35759 by mikeryan: fixed typo in file_directory_temp fieldname.
2005-11-01 10:03:25 +00:00
Dries Buytaert
8ba2d2bf41
- Patch #35086 by stefan: improved themeability of the poll results.
2005-10-31 14:28:17 +00:00
Dries Buytaert
6938e6cbe8
- Patch #35320 by asimmonds: couldn't save roles in admin/filters/...
2005-10-31 13:57:17 +00:00
Dries Buytaert
98d1979699
- Patch #35596 by ccourtne: form API change introduced input format fieldset even when only 1 input format
2005-10-31 13:40:13 +00:00
Dries Buytaert
4af960646d
- Patch #35648 by asimmonds: fixed permissions page.
2005-10-31 13:37:38 +00:00
Dries Buytaert
ef7d2c8a9f
- Patch #34920 by tangent: reorganized the node submission form a bit.
2005-10-28 14:04:20 +00:00
Dries Buytaert
da1de1df9f
- Patch #35205 by stefan: removed some deprecated code from forum.module! Yay.
2005-10-28 13:56:26 +00:00
Dries Buytaert
0f37358003
- Patch #35061 by Cvbge/ntosi: fixed SQL query problem on PostgreSQL 8.
2005-10-28 13:40:17 +00:00
Steven Wittens
9f143557a3
- #35505 : Forum form api typo
2005-10-28 00:42:55 +00:00
Steven Wittens
08f8876f48
- #35440 : Fix user 1 login bug after forms api
2005-10-28 00:37:06 +00:00
Steven Wittens
fe938b844a
- #35434 : Form API - obsolete $param to hook_form() + preview fixes
2005-10-28 00:28:14 +00:00
Steven Wittens
34fcf45def
- #35284 : fixing node form
2005-10-26 14:49:59 +00:00
Dries Buytaert
27c619d16f
- Patch #35279 by asimmonds: fixed typo in pager code.
2005-10-26 08:06:56 +00:00
Steven Wittens
fbaede7ec0
- #35264 : More form api fixes
2005-10-26 01:24:09 +00:00
Dries Buytaert
0d2c12a189
- Patch #34086 by chx: fixed blog regions being broken.
2005-10-25 05:42:20 +00:00
Steven Wittens
0cac6939b7
- Fix usage of header() to drupal_set_header()
...
- Emit charset for blogapi RSD
2005-10-25 03:43:57 +00:00
Dries Buytaert
cc9a372eae
- Patch #34932 by tangent: fixed the placement of the 'log'-textarea on book preview pages.
2005-10-24 19:03:09 +00:00
Dries Buytaert
47943f192d
- Patch #35069 by leafish_paul: updated archive module to new forms API.
2005-10-24 18:50:10 +00:00
Dries Buytaert
c47d2fcb46
- Patch #33220 by Tobias: improved themeability of book module.
2005-10-23 18:08:06 +00:00
Dries Buytaert
f6764cfbd8
- Patch #30930 by m3avrck/deekayen: cured PHP5 warnings.
2005-10-22 15:14:46 +00:00
Dries Buytaert
07ecb2abb0
- Patch #34831 by asimmonds: added missing table header.
2005-10-22 14:17:11 +00:00
Steven Wittens
f31db8d70f
- #22850 : Search query containing / results in 404 on clean URLs.
2005-10-21 11:14:55 +00:00
Steven Wittens
6777fdb193
- #26583 : Make forum taxonomy links redirect to forums rather than taxonomy pages.
2005-10-21 11:12:46 +00:00
Steven Wittens
c0525a7c18
- #34757 : Remove administer watchdog permission (drumm)
2005-10-21 10:50:03 +00:00
Dries Buytaert
81b35fbe4a
- Patch #34749 by ax: make blogapi autodiscovery (rsd) work with Flock. Yay!
2005-10-21 09:56:59 +00:00
Dries Buytaert
a5f9391550
- Modified patch #34472 by Moshe: uid=1 does not redirect to edit page after registration.
2005-10-21 09:30:14 +00:00
Dries Buytaert
f905ab181f
- Patch #34031 by drewish: delete button on the edit user account form should be after the submit button.
2005-10-21 09:07:12 +00:00
Steven Wittens
3fad92fc59
- #34645 : Make $links in theme_comment consistent with theme_node (Stefan)
2005-10-20 09:27:36 +00:00
Steven Wittens
e83b00d526
- Typo
2005-10-20 08:56:34 +00:00
Steven Wittens
8164ec2f49
- Code style
2005-10-20 08:53:59 +00:00
Steven Wittens
468b9e8e5a
- Code style
2005-10-19 09:46:22 +00:00
Steven Wittens
aa5ad37082
- #34401 : Validation error (form method must be lowercase 'get' or 'post')
2005-10-19 09:28:21 +00:00
Steven Wittens
909d6928ac
- #28159 : Advanced search features (hello from DrupalCon)
...
Presentation about it:
http://www.acko.net/files/drupal-search-slim.pdf
2005-10-18 14:41:27 +00:00
Dries Buytaert
782d5c98c9
- Patch #33752 by leafish_paul / adrian: added missing apostrophes to the form API code.
2005-10-18 14:40:00 +00:00
Dries Buytaert
7f5f3ac6c8
- Patch #34052 by webchick: fixed typo in form code.
2005-10-18 14:36:46 +00:00
Dries Buytaert
1c0b946535
- Modified version of patch #33348 by wolff: clean URL emitted when creating first user.
2005-10-13 10:39:56 +00:00
Steven Wittens
5f0e0f3649
- #33433 : More form API fixes, and error handling improvements by Chx.
2005-10-13 10:02:31 +00:00
Steven Wittens
0953282878
- Statistics node view counter counted a lot of false positives (including a nid 0 for legacy URLs).
2005-10-12 01:00:24 +00:00
Steven Wittens
1b1a2d7750
- Restore user login block alignment (form api patch undid some recent class/id changes)
2005-10-11 20:52:16 +00:00
Dries Buytaert
75fe6b6c0a
- Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.
2005-10-11 19:44:35 +00:00
Dries Buytaert
fd96728f3c
- Second batch of form API fixes by chx.
2005-10-09 10:39:15 +00:00
Dries Buytaert
6f30f02c16
- Patch #27999 by Tobias: made book export functionality configurable.
2005-10-08 14:48:33 +00:00
Dries Buytaert
709b9005f5
- Modified version of patch #32622 by kbahey: added 'site offline/maintenance' feature.
...
(Untested because the admin/settings page doesn't work yet.)
2005-10-08 12:38:20 +00:00
Dries Buytaert
7863be5e82
- Patch #33433 by chx: fixed a number of form API problems.
...
* Default form value
* Leftover debug function in form.inc
* PHP5 issue with comment date (I got this patch from another issue)
* Validation error fix (was calling legacy form validate)
* Lots o' warnings on comment preview
* Filter tips plus argument (gremlins. I swear this was not there.)
* Message to clear what's going on with system settings
* Non-freetagging taxonomies fixed
2005-10-08 12:21:47 +00:00
Dries Buytaert
27625fcf83
- Patch #31341 by kbahey: delete a user's session when the user is deleted.
2005-10-07 06:53:25 +00:00
Dries Buytaert
a1ae4da70b
- Removing tabs and trailing whitespaces.
2005-10-07 06:51:43 +00:00
Dries Buytaert
e19af57a9a
- Patch #29465 by asimmonds: made the contact module work with the new form API.
2005-10-07 06:48:33 +00:00
Dries Buytaert
7e1527ee61
- Patch #29465 : new form API by Adrian et al.
...
TODO:
+ The contact.module was broken; a new patch for contact.module is needed.
+ Documentation is needed.
+ The most important modules need to be updated ASAP.
2005-10-07 06:11:12 +00:00
Dries Buytaert
7b5b460534
Improved error-handling of book module.
2005-10-06 09:17:17 +00:00
Dries Buytaert
1a98fce9c4
- Patch by Jeremy: fixed comment module glitch.
2005-10-04 12:09:15 +00:00
Dries Buytaert
c267c749e7
- Patch #32669 by DriesK: added an 'administer access control' permission.
...
In several setups, one wants to grant the 'administer users' permission to certain roles (for example to forum admins), however without allowing those users to change permissions on the 'access control' page, and without allowing them to change the users' roles (so that they can't, for example, promote themselves to admin).
2005-10-01 13:42:00 +00:00
Dries Buytaert
9981e4326d
- Patch #32459 by beardedstoat and tostinni: always add a secondary sort order so the newest comments are on top.
2005-10-01 13:30:06 +00:00
Dries Buytaert
0200ccf4da
- Patch by chx: fixed validation check.
2005-10-01 08:43:51 +00:00
Dries Buytaert
f8e2be5fe7
- Patch #32584 by Gerhard: removed reference to node_revision_load() and fixed
...
input validation error..
2005-09-29 21:56:12 +00:00
Dries Buytaert
1d94bb4a87
- Add some extra options.
2005-09-29 08:04:51 +00:00
Dries Buytaert
f101792d75
- Modified patch #30620 by Geary: 'personal blog entry' -> 'blog entry'.
...
Improves consistency.
2005-09-28 12:55:07 +00:00
Dries Buytaert
45f4bcaa7d
- Patch #26031 by leafish_dylan: fixed comment pager (broken SQL query).
2005-09-27 18:34:59 +00:00
Dries Buytaert
dff2df4809
- Patch #28786 by Neil: moved pagers out of table.
2005-09-27 18:10:19 +00:00
Dries Buytaert
53bdeae273
- Modified patch #30775 by timcn, Souvent22, m3avrck: give file uploads descriptions.
...
(Modified the form a bit.)
2005-09-27 15:54:39 +00:00
Dries Buytaert
f592a5a60b
- Patch #27669 by ax: fixed menu system status reporting.
2005-09-27 15:11:07 +00:00
Dries Buytaert
50ac9d3b4c
- Patch #32103 by nedjo: fixed title validation.
2005-09-27 15:09:28 +00:00
Dries Buytaert
cba3391b1f
- Fixed spaces
2005-09-27 15:06:35 +00:00
Dries Buytaert
67e68fc679
- Patch #28786 by Neil: move pagers out of table.
2005-09-24 07:53:26 +00:00
Dries Buytaert
e4ec9ad36d
- Fixed documentation.
2005-09-23 21:21:03 +00:00
Dries Buytaert
2de3276599
- Patch #29030 by Goba: updated the path module's documentation.
2005-09-23 13:11:57 +00:00
Dries Buytaert
61740bd8ee
- Patch #10056 : allow the node title forms to be customized.
2005-09-23 08:47:13 +00:00
Dries Buytaert
2b3126b2cc
Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in bootstrap.inc.
2005-09-19 19:13:35 +00:00
Dries Buytaert
56903f504a
- Patch #31650 by Robert: removed redundant XML-RPC blogapi setting.
2005-09-19 18:41:30 +00:00
Dries Buytaert
06af3e60e5
- Patch #29866 by Florian, Uwe: made the recent comments block only show comments on public nodes.
2005-09-19 15:11:05 +00:00
Dries Buytaert
da316273bd
- Patch #31014 by chx, zack: on taxonomy overview pages, make term names link to their respective taxonomy/term/(x) page.
2005-09-19 15:04:11 +00:00
Dries Buytaert
125fa0189e
- Patch #31585 by Thox: fixed author information block.
2005-09-19 14:59:44 +00:00
Dries Buytaert
d43655c962
- Patch #31449 by chx: store session IDs in the accesslog table.
2005-09-18 17:09:56 +00:00
Dries Buytaert
dec4ddd3a5
- Patch #28420 by Jeremy: provide a more generic interface that can be used
...
to validate other form submissions, not just comments. Two new functions
are introduced, form_token() and form_validate(). The first function uses
a private key and a public key to set a token in a hidden field. The second
function validates the token. The comment and contect module are updated to
use these functions.
2005-09-18 12:04:10 +00:00
Dries Buytaert
fe5f70b61b
- Patch #31496 by Goba: added missing $node object in book export.
2005-09-18 11:26:17 +00:00
Dries Buytaert
1dc53d9761
- Patch #3986 by James (and Boris :)):consolidated all feed-related settings in one place.
...
* adds a "feed settings" section to admin/settings where 2 new settings are introduced:
* number of items per feed
* default length of feed descriptions (title only, teaser, full)
* patches all of core to obey the above - including the new aggregator (out) feeds
* adds support for adding namespaces in _nodeapi('rss item') - which means things like iTunes RSS and yahoo's media rss can be implemented by the appropriate modules (i.e. audio.module)
* includes some additional info in the default node feed - specifically the element (links directly to comments) - and dc:creator - to show node author information.
2005-09-18 10:37:57 +00:00
Dries Buytaert
f0cc7b4efc
- Patch #27364 by Ber, m3avrck: filter GUI improvements.
...
chx: it can be "form API"-ied now. :)
2005-09-17 12:44:59 +00:00
Dries Buytaert
ce3b6d4eee
- Patch #28301 by jjeff: show tooltip when hovering over a permission. Temoprary
...
solution until we have a better permission page.
2005-09-15 21:45:21 +00:00
Dries Buytaert
da74bce9bc
- Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems.
2005-09-14 21:37:11 +00:00
Dries Buytaert
4005922332
- Patch #31123 by Ber: make it easier to theme the user profile pages.
2005-09-14 21:16:00 +00:00
Dries Buytaert
fd854ea105
- Patch #30935 by m3avrck: generate width and height attributes for the theme screenshots on the theme administration page.
2005-09-13 19:12:19 +00:00