Commit Graph

38 Commits (068adf05b53e4dd4715c5f23a9455d9d3af65e84)

Author SHA1 Message Date
Angie Byron b4c737a2a5 #287178 by justinrandell: Break up various hook_form_alter()s to hook_form_FORM_ID_alters(). 2009-01-22 03:11:54 +00:00
Dries Buytaert 18d22419f3 - Patch #339929 by Moshe et al: move node links into ->content. 2008-12-16 22:05:51 +00:00
Dries Buytaert 8ad5cba994 - Patch #344661 by Dave Reid: API doc improvements for hook_translation_link_alter. 2008-12-09 11:36:04 +00:00
Dries Buytaert c0cb68abcc - Patch #319356 by recidive: clean up hook_nodeapi_ fucntion signatures and documentation because of previous node API clean-ups. 2008-12-09 11:30:25 +00:00
Dries Buytaert bd108c7f10 - Patch #299778 by hswong3i, Arancaytar, Dave Reid et al: code clean-up. 2008-11-11 16:49:38 +00:00
Angie Byron 031556daf1 #314244 follow-up by nedjo: Remove op for prepare translation. 2008-10-09 18:32:47 +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
Angie Byron c9c35d2d58 #260372 by andershal and nedjo: Fix count bug in translation deletion logic. 2008-10-09 04:32:34 +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 553d8885bd - Patch #287949 by Freso, Damien Tournoud: keep language icons in consistent order across nodes. 2008-08-16 21:36:57 +00:00
Dries Buytaert b6e8e391da - Patch #226880 by hswong3i: made SQL ANSI compliant. 2008-07-22 20:06:02 +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 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 1dfd1717c1 - Patch #240387 by matt2000 et al: move 'content types' to 'site building' per the UMN usability study results. 2008-04-06 18:50:12 +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
Gábor Hojtsy 7a388c3f70 #206881 by ScoutBaker: (minor) fix whitespace at TRANSLATION_ENABLED, so the phpdoc shows up properly 2008-01-28 11:38:58 +00:00
Gábor Hojtsy 6ab877faf1 #206021 by dropcube and myself: language content type settings were not properly namespaced 2008-01-09 11:51:54 +00:00
Gábor Hojtsy 27b7db8d77 #203660 by keith.smith: missing 'a' tag name in 'a href=' 2007-12-25 10:18:14 +00:00
Gábor Hojtsy 4c990fb7cc #189880 by keith.smith based on initial suggestions from O Govinda: much better help texts and descriptions for locale module, actually explaining its extended feature set in Drupal 6. 2007-12-18 16:27:44 +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 5bb6927e18 #196410 report by daniel.soneira, patch by myself, tested by Freso: several fixes to url() generation and path aliasing, fixing path aliases for node paths and front page links in themes 2007-12-05 16:34:07 +00:00
Gábor Hojtsy aa5b27d807 #172584 by myself, keith.smith, yoroy, O Govinda and catch: help text for content translation module 2007-11-11 11:24:27 +00:00
Gábor Hojtsy a66560bfb2 #172584 sidetrack issue patch by myself: tnid was not put properly into the node form, so translation workflow was not working 2007-11-09 17:47:29 +00:00
Gábor Hojtsy d451458d28 #190670 by myself: alias node table for query rewrites 2007-11-09 12:37:30 +00:00
Gábor Hojtsy e78b7890c5 #181577 by Crell: split up translation module 2007-10-16 09:15:19 +00:00
Dries Buytaert ab1715750a - Patch #172961 by webernet: code style cleanup. 2007-09-05 08:42:02 +00:00
Gábor Hojtsy 4e0071fb8a #111127 rollback by chx, slightly extended: roll back node_load cache, it needs more thought and discussion, so postponed until at least Drupal 7 2007-08-30 15:31:46 +00:00
Gábor Hojtsy 56e5ff5882 small but annoying wording typo noticed by chx: translation_node_get_translations() actually loads partial nodes only 2007-08-26 16:06:35 +00:00
Gábor Hojtsy acb285576c #111127 follow up patch by chx, slightly modified: properly wipe the translation set node_load caches when a set is updated 2007-08-26 13:49:27 +00:00
Gábor Hojtsy 801756e7e6 #111127 by chx: cache node_load(), so heavy operations loading data from external sources and only invoked once (note that you should do everything dynamic in the view op, not the load op) 2007-08-25 09:25:49 +00:00
Dries Buytaert b134b023e1 - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. 2007-08-12 15:55:36 +00:00
Gábor Hojtsy 806d0a3dee #156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes 2007-07-05 08:48:58 +00:00
Gábor Hojtsy b5cdf535f4 #156429 by GreenMother: kill notices if form ID does not exist 2007-07-03 16:27:51 +00:00
Dries Buytaert ee701b3336 - Patch #155986 by Uwe: fixed typos. 2007-07-02 14:41:37 +00:00
Dries Buytaert c11cb4ec24 - Patch #120360 by nedjo: enable AJAX by making all behaviours reattachable. 2007-07-01 15:37:10 +00:00
Gábor Hojtsy a3d75e547f #141996 by Jose A Reyero and myself: translation block to switch interface languages by default, and even content languages, when a translation module provides the alternate links 2007-06-30 21:00:51 +00:00
Gábor Hojtsy 9e6ef53c2c #154064 by pwolanin: get hook_help() up to speed to menu changes, allowing router path based lookups, and also full path argument lookup with a passed argument array 2007-06-30 19:46:58 +00:00
Gábor Hojtsy 85805096f7 #142280 by Jose A Reyero, yched and myself: Content translation support built on the existing node language feature 2007-06-15 18:40:14 +00:00