Dries Buytaert
87e5399a9e
- Patch #19621 by Morbus/drumm: fixed bugs with taxonomy_save_xxx() functions.
...
TODO: update image module too?
2005-07-18 19:31:16 +00:00
Dries Buytaert
2895357de0
- Modified patch #25031 by chx: modified node_list() so one has both the module and its type.
...
TODO: update migration page in handbook.
2005-07-17 20:57:43 +00:00
Dries Buytaert
160a1e0ef8
- Patch #25634 by chx: simplified node_load().
2005-07-17 18:29:32 +00:00
Dries Buytaert
58aee8cdad
- Patch #25603 by Stefan: made the sizes of forms consistent.
...
TODO: document the defaults in the PHPdoc comments.
2005-06-27 18:33:33 +00:00
Dries Buytaert
8436082fe1
- Removing some whitespace
2005-06-06 14:07:04 +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
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
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
2b1664bc66
- Patch #16452 by chx: made it possible to rewrite some taxonomy queries.
2005-05-21 21:32:54 +00:00
Dries Buytaert
a31b1b3876
- Patch #7684 by MrRoot/grohk: order taxonomy terms by vocabulary weight, then term weight.
2005-05-21 12:15:54 +00:00
Dries Buytaert
4bedad588c
- Patch #22469 by mathias: added missing DISTINCT()s to two SQL queries.
2005-05-21 11:35:45 +00:00
Dries Buytaert
85cbb1be6e
- Modified patch #22878 by Junyor: made all terms on the taxonomy overview page links to the taxonomy term list page.
2005-05-14 21:40:42 +00:00
Steven Wittens
89ae34de47
- #19621 : More sensible status messages for forum admin ("created forum" instead of "created term").
2005-05-07 01:48:06 +00:00
Dries Buytaert
1261364dd1
- Patch #21751 by crunchywhelch: added missing check_plain() when emitting the <category>-tag in RSS feeds.
2005-05-02 08:21:41 +00:00
Dries Buytaert
a76a1e1f3f
- Patch 20910 by chx: centralize print theme page.
2005-04-24 16:34:36 +00:00
Dries Buytaert
3bbf1d39e2
- Patch #20561 by Morbus: free tagging doesn't support taxonomy_node_form $name.
2005-04-16 11:49:27 +00:00
Dries Buytaert
1c83d51741
- Patch by Adrian: postgresql fixes
2005-04-14 19:37:11 +00:00
Dries Buytaert
dea2bd2123
- Modified patch by mikeryan: make it possible to administer system vocabularies.
2005-04-12 19:18:57 +00:00
Dries Buytaert
444cf78ee5
- Patch by Morbus: added missing taxonomy_node_delete().
2005-04-12 05:09:13 +00:00
Dries Buytaert
bf9d98d664
- Patch #19697 by Morbus: FOLKSONOMY.
...
This patch adds folksonomy support to Drupal (named internally as "Free tagging"). In a nutshell, the core difference is the input method: unlike normal taxonomies which are administratively controlled, a "free tagging" vocabulary allows tag creation when the node is submitted. It does this through an text input box, as opposed to a dropdown or selectbox. This patch:
* Removes the useless "Preview form" of a vocabulary.
* Alters the vocabulary table to include a new "tags" column.
* Adds a new "Free tagging" preference on vocabulary creation/editing.
* Modifies the vocabulary overview to support pagers for free tagging vocabs.
The new code integrates tightly with the existing taxonomy code. The only additional processing occurs on node save and edit, where we parse through the tags associated with a node. All other display (and thus, code) remains the same.
2005-04-08 14:59:14 +00:00
Dries Buytaert
7d3d5532df
- Fixed warning.
2005-04-07 20:09:36 +00:00
Steven Wittens
0f79c1e946
- Improve recursion in taxonomy_get_tree() (Morbus)
2005-04-06 04:48:39 +00:00
Dries Buytaert
9660db2c4e
- Patch #19888 by jhriggs: fixed terms getting lost upon preview.
2005-04-03 09:27:01 +00:00
Dries Buytaert
a3e9b35afc
- Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook.
2005-04-01 15:55:02 +00:00
Steven Wittens
be14203534
- #18817 : Clean up plain-text checking (see drupal-devel!)
2005-03-31 09:25:33 +00:00
Dries Buytaert
77a5d783f2
- Patch #19193 by CodeMonkeyX: made taxonomy_select_nodes() return node titles.
2005-03-21 20:58:56 +00:00
Steven Wittens
4fee0bdbec
- #13550 : Prettier RSS discovery URLs for taxonomy pages.
2005-03-18 08:25:07 +00:00
Dries Buytaert
032544cf08
- Patch #18861 by nkurz: fixed logic error in taxonomy_node_save().
...
(Not sure how/when it triggered.)
2005-03-15 21:18:19 +00:00
Dries Buytaert
1c4419c439
- Patch #18696 by Morbus: one '(' too much in taxonomy_term_count_nodes().
2005-03-13 21:20:51 +00:00
Steven Wittens
d16e18f9bb
- Incorrectly filled in %name
2005-03-03 21:07:37 +00:00
Steven Wittens
198ec98f75
#18329 : Unify confirmation messages (and make them themable)
2005-03-03 20:51:27 +00:00
Dries Buytaert
96211c616e
- Patch #17955 by Neil: there was a subtle difference between form_select() and whatever taxonomy was doing.
2005-03-03 20:38:18 +00:00
Dries Buytaert
03374fc0f6
- Patch #17897 by Neil: changed the order of the joins so that a vocabulary which is not associated with any node types doesn't disappear. Also removed a centered column that shouldn't be hard coded and, IMO, looked rather weird.
2005-03-03 19:18:19 +00:00
Dries Buytaert
cc78d6c8cf
- Fixed PHP warnings.
2005-03-01 21:13:46 +00:00
Dries Buytaert
c77153f19a
- Removed dumb taxonomy block (based on DrupalCon feedback).
2005-03-01 20:43:59 +00:00
Dries Buytaert
39adda1687
- Patch #17747 by Adrian: more PostgreSQL fixes. Committed part of the patch:
...
1. Removed a duplicate line from the changes to update.inc.
2. Excluded the session.inc changes: they did not make sense to me.
3. Excluded the search related changes in the node and search module. According to Steven these are not correct.
2005-02-27 15:40:35 +00:00
Dries Buytaert
1e15bed312
- Patch #17687 by Gerhard: removed some cruft.
2005-02-21 19:47:44 +00:00
Steven Wittens
d56cf2b59c
#10296 : Clean up admin - content:
...
- Mass-delete functionality (with confirmation)
- Flexible filtering for the overview table based on status, type and taxonomy.
- Missing drupal_goto's
- Clean up watchdog messages
- Remove some dead code
2005-02-02 00:55:59 +00:00
Dries Buytaert
fbec279e4c
- Patch #16246 by Moshe: added mechanism to direct the user back to the referring page after completing a form.
...
(Moshe: the patch against node.module failed to apply.)
2005-02-01 19:45:58 +00:00
Dries Buytaert
7931c778d7
- Patch #16513 by James (slightly modified): export categories and enclosures to RSS feeds (and made RSS feeds extensible).
...
NOTE: this needs to be documented.
2005-02-01 14:09:31 +00:00
Dries Buytaert
993ea0c6c5
- Patch #16111 by chx: generalized node_rewrite_query to db_rewrite_query.
2005-01-29 22:02:37 +00:00
Dries Buytaert
92320b2b21
- Patch #10425 by ccourtne and walkah: added admin screens to maintain forums instead of forcing the user to add a taxonomy.
2005-01-28 15:47:03 +00:00
Dries Buytaert
e941b2060c
- Consistency: 'deleted' -> 'Deleted'.
2005-01-27 22:47:08 +00:00
Dries Buytaert
7bdca92aad
- Patch #6847 by Gerhard: replaced vocabulary->nodes by a separate table and tidied up the taxonomy API a bit. This fixes a number of issues.
2005-01-19 16:22:52 +00:00
Steven Wittens
09bd156ba2
- Fix tracker pager count query being wrong (it did not return a count but a set, and it counted nodes with more than 1 comment as multiple nodes).
...
- Clean up various SQL queries: removing literally inserted data (db_escape_string is evil!), fixing single "%" which should be "%%", fixing integers being compared as strings.
2005-01-19 01:46:25 +00:00
Steven Wittens
e7edb55d63
- The real code fixes ;)
2005-01-17 19:00:03 +00:00
Steven Wittens
a1579a3aee
- Reversing bad commit, sorry everyone.
2005-01-17 18:56:11 +00:00
Steven Wittens
b45bd13d44
- Various code style fixes
2005-01-17 00:41:35 +00:00
Dries Buytaert
971a0e24aa
- Patch #14731 by chx: made it possible to rewrite node queries.
2005-01-16 18:44:49 +00:00
Dries Buytaert
5049c3e1e4
- Reorganized the code a bit
2004-12-28 22:42:47 +00:00