Commit Graph

434 Commits (f1fda0f0364d0af37d56e4481090b3833724074b)

Author SHA1 Message Date
Angie Byron f76acb2d9d #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. 2008-10-12 04:30:09 +00:00
Angie Byron 65006002ed #162678 by robertDouglass, catch, and Damien Tournoud: Add static caching for 2008-10-11 16:04:29 +00:00
Angie Byron d59ba41f65 #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions to allow for localization of permission names 2008-10-09 15:15:55 +00:00
Dries Buytaert 87567f8916 - Patch #310212 by justinrandell: killed in _node hook, as well as twelve sable tooth tigers. 2008-10-06 12:55:56 +00:00
Dries Buytaert 9f3d9f1115 - Patch #161301 by Eaton, Sun, moshe and webchick: make checking for node edit forms easier. DX improvement. 2008-09-27 20:37:01 +00:00
Angie Byron 991ff539c3 #296910 by catch and webchick: Add reset parameter to taxonomy_vocabulary_load(). 2008-09-24 18:42:00 +00:00
Angie Byron 9bc36524f2 #244662 by solotandem and catch: Fix taxonomy_vocabulary_load() when called multiple times. 2008-09-24 02:59:42 +00:00
Dries Buytaert fa8abcbf3b - Patch #305740 by catch, Benjamin Melançon: added an edit tab to taxonomy term pages. 2008-09-19 20:25:03 +00:00
Angie Byron dae71fe862 #190850 by Poetro and Robin Monks: Replace hard-coded taxonomy links by taxonomy_term_path(). 2008-09-19 02:43:40 +00:00
Dries Buytaert ccf1af94fa - Patch #245329 by christefano and dmitrig01: code comment love. 2008-07-24 16:25:19 +00:00
Dries Buytaert 66d6743924 - Patch #277214 by lilou, dereine, Damien Tournoud et al: all menu loaders should return FALSE on object not found. 2008-07-18 07:26:45 +00:00
Dries Buytaert 3c81924d7e - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should use = instead of LIKE. 2008-06-28 19:51:02 +00:00
Dries Buytaert 9a432420dc - Patch #268204 by aclight: fixed E_NOTICE. 2008-06-09 07:28:35 +00:00
Dries Buytaert 89f115c4f5 - Patch #169899 by Island Usurper: taxonomy caching not always working. 2008-06-07 13:41:48 +00:00
Dries Buytaert 2e18cb8924 - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, flobruit
et al.  Can you say 'registry'?  Drupal now maintains an internal registry of
  all functions or classes in the system, allowing it to lazy-load code files as
  needed (reducing the amount of code that must be parsed on each request). The
  list of included files is cached per menu callback for subsequent loading by
  the menu router. This way, a given page request will have all the code it needs
  but little else, minimizing time spent parsing unneeded code.
