/[drupal]/drupal/modules/taxonomy/taxonomy.admin.inc
ViewVC logotype

Log of /drupal/modules/taxonomy/taxonomy.admin.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.83 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 8 11:19:02 2009 UTC (2 weeks, 3 days ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-10, HEAD
Changes since 1.82: +8 -8 lines
Diff to previous 1.82
#553326 by sun: Provide consistency to the way field UI is presented for taxonomy.

Revision 1.82 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 7 14:18:07 2009 UTC (2 weeks, 4 days ago) by webchick
Branch: MAIN
Changes since 1.81: +9 -2 lines
Diff to previous 1.81
#625460 by sun: Add input format to taxonomy term descriptions.

Revision 1.81 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 3 05:27:18 2009 UTC (3 weeks, 2 days ago) by webchick
Branch: MAIN
Changes since 1.80: +6 -6 lines
Diff to previous 1.80
#602522 by effulgentsia, sun, and moshe weitzman: Make links in renderable arrays and forms (e.g. 'Operations') alterable.

Revision 1.80 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 2 04:39:16 2009 UTC (3 weeks, 3 days ago) by webchick
Branch: MAIN
Changes since 1.79: +12 -2 lines
Diff to previous 1.79
#251255 by catch, Jody Lynn, and roychri: Fixed re-ordering bug when taxonomy overview form is saved.

Revision 1.79 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Oct 24 04:23:51 2009 UTC (4 weeks, 5 days ago) by webchick
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
#595876 by c960657: Fixed taxonomy term reordering (with tests).

Revision 1.78 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 16:18:46 2009 UTC (5 weeks, 6 days ago) by webchick
Branch: MAIN
Changes since 1.77: +2 -2 lines
Diff to previous 1.77
#216098 by kwinters, jgoldberg, drawk, sun: Make drupal_goto() use the same parameters as url().

Revision 1.77 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 14:34:07 2009 UTC (5 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.76: +1 -6 lines
Diff to previous 1.76
- Patch #567572 by catch: remove taxonomy synonyms in favor of a future Field API based solution.

Revision 1.76 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 12:44:36 2009 UTC (5 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.75: +2 -2 lines
Diff to previous 1.75
- Patch #470242 by yched, bjaspan: fixed namespacing for bundle names to avoid users rendering their site unusable.

Revision 1.75 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 15 12:13:45 2009 UTC (5 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.74: +6 -2 lines
Diff to previous 1.74
- Patch #604980 by sun: factored taxonomy_term_edit() away.

Revision 1.74 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 20:22:04 2009 UTC (6 weeks ago) by dries
Branch: MAIN
Changes since 1.73: +16 -2 lines
Diff to previous 1.73
- Patch #603702 by Xano: remove _taxonomy_term_select().

Revision 1.73 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 14 14:14:44 2009 UTC (6 weeks ago) by dries
Branch: MAIN
Changes since 1.72: +4 -2 lines
Diff to previous 1.72
- Patch #340652 by catch: added edit/delete terms permission per vocabulary.

Revision 1.72 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 9 01:00:05 2009 UTC (6 weeks, 6 days ago) by dries
Branch: MAIN
Changes since 1.71: +11 -7 lines
Diff to previous 1.71
- Patch #572618 by effulgentsia, pwolanin, sun: all theme functions should take a single argument. Code clean-up and performance improvement. Woot.

Revision 1.71 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 8 07:58:47 2009 UTC (7 weeks ago) by webchick
Branch: MAIN
Changes since 1.70: +93 -176 lines
Diff to previous 1.70
#412518 by catch, bangpound, and yched: Convert taxonomy_node_* to field API (with upgrade path). Say buh-bye to old, crusty code.

Revision 1.70 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 06:44:14 2009 UTC (2 months ago) by dries
Branch: MAIN
Changes since 1.69: +3 -6 lines
Diff to previous 1.69
Patch #579366 by sun, litwol | chx, Dries: simplified form API redirection handling. I can actually understand it now. ;-).

Revision 1.69 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 18 00:12:48 2009 UTC (2 months, 1 week ago) by webchick
Branch: MAIN
Changes since 1.68: +16 -19 lines
Diff to previous 1.68
#571086 by sun and merlinofchaos: Added a 'wrapper callback' that executes
before a form builder function, to facilitate common form elements. Clean-up
from form_builder changes from CTools patch. Has nice side-benefit of making
all form functions' signatures consistent.

Revision 1.68 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 5 15:05:04 2009 UTC (2 months, 2 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-9
Changes since 1.67: +4 -2 lines
Diff to previous 1.67
- Patch by #565496 by dropcube, pwolanin: changed Allow dynamic attaching of other types of stuff to render() structures.

Revision 1.67 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 31 20:44:22 2009 UTC (2 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.66: +16 -3 lines
Diff to previous 1.66
#471018 follow-up by sun: Apply generic pattern/js for hiding machine readable names to taxonomy vocabularies.

Revision 1.66 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 23 01:05:12 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.65: +3 -3 lines
Diff to previous 1.65
#542658 follow-up by sun: Move action 'tabs' out of local tasks and into local actions.

Revision 1.65 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 22 14:34:22 2009 UTC (3 months ago) by webchick
Branch: MAIN
Changes since 1.64: +12 -13 lines
Diff to previous 1.64
#326539 by JohnAlbin, sun, cha0s, ultimateboy, Rob Loach, Damien Tournoud: Convert 'class' attribute to use an array, not a string.

Revision 1.64 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Aug 4 06:50:07 2009 UTC (3 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.63: +1 -8 lines
Diff to previous 1.63
#526120 by catch: Remove the related terms feature from Taxonomy module. This can now be accomplished with Field API.

Revision 1.63 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 20 18:51:34 2009 UTC (4 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-8
Changes since 1.62: +16 -16 lines
Diff to previous 1.62
- Patch #521474 by bangpound, JuliaKM et al: rename admin/site-building to admin/structure.

Revision 1.62 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jul 11 14:25:41 2009 UTC (4 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.61: +2 -2 lines
Diff to previous 1.61
- Patch #516416 by lyricnz: fix broken links to taxonomy administration pages.

Revision 1.61 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jun 30 17:23:12 2009 UTC (4 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.60: +1 -2 lines
Diff to previous 1.60
#506316 by Bojhan: Remove utterly useless description on term name field.

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 29 14:24:57 2009 UTC (4 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.59: +3 -3 lines
Diff to previous 1.59
#504428 follow-up by keith.smith: Remove 'now' from all empty admin screen texts. Steve Krug would be proud.

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 16:05:58 2009 UTC (4 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.58: +4 -3 lines
Diff to previous 1.58
#504428 by Sutharsan: Include link to add item on all empty admin listing pages.

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 13:37:29 2009 UTC (4 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57
- Patch #201269 by Xano; synonym collapsing in core.

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jun 28 12:04:56 2009 UTC (4 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.56: +3 -6 lines
Diff to previous 1.56
- Patch #504390 by Xano: taxonomy form UI improvements.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 27 19:49:07 2009 UTC (4 months, 4 weeks ago) by dries
Branch: MAIN
Changes since 1.55: +14 -14 lines
Diff to previous 1.55
- Patch #502166 by catch: move taxonomy administration to admin/build.

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 20 18:32:04 2009 UTC (5 months ago) by dries
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
- Patch #490432 by mfb, catch, bangpound: taxonomy_form_vocabulary always returned error.

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 12 13:59:56 2009 UTC (5 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.53: +75 -3 lines
Diff to previous 1.53
- Patch #413192 by catch et al: make taxonomy terms fieldable (not to be confused with taxonomy terms as fields).

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 4 03:33:29 2009 UTC (5 months, 3 weeks ago) by webchick
Branch: MAIN
Changes since 1.52: +3 -3 lines
Diff to previous 1.52
#220233 by Berdir, marcingy, et al: Add useful API functions for extracting node type data.

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 24 17:39:35 2009 UTC (6 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-7
Changes since 1.51: +2 -2 lines
Diff to previous 1.51
- Patch #471070 by stella: millions of code style fixes.

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 12 08:37:45 2009 UTC (6 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50
- Patch #353069 by Moshe Weitzman, dmitrig01: make drupal_get_form() return unrendered forms.

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Apr 26 19:44:40 2009 UTC (7 months ago) by dries
Branch: MAIN
Changes since 1.49: +2 -2 lines
Diff to previous 1.49
- Patch #330748 by stBorchert: remove  from theme_pager*.

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 14:12:55 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.48: +28 -5 lines
Diff to previous 1.48
- Patch #302412 by Berdir: converted more of taxonomy module to the new database abstraction layer.

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 15 13:48:03 2009 UTC (7 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.47: +3 -3 lines
Diff to previous 1.47
- Patch #431130 by alienbrain: removed unused arguments in internal taxonomy functions.

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 14 20:13:27 2009 UTC (8 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-6
Changes since 1.46: +6 -6 lines
Diff to previous 1.46
- Patch #322344 by merlinofchaos, Frando, catch, sun: form improvements from Views.

Revision 1.22.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 25 12:53:24 2009 UTC (9 months ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-10, DRUPAL-6-11, DRUPAL-6-12, DRUPAL-6-13, DRUPAL-6-14
Changes since 1.22.2.2: +2 -2 lines
Diff to previous 1.22.2.2 , to branch point 1.22 , to next main 1.83
#310768 by bob_hirnlego, cdale: missing primary table and field specification in db_rewrite_sql() when called from taxonomy_overview_terms()

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 24 16:48:18 2009 UTC (9 months ago) by dries
Branch: MAIN
Changes since 1.45: +2 -2 lines
Diff to previous 1.45
- Patch #373775 by sog_hadgraft: adjusted queries to confirm coding standards.

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 13 05:42:24 2009 UTC (9 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-5
Changes since 1.44: +22 -28 lines
Diff to previous 1.44
#367696 by drumm: Simplify the vocabulary edit form.

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Feb 3 18:55:31 2009 UTC (9 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.43: +3 -3 lines
Diff to previous 1.43
- Patch #355236 by Frando: refactor drupal_render() theming.

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 28 01:09:58 2009 UTC (9 months, 4 weeks ago) by webchick
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
#346156 by stBorchert, swentel, and catch: Fix deletion of terms (with tests).

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 14 21:16:20 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-4
Changes since 1.41: +4 -4 lines
Diff to previous 1.41
- Patch #225562 by Jody Lynn et al: clean up of the taxonomy module SQL table namespace.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 22:41:39 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.40: +4 -4 lines
Diff to previous 1.40
- Rollback of #225562 -- I think there is still something wrong.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 13 22:25:12 2009 UTC (10 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.39: +4 -4 lines
Diff to previous 1.39
- Patch #225562 by Jody Lynn:  change DB table names from eg. term_data to taxonomy_term_data.

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 30 16:43:19 2008 UTC (10 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.38: +2 -2 lines
Diff to previous 1.38
- Patch #352470 by scor: fixed typos and grammar in comments.

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Dec 19 03:55:23 2008 UTC (11 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.37: +2 -2 lines
Diff to previous 1.37
- Patch #323528 by jhedstrom: fixed alias usage in queries for PostgreSQL.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 13 08:13:56 2008 UTC (12 months, 1 week ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-3
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
#332145 by catch and Arancaytar: Fix regression on term submit form.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 9 00:58:03 2008 UTC (12 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.35: +3 -2 lines
Diff to previous 1.35
#314147 follow-up by catch: Fixed typos with previous patch, and added tests.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 14:08:11 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.34: +9 -8 lines
Diff to previous 1.34
- Patch #314147 by catch: more taxonomy standardization.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 5 12:47:23 2008 UTC (12 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.33: +25 -24 lines
Diff to previous 1.33
- Patch #329140 by catch, pwolanin: improve consistency of vocabulary API and term API.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 2 14:42:45 2008 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.32: +3 -2 lines
Diff to previous 1.32
- Patch #306224 by catch et al: improving the taxonomy hook system.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 29 10:08:52 2008 UTC (12 months, 3 weeks ago) by dries
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
- Patch #319666 by Dave Reid: remove unnecessary boolean ternary conditaionals.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 14 20:44:57 2008 UTC (13 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.30: +2 -2 lines
Diff to previous 1.30
- Patch #320747 by lilou, UltimateBoy: removed double semicolons.

Revision 1.22.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 8 14:23:59 2008 UTC (13 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-5, DRUPAL-6-6, DRUPAL-6-7, DRUPAL-6-8, DRUPAL-6-9
Changes since 1.22.2.1: +2 -2 lines
Diff to previous 1.22.2.1 , to branch point 1.22
#268584 by agentrickard, Dries, Rob Loach, webchick: move to a 100 terms per page default for the taxonomy administration pages, since with the current 10 default, the drag and drop ordering is not useful at all.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Oct 6 23:15:32 2008 UTC (13 months, 2 weeks ago) by webchick
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-2
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
#268584 by agentrickard, Rob Loach, and catch: Add a hidden variable for the number of terms displayed on the term admin page.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Sep 19 20:25:03 2008 UTC (14 months ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-7-0-UNSTABLE-1
Changes since 1.28: +13 -36 lines
Diff to previous 1.28
- Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 11 19:47:40 2008 UTC (14 months, 2 weeks ago) by webchick
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
#302440 by Benjamin Melançon, catch, asimmonds, pp: Fix PDOException error on empty terms list.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jul 16 21:59:28 2008 UTC (16 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.26: +8 -8 lines
Diff to previous 1.26
- Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now printes #markup, not #value.

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jun 12 19:07:36 2008 UTC (17 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
- Patch #268914 by catch: small usability improvements to taxonomy and content type overview pages.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Apr 14 17:48:42 2008 UTC (19 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.24: +16 -16 lines
Diff to previous 1.24
- Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long discussion we've decided to make the concatenation operator consistent with the other operators.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 14 18:41:16 2008 UTC (21 months, 1 week ago) by dries
Branch: MAIN
Changes since 1.23: +13 -4 lines
Diff to previous 1.23
- Patch #163297 by pwolanin et al: remove $_POST from taxonomy module's form handling.

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 8 02:52:39 2008 UTC (21 months, 2 weeks ago) by dries
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
- Patch #217508 by keith et al: fixed writing style of output messags.

Revision 1.22.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Feb 7 20:46:57 2008 UTC (21 months, 2 weeks ago) by goba
Branch: DRUPAL-6
CVS Tags: DRUPAL-6-0, DRUPAL-6-0-RC-4, DRUPAL-6-1, DRUPAL-6-2, DRUPAL-6-3, DRUPAL-6-4
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
#217508 by boydjd, Pancho, keith.smith: incorrect and misleading of use i.e., where e.g. should have been used

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 3 19:27:56 2008 UTC (21 months, 3 weeks ago) by goba
Branch: MAIN
Branch point for: DRUPAL-6
Changes since 1.21: +2 -2 lines
Diff to previous 1.21
#217324 by Takafumi: trivial missing t() in taxonomy module

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 8 10:35:42 2008 UTC (22 months, 2 weeks ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-2, DRUPAL-6-0-RC-3
Changes since 1.20: +20 -20 lines
Diff to previous 1.20
#207569 by ScoutBaker (minor code style): clean up @see usage in phpdoc blocks

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 22 23:24:25 2007 UTC (23 months ago) by goba
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19
#203274 by Pasqualle: remove excessive witespace from our code (minor)

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 16:17:37 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-RC-1
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
One remaining button titled 'Submit' which slipped through the taxonomy drag and drop patch

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 15:40:43 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.17: +7 -7 lines
Diff to previous 1.17
#201333 by keith.smith and myself: fix typos in taxonomy form, also fix a few code comments

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 10:31:27 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16
#99947 by neclimdul, Sutharsan, keith.smith: forum module help text and form description update, removing reference to other forum software as well

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 19 10:13:16 2007 UTC (23 months, 1 week ago) by goba
Branch: MAIN
Changes since 1.15: +2 -3 lines
Diff to previous 1.15
#198865 by sign: taxonomy term deletion was broken due to some leftover code

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 8 14:06:22 2007 UTC (23 months, 2 weeks ago) by goba
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
#198579 by webernet and hswong3i: a huge set of coding style fixes, including:
 - whitespaces at end of lines
 - indentation
 - control structure usage
 - whitespace in empty lines
 - phpdoc comment formatting

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 10:29:20 2007 UTC (23 months, 4 weeks ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-4
Changes since 1.13: +21 -21 lines
Diff to previous 1.13
- Patch #162381 by Heine et al: properly escape strings.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 20:58:28 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.12: +20 -8 lines
Diff to previous 1.12
#193333 follow up by quicksketch: only show submit button and weight if there is more than one vocabulary

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 19:46:52 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.11: +558 -46 lines
Diff to previous 1.11
#193333 by quicksketch et al: taxonomy drag and drop support

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 13:34:55 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10
- Removing excessive whitespace.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 12:32:21 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.9: +16 -10 lines
Diff to previous 1.9
#194277 by catch: allow contribs to override taxonomy selector forms (with improved performance)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 20 15:31:34 2007 UTC (2 years ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-3
Changes since 1.8: +8 -8 lines
Diff to previous 1.8
- Patch #190497 by catch et al: taxonomy module help page improvements.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 20 13:24:54 2007 UTC (2 years ago) by dries
Branch: MAIN
Changes since 1.7: +60 -47 lines
Diff to previous 1.7
- Patch #192242 by catch, quicksketch, webchick, keith et all: usability improvements for the vocabulary/term forms.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 12 19:06:33 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
#191104 by keith.smith: (usability) change occurances of node to 'post' and 'content' as appropriate

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 8 16:23:17 2007 UTC (2 years ago) by goba
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
#189936 by mlsamuelson: remove pointless links to taxonomy help page from form labels and descritions for consistency

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 2 16:15:56 2007 UTC (2 years, 1 month ago) by dries
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-2
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
- Patch #169982 by moshe, eaton, bjaspan, nedjo, yched, et al: missing feature from schema API: load/save records based upon schema.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 19:02:57 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
Changes since 1.3: +30 -16 lines
Diff to previous 1.3
#141470 by chx: usability - add pager to taxonomy form, which makes this usable for freetagging vocabularies

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 13 07:54:27 2007 UTC (2 years, 2 months ago) by goba
Branch: MAIN
CVS Tags: DRUPAL-6-0-BETA-1
Changes since 1.2: +11 -2 lines
Diff to previous 1.2
#174254 by pwolanin: Taxonomy term pages need proper titles

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 2 10:25:21 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1
- Patch #162829 by swentel and bennybobw: fixed problem with saving taxonomy terms.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 30 20:33:48 2007 UTC (2 years, 3 months ago) by dries
Branch: MAIN
- Patch #161182 by Crell: split up taxonomy module.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2