Dries Buytaert
c366ad9603
- Updated CHANGELOG.txt
2005-12-06 09:48:53 +00:00
Dries Buytaert
a19acb219e
- Patch #35924 by Neil: improved the update system.
2005-12-06 09:25:22 +00:00
Dries Buytaert
e31f7abd42
- Patch #40079 by Moshe: removed dead code.
2005-12-06 08:28:58 +00:00
Dries Buytaert
0f80b09a4a
- Patch #39875 by chx: make form sorting work with PHP5.
2005-12-05 21:21:49 +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
7c958440ff
- fixed invalid updates.inc
2005-12-05 15:13:32 +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
70039a954e
- Patch #40016 by Thox: profile tables do not default to MyISAM.
2005-12-05 12:35:22 +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
7ef324ec84
- Unrolled chx's form sort patch.
2005-12-05 09:48:54 +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
3e36be3b24
- 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:06:30 +00:00
Dries Buytaert
a2d8174cd4
- Patch #39875 by chx: form_sort is broken with PHP5.
2005-12-05 08:47:24 +00:00
Dries Buytaert
77f55aa7f2
- Patch #39989 by hunmonk: can't pass args properly to #process callback.
2005-12-05 08:41:29 +00:00
Dries Buytaert
a806db88fa
- Patch #39085 by chx/angie: simplified #tree-#parent code.
2005-12-04 08:14:07 +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
c7bce9efd4
- Patch #35768 by JonBob/Richard: separate callback handling from menu handling.
...
Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system. Also changes array_key_exists() to isset() in several places, which is reported to perform better.
2005-12-03 14:50:27 +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
37b14043f1
- Patch #39722 by jvandyk: fixed warning in updates.inc.
2005-12-02 21:31:58 +00:00
Dries Buytaert
eaad4aa2f7
- Patch #39725 by Goba: improvements to the code comments.
2005-12-02 21:28:18 +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
b1a648b371
- Patch #39566 by chx: fixed incorrect encoding in URLs.
2005-12-02 10:31:21 +00:00
Dries Buytaert
9c02757477
- Patch #39566 by chx: fixed incorrect encoding in URLs.
2005-12-02 10:29:45 +00:00
Dries Buytaert
316e35784a
- Patch #29344 by Morbus: .htaccess file needs file protection update
2005-12-01 16:02:09 +00:00
Dries Buytaert
a95f00c3a0
- Updated CHANGELOG.txt
2005-11-30 21:08:51 +00:00
Dries Buytaert
16bcdbda69
- Improved the protocol whitelist code.
2005-11-30 20:16:47 +00:00
Dries Buytaert
fe01762387
- Fixed bug with checking for .txt files.
2005-11-30 19:28:18 +00:00
Dries Buytaert
f8b90f6262
- Patch #39357 by m3vrck: fixed typo in mysqli backend.
2005-11-30 16:47:34 +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
2917261693
- Removed valid_input_check().
2005-11-30 10:27:13 +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
f4799d1ce9
- check_plain() missed its train.
2005-11-29 20:37:19 +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
7a341583be
- Patch #39257 by merlinofchaos: node_access rewrite breaks with FROM_UNIXTIME.
2005-11-29 15:37:27 +00:00