2008-05-06 12:18:54 +00:00
Dries Buytaert 21576021bf - Patch #249546 by pwolanin: rip menu access inheritance -- was already committed to D6. 2008-04-23 20:01:56 +00:00
Dries Buytaert 56d2664a90 - 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. 2008-04-14 17:48:46 +00:00
Dries Buytaert 342ec71963 - Patch #226878 by boydjd: fixed coding standards. 2008-03-02 05:58:40 +00:00
Dries Buytaert 584f3e886a - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide descriptions for permissions on the permission administration page. 2008-02-20 13:46:43 +00:00
Dries Buytaert 01a4c0d827 - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the real PHP5 clone(). 2008-02-17 19:29:07 +00:00
Gábor Hojtsy 8eb3ba596a #214579 by keith.smith: vocabulary drag and drop was not properly documented (string change) 2008-01-27 17:55:15 +00:00
Dries Buytaert d0d3e6110f - Patch #206495 by jvandyk: improved consistency of trigger descriptions. 2008-01-15 08:00:24 +00:00
Gábor Hojtsy 4157a521e0 #199373 report by avskip, patch by myself, testing by keith.smith: forum node type was not re-added to the forum vocabulary when the module is re-enabled (after being disabled) 2007-12-31 16:58:34 +00:00
Gábor Hojtsy ac4c8f7ab0 #203274 by Pasqualle: remove excessive witespace from our code (minor) 2007-12-22 23:24:26 +00:00
Gábor Hojtsy a806b7bc39 #202473 by keith.smith: three more typos fixed 2007-12-19 22:18:15 +00:00
Gábor Hojtsy c3c0e73c05 #201344 by catch: fix a spelling error in taxonomy module 2007-12-19 14:43:59 +00:00
Gábor Hojtsy b6532a4fdb #200069 by keith.smith: new standard for 'more information' links in module help texts, as the handbook we referred to before was renamed 2007-12-14 18:08:50 +00:00
Gábor Hojtsy f031f0563c #180301 by pwolanin: taxonomy term pages did not have their argument reflected in the menu hook 2007-12-14 11:19:39 +00:00
Gábor Hojtsy c6d841c096 #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, update to drag and drop functionality, drupal.module removal, etc 2007-12-13 09:34:40 +00:00
Gábor Hojtsy c073e88c56 #199640 by webernet: (usability) add option to select no taxonomy term in multiselect forms, not to rely on browser trickery 2007-12-10 21:54:10 +00:00
Gábor Hojtsy 5622bce2d5 #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
2007-12-08 14:06:23 +00:00
Gábor Hojtsy e3ce199fc2 #198321 by ulhume: recent security update had the arguments order wrong in db_query_range() 2007-12-06 10:20:07 +00:00
Gábor Hojtsy d83289f857 #196667 (GHOP 45) by fberci: add '@ingroup themeable' to all themeable functions 2007-12-06 09:58:34 +00:00
Gábor Hojtsy aa6f1c8315 Drupal 6.0 beta 4 2007-12-05 21:18:29 +00:00
Dries Buytaert 7a47bef514 - Patch #162381 by Heine et al: properly escape strings. 2007-11-28 10:29:21 +00:00
Gábor Hojtsy e6a88be5d1 #193333 by quicksketch et al: taxonomy drag and drop support 2007-11-26 19:46:52 +00:00
Dries Buytaert 2f0657bc3d - Removing excessive whitespace. 2007-11-23 13:34:55 +00:00
Gábor Hojtsy 7755003386 #194277 by catch: allow contribs to override taxonomy selector forms (with improved performance) 2007-11-23 12:32:21 +00:00
Gábor Hojtsy aef264dfb6 #192887 by webernet: fix notice displayed on node form, when node has no taxonomy property 2007-11-22 13:18:01 +00:00
Dries Buytaert 54732ddf69 - Patch #190497 by catch et al (follow up): taxonomy module help page improvements. 2007-11-20 15:53:59 +00:00
Dries Buytaert 9a6fa67c25 - Patch #190497 by catch et al: taxonomy module help page improvements. 2007-11-20 15:31:34 +00:00
Gábor Hojtsy 84b5fd5eeb #192209 by catch, webchick et al: use the 'taxonomy' word instead of the more confusing 'categories' 2007-11-19 18:26:11 +00:00
Dries Buytaert 8ebc345b9d - Patch #191914 by chx: you cannot add user/register to a menu. Also removed some whitespace. 2007-11-17 14:25:23 +00:00
Gábor Hojtsy c47dfc3f8c #163728 follow up comment wrapping to 80 columns by myself 2007-11-14 13:39:58 +00:00
Gábor Hojtsy 21ce2aa7ef #163728 by yasheshb and Desbeers: taxonomy data was lost on node preview 2007-11-14 13:32:58 +00:00
Dries Buytaert 073eb45833 - Patch #191073 by Keith: another good string cleanup by Keith. (Also removed some trailing whitespace.) 2007-11-11 06:56:44 +00:00
Gábor Hojtsy e0c7c0e35e #180109 by JirkaRybka: overcome browser quirk to detect when no taxonomy term was selected 2007-11-06 10:01:52 +00:00
Gábor Hojtsy 6af0c30d14 #180719 by sun and JirkaRybka: standardize on displaying the term description on term pages and feeds, but only if there was one term, not more 2007-11-04 15:10:09 +00:00
Gábor Hojtsy a6407c2a24 #185124 by JirkaRybka: fix notices in taxonomy module displayed on 404 pages 2007-11-04 14:46:11 +00:00
Gábor Hojtsy f45df0065e #100570 by keith.smith: break long sentence into two and generally standardize on a common format in taxonomy help text when describing different use cases 2007-10-27 13:39:07 +00:00