Dries Buytaert
|
49fa25fb76
|
- Rollback of patch #68418: clean up node submit hooks. Needs more thinkering.
Restores the old node API.
|
2006-08-31 21:58:36 +00:00 |
Dries Buytaert
|
c64db1da29
|
- Patch #80952 by earl, webchick, neclimdul et al: .info files
|
2006-08-31 20:22:37 +00:00 |
Neil Drumm
|
e051f5bd90
|
#81481 by erdemkose. Show the comment subject on delete confirmation.
|
2006-08-31 08:55:45 +00:00 |
Dries Buytaert
|
5524604a95
|
- Patch #68418 by Moshe et al: clean up node submit hooks.
|
2006-08-29 18:43:26 +00:00 |
Neil Drumm
|
bceaf8f0da
|
#80574 Eaton and chx. Replace $_POST['edit'] with $_POST.
|
2006-08-29 09:12:03 +00:00 |
Dries Buytaert
|
f8534504b3
|
- Patch #80895 by webchick et al: make it easier to disable form elements.
|
2006-08-27 12:54:01 +00:00 |
Dries Buytaert
|
c4f1e4ba13
|
- Patch #76444 by chx, moshe, eaton, angie et al: make it possible to control access to form elements.
|
2006-08-22 11:13:04 +00:00 |
Dries Buytaert
|
e14c3aa6c0
|
- Patch #79498 by Eaton: fixed editing comments and nodes.
|
2006-08-19 21:40:58 +00:00 |
Dries Buytaert
|
7de41539df
|
- Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted forms via the pull model.
|
2006-08-18 18:58:47 +00:00 |
Steven Wittens
|
81938a3cdc
|
#76802: Introduce placeholder magic into t()
See: http://drupal.org/node/64279#t-placeholders
|
2006-08-18 12:17:00 +00:00 |
Dries Buytaert
|
ce85b7c7f8
|
- Patch #74326 by Eaton, Royboy, chx, et al: building $node->body with arrays like FAPI for viewing.
Once again, we're paving the path for CCK in core ... :)
|
2006-08-10 15:42:33 +00:00 |
Dries Buytaert
|
d2eb90c45e
|
- Patch #77896 by killes: don't clear cache inside loop.
|
2006-08-10 05:47:37 +00:00 |
Dries Buytaert
|
729fa6c11b
|
- Patch #77422 by timcn: corrected various paths in the documentation.
|
2006-08-07 15:04:16 +00:00 |
Neil Drumm
|
129c8eb18c
|
#62340 by chx, webchick, Jaza, Eaton, mathieu, and myself. Configurable node types.
|
2006-08-06 23:00:42 +00:00 |
Neil Drumm
|
cd430165d7
|
#73884 by RobRoy, various code cleanup.
|
2006-08-05 00:26:36 +00:00 |
Dries Buytaert
|
b138793b68
|
- Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)
|
2006-07-31 11:25:55 +00:00 |
Neil Drumm
|
c11c1c2800
|
#73605 by RobRoy, make hook_link() implementations consistent with documentation.
|
2006-07-19 07:15:35 +00:00 |
Neil Drumm
|
e616f2b580
|
#73748 by RobRoy, add a themeable wrapper for comments
|
2006-07-19 06:19:17 +00:00 |
Steven Wittens
|
dafb146b27
|
#74070: urlencode to drupal_urlencode()
|
2006-07-18 10:44:45 +00:00 |
Dries Buytaert
|
e4e416d1f7
|
- Patch #73351 by Kris, Goba et al: only display comment link in RSS, if applicable.
|
2006-07-13 12:29:15 +00:00 |
Dries Buytaert
|
58752cfaa2
|
- Patch #72284 by me:
+ reorganized ?q=admin/settings
+ deprecated the _settings hook
|
2006-07-10 19:27:52 +00:00 |
Neil Drumm
|
84bad29516
|
#72865 by AjK, use more standard is_numeric() instead of ctype_digit().
|
2006-07-10 18:00:37 +00:00 |
Neil Drumm
|
59aa2ae8e8
|
#71925 by Steven, remove # prefix from link array keys.
|
2006-07-04 08:59:05 +00:00 |
Neil Drumm
|
d048681f03
|
#63990 by Heine and chx, allow commenting on nodes containing forms
|
2006-07-02 20:24:17 +00:00 |
Neil Drumm
|
2a89ab89f9
|
#67745 by AjK, handle deleting non-existant comments better.
|
2006-07-02 02:59:21 +00:00 |
Neil Drumm
|
4f078eb274
|
#51556 by greggles, Fixing an inaccurate comment.
|
2006-05-20 08:14:09 +00:00 |
Dries Buytaert
|
1b291a2917
|
- Patch #18260 by Ber, m3averck et al: allow overriding of links returned by modules
|
2006-05-18 14:58:57 +00:00 |
Neil Drumm
|
9cff02e91b
|
#61802 by Zen, Double spaced sentences clean up
|
2006-05-07 00:08:36 +00:00 |
Neil Drumm
|
79598dc723
|
#61678 by Zen, Comment body validation should rely on fapi
|
2006-05-04 09:34:56 +00:00 |
Steven Wittens
|
546f5930a4
|
#58953: Flat collapsed mode and newest first order broken
|
2006-04-27 22:03:20 +00:00 |
Dries Buytaert
|
326f49b646
|
- Patch #58953 by tenrapid: critical bugfix: Flat Collapsed mode and Newest First order broken.
|
2006-04-24 18:42:53 +00:00 |
Gerhard Killesreiter
|
297ed741f8
|
#58221, Turn #after_build into a functions array in order to make validation of date fields possible. Patch by yched, tenrapid
Also makes forms API more consistent (see #pre_render)
|
2006-04-20 07:11:37 +00:00 |
Dries Buytaert
|
0484fcd1ed
|
- Patch #58921 by markus_petrux: critical bug: database error when rendering comments in PostgreSQL.
Tested with MySQL only!
|
2006-04-17 20:45:00 +00:00 |
Steven Wittens
|
8b04c7f0db
|
#51002: Admins could not see unpublished comments (plus minor usability enhancements for previewing/unpublished)
|
2006-04-15 04:07:18 +00:00 |
Gerhard Killesreiter
|
d6a164c400
|
#5371, drupal_get_destination, pager and tablesort array handling, patch by Steven
|
2006-04-13 08:25:27 +00:00 |
Gerhard Killesreiter
|
70aae83c8e
|
#58166, fixes for typos, patch by Uwe Herrmann
|
2006-04-11 11:33:15 +00:00 |
Steven Wittens
|
4c3fe45fe9
|
#56942: Comment cids should belong to the associated nid
|
2006-04-04 07:07:45 +00:00 |
Steven Wittens
|
57be840338
|
#57133: admin/comment needs to remember sort order in page
|
2006-04-04 01:26:05 +00:00 |
Steven Wittens
|
b3cb4f0d9b
|
#56346: XHTML validation error due to comment.module links
|
2006-03-30 17:23:29 +00:00 |
Gerhard Killesreiter
|
a76ee6c9ed
|
#34132, remove remnants of nodeapi('fields'), patch by myself
|
2006-03-28 06:12:15 +00:00 |
Steven Wittens
|
d6f15f3051
|
- #55666: Comment reply form anchor fixes
|
2006-03-27 08:08:31 +00:00 |
Gerhard Killesreiter
|
5885925b0d
|
#53348, Handling of deleted/blocked user accounts, patch by jreyero and Zen
|
2006-03-26 19:31:00 +00:00 |
Gerhard Killesreiter
|
0fad496ca0
|
#55622, Security threat -- any user can delete comments, patch by robertgarrigos
|
2006-03-24 11:38:00 +00:00 |
Gerhard Killesreiter
|
63b3fea2b3
|
#54687, Typo with page redirection upon login, patch by matt westgate
|
2006-03-20 16:40:06 +00:00 |
Dries Buytaert
|
f51bc544f2
|
- Patch #51142 by markus: hook_comment not called for all update operations.
|
2006-03-06 20:52:55 +00:00 |
Dries Buytaert
|
c54a0f575f
|
- Patch #51543 by wtanaka: clicking on 'add new comment' takes you to the wrong place.
|
2006-03-06 18:09:17 +00:00 |
Dries Buytaert
|
5de716f100
|
- Patch #50835 by markus: print message when replying to non-existing comment.
|
2006-03-04 18:01:54 +00:00 |
Gerhard Killesreiter
|
784202418f
|
#50771, Wrong user name in admin/comment, patach by Markus Petrux
|
2006-02-27 14:54:24 +00:00 |
Dries Buytaert
|
66576708a0
|
- Patch #51347 by eafarris: fixed typo: coment -> comment.
|
2006-02-26 19:52:09 +00:00 |
Dries Buytaert
|
3489651659
|
- Patch #46690 by Zen: 'user comments' -> 'comment settings'.
|
2006-02-26 19:47:55 +00:00 |