Kjartan Mannes
2d7d796d9b
- Fix implode() errors.
2004-02-21 23:43:07 +00:00
Dries Buytaert
4cb7279721
- Patch by Gerhard: fixed incorrect regex in the taxonomy module.
2004-02-21 19:16:07 +00:00
Dries Buytaert
4b0b2d02ee
- Patch by Steven: removed redundant permission checks. These are no longer
...
required thanks to the new 404 handling.
2004-02-15 20:09:46 +00:00
Dries Buytaert
14b84fa299
- Fixed bug #5831 : added validation for posting to forum containers. Patch
...
by UnConeD.
2004-02-12 19:04:20 +00:00
Dries Buytaert
d0ffb4794a
- Refined the regex to validate the input.
2004-02-08 11:08:28 +00:00
Dries Buytaert
06b25311b4
- Bug 4853: fixed invalid taxonomy query.
2004-02-07 10:39:54 +00:00
Dries Buytaert
eec20988bf
- Patch #5575 by Stefan: fixed invalid XHTML code in the node and taxonomy module.
2004-02-01 21:51:28 +00:00
Dries Buytaert
dc938c533b
- Patch #5567 by Goba: fixed t() functions, cleanup of locale module's help,
...
fixed translation issues in taxonomy module, etc.
2004-02-01 21:04:42 +00:00
Dries Buytaert
1687dd07c9
- Patch 5049 by JonBob: allow a module to define multiple node types.
2004-01-27 18:47:07 +00:00
Dries Buytaert
b85eb11e11
Patch 5287 by Stefan: multiline help texts should become inside a single $output.
2004-01-23 18:42:43 +00:00
Dries Buytaert
88d0603e93
- Patch 5080 by lizardo: fixed two typos in the taxonomy module's help text.
2004-01-18 07:58:22 +00:00
Dries Buytaert
6fc2070a22
Patch 5114 by Kjartan:
...
- Adds drupal_set_header() and drupal_get_headers().
- Cache now stores custom headers.
- Replace theme_head() with drupal_get_html_head(), added drupal_set_html_head().
- Added RSS autodiscover links to node, blog and taxonomy pages.
2004-01-14 22:30:09 +00:00
Dries Buytaert
a8b8c247db
- Patch #5021 : clean up URLs in _help texts. Patch by UnConeD.
2004-01-11 20:31:26 +00:00
Dries Buytaert
21a0e8b904
- Updated code to use new semantics of url() and l().
2003-12-29 19:49:11 +00:00
Dries Buytaert
80f34e5ab0
- XHTML improvements: <b> -> <strong>. Patch by Stefan.
2003-12-29 17:14:27 +00:00
Dries Buytaert
baaa21e131
- Tidied up some inconsistencies in the code: scripts/code-style.sh is your friend.
2003-12-28 10:47:33 +00:00
Dries Buytaert
26e5362cf9
Fixed bug #4551 : missing {} for prefix support
2003-12-28 00:05:49 +00:00
Dries Buytaert
cb7c2e09ed
- Fixed the breadcrumb trail of nested forums. Patch by Goba.
2003-12-24 15:09:43 +00:00
Dries Buytaert
d5c8026454
- Updated the calls to menu() to use MENU_HIDE instead of 1
2003-12-17 22:27:23 +00:00
Dries Buytaert
c096d42568
- Patch 187: made taxonomy module take advantage of breadcrumb navigation.
...
Modified patch by Moshe.
2003-12-11 21:21:16 +00:00
Dries Buytaert
712a30b520
- Improvements by Goba:
...
+ removes the lots of pagers and indirect pager themeing
+ add the theme_pager() function, which should be called as
theme("pager", ...) to get a pager.
2003-12-08 18:30:20 +00:00
Dries Buytaert
3904790e03
- Tidied up the DoxyGen comments. Patch by Kjartan.
2003-12-08 06:32:19 +00:00
Dries Buytaert
2ea6ad44a5
- Fixed the taxonomy title of taxonomy pages. Patch by Moshe.
2003-12-07 10:29:43 +00:00
Dries Buytaert
c91fff3dd3
- Fixed broken status message. Patch by Gerhard.
2003-12-05 06:32:48 +00:00
Dries Buytaert
4e2c0b250e
- Introduced a drupal_set_message() and drupal_get_message() function.
...
Contributed themes and modules need to be updated:
- modules: status() is no more; use drupal_set_message() instead.
- themes: use drupal_get_message() to check for status messages and
visualize them.
2003-12-01 13:45:33 +00:00
Dries Buytaert
c0494c0a2b
- Committed phase 4 of JonBob's menu system changes.
2003-11-25 19:26:21 +00:00
Dries Buytaert
06045ff7fc
Patch by Ax to fixe and improve to the core doxygen PHPdoc:
...
* fixes all doxygen warnings [#]_ in the current code base
+ changes @param style from phpDocumentor (@param type $var desc) to doxygen (@param $var desc)
+ documents all undocumented parameters
+ escapes / fixes html warnings
+ fixes @defgroup in theme.inc
* adds more groupings [#]_
+ drupal_{set|get}_title, drupal_{set|get}_breadcrumb
+ pager.inc: pager_api (pager_query(), pager_display()), pager pieces
* adds a new group "themeable" which contains all themeable functions.
2003-11-24 22:46:03 +00:00
Dries Buytaert
4bdac4333b
- Patch by JonBob:
...
Phase 2 of the menu system integration project. This unifies the interface
used by admin and non-admin pages, and deprecates the _page hook in favor of
explicit callbacks from menu(). Breadcrumbs, titles, and help text go away
as a result of this patch; they will return in the phase 3 patch, printed
by the theme.
2003-11-20 21:51:23 +00:00
Dries Buytaert
6c85795ace
- Fixed theme problem.
2003-11-13 23:00:53 +00:00
Dries Buytaert
36bb57555c
- table(...) -> theme("table", ...)
2003-11-13 19:52:54 +00:00
Dries Buytaert
951b553a98
- Committed stage 2 of the theme system improvements! Patch by CodeMonkeyX.
2003-11-09 23:27:22 +00:00
Dries Buytaert
ef0fa006ed
- Usability improvement: replaced many selection boxes by radio buttons.
...
Patch by Stefan.
2003-11-07 19:03:35 +00:00
Dries Buytaert
742410aafd
- Bugfix: prefix not prepended to sequences. Fixes bug #3639 .
...
Make sure to write:
db_next_id({table}_field);
instead of:
db_next_id(table_field);
2003-10-22 13:03:32 +00:00
Dries Buytaert
2977a8cd3d
- Some documentation fixes by Mark Coady.
2003-10-15 15:07:47 +00:00
Dries Buytaert
1a5fcacdd9
- Committed part 3 of Michael's help system improvements: removed the $help
...
parameter from the menu() function.
2003-10-09 18:53:22 +00:00
Dries Buytaert
22c889e7c0
- Help system improvements: eliminated the _system hook. Patch by Michael.
...
- Bloggerapi module fixes. Patch by Kjartan.
- Coding style fixes. Patch by Michael.
2003-10-07 18:16:41 +00:00
Kjartan Mannes
c52185b680
- taxo_link always returns array().
...
- Remove dead code from Marvin theme.
- cleaner node html in Marvin.
2003-10-06 12:21:04 +00:00
Dries Buytaert
a33df1de5d
- Some documentation fixes by Matt.
2003-10-03 17:43:49 +00:00
Dries Buytaert
058971c33b
- Help improvements and translation improvements from Michael. Thanks!
2003-10-03 14:55:27 +00:00
Dries Buytaert
c8b28009cd
- Made sure all menu items can be translated. Path by Goba.
2003-09-28 15:18:55 +00:00
Dries Buytaert
f104d3cc12
- Committed the admin menu integration patch. Thanks Adrian, Stefan and others.
2003-09-26 10:04:09 +00:00
Dries Buytaert
8e657f64ef
- Gerhard's uid 0 patches. These patches bring various performance
...
improvements. Requires a database update.
2003-09-09 18:18:43 +00:00
Dries Buytaert
9fac5f5fb9
- Updated the taxonomy module to use the new help system.
2003-08-21 18:02:37 +00:00
Dries Buytaert
db8c3edca5
- Bugfix: don't user term->descriptions in link attributes as they are HTML
...
code on their own.
2003-08-16 05:25:33 +00:00
Dries Buytaert
1252d51264
- Changed some INNER JOINs back to LEFT JOINs. Patch by Gerhard. Not tested
...
by me.
2003-07-16 07:58:02 +00:00
Dries Buytaert
22b6d2f30c
- Performance improvement: changed a fair amount of "left joins" to "inner
...
joins". Patch by Gerhard.
2003-07-12 22:21:55 +00:00
Dries Buytaert
337b3c9de9
- Committed a slightly modified version of Slavica's table prefix patch.
2003-07-10 17:46:44 +00:00
Dries Buytaert
1482a56596
- Usability improvement and bugfix for translation issue with the taxonomy
...
module. Patch #70 by Stefan.
2003-07-08 09:51:22 +00:00
Dries Buytaert
f4df719502
- Reworked the CXX checking; now, _any_ user input will be checked
...
and the request will be terminated when something suspicious is
detected. This will be logged in the watchdog. With help from Marco.
- Fixed translation issue in the archive module. Patch by Gerhard.
- Removed dead parameter from variable_get(). Patch by Chris Johnson.
Fixes bug #2111 .
- Improved input checking of taxonomy module. Patch by Gerhard.
Fixes bug #2112 .
2003-06-27 17:48:20 +00:00
Dries Buytaert
e57faf2192
- Bugfix: fixed problem with changing themes. Didn't apply Al's patch as
...
the fix was somewhat simpler. Fixes bug #2003 .
- Bugfix: fixed problem with voting on certain poll pages. Patch #37 by Al.
- Improvement: removed stupid descriptions from profile module.
2003-06-20 17:43:03 +00:00