Commit Graph

7447 Commits (b996a7d30d002c160246624c882d8188efd3aa9b)

Author SHA1 Message Date
Gábor Hojtsy b996a7d30d by hswong3i: when inserting values into VARCHAR fields, we should use quotes, even if the values are numbers 2007-08-07 08:32:43 +00:00
Gábor Hojtsy 893b0fbd5c by Ralf Stamm: fix some E_NOTICE errors in color module 2007-08-06 12:54:39 +00:00
Gábor Hojtsy 0f33e78ded by dmitrig01: remove trailing PHP closing tags, which were causing problems 2007-08-06 10:28:42 +00:00
Gábor Hojtsy c35b832b82 by oadaeh: adding missing phpdoc @code tag 2007-08-06 10:25:56 +00:00
Dries Buytaert fbd7a0bdc3 - Patch by flevour: typo in SQL query. 2007-08-05 16:13:31 +00:00
Gábor Hojtsy b2ebf5d180 by pwolanin: fix call time pass by reference warning 2007-08-04 21:24:32 +00:00
Gábor Hojtsy ffa40a9be3 by pwolanin: fix MySQL error when moving menu links, not applicable to PostgreSQL 2007-08-04 13:58:06 +00:00
Gábor Hojtsy 086385c2a8 by mooffie: native language names were not shown in the predefined language dropdown for RTL languages 2007-08-04 13:08:17 +00:00
Dries Buytaert 3488a1ed44 - Patch by dvessel: more forum template massaging. 2007-08-03 06:07:52 +00:00
Dries Buytaert f1d2f5a18d - Patch by Steef and drewish: split image.inc into image.inc and image.gd.inc and improved the documentation. 2007-08-02 20:19:02 +00:00
Dries Buytaert c70b19a91b - Patch by Eaton and Frando: fix default page.tpl markup (and removed some whitespace). 2007-08-02 20:08:53 +00:00
Dries Buytaert bb7d1395bc - Patch by profix898: fixed 4 E_ALL notices. 2007-08-02 10:58:41 +00:00
Dries Buytaert d31f65a93c - Patch by merlinofchaos: poll module cleanup + tplified the module. 2007-08-02 10:46:53 +00:00
Dries Buytaert 79d8390f90 - Patch by dvessel: tplified user.module. 2007-08-02 10:41:26 +00:00
Dries Buytaert 99276849da - Patch by dvessel: tplify profile module. 2007-08-02 10:36:42 +00:00
Dries Buytaert fe7faf76c2 - Patch by swentel and bennybobw: fixed problem with saving taxonomy terms. 2007-08-02 10:25:21 +00:00
Dries Buytaert bf7a70f98c - Patch by AjK: fixed E_NOTICE 2007-08-02 10:22:45 +00:00
Dries Buytaert 99de8bcb50 - Patch by bennybobw: split upload module. 2007-07-30 22:53:10 +00:00
Dries Buytaert d746d35a8f - Patch by Robert Douglas: removing dead code. 2007-07-30 21:27:34 +00:00
Dries Buytaert 8dfc0e5ad7 - Patch by Crell: split up taxonomy module. 2007-07-30 20:33:48 +00:00
Dries Buytaert 2c3864d3c7 - Patch by Eaton: make multi-site installations work again. 2007-07-30 19:22:47 +00:00
Dries Buytaert c33da7d51c - Patch by Crell: fixed typo. 2007-07-30 18:23:25 +00:00
Dries Buytaert e7f195bbee - Patch by pwolanin et al:
* Removes the hard-coded 'book' type and perform all node actions
      equally on any node type via hook_nodeapi.
    * Achieves 100% integration with the menu system.  Improves
      performance of book rendering.
    * All the algorithms have been changed to use the tree data structure
      returned by the menu system.
    * Added support for 'multiple books'.
    * Some UI improvements.

  This is a momumental patch that took 69 iterations. Although there is
  room for improvement, this is a big step forward.  Thanks for the
  persistence, pwolanin.
2007-07-30 18:20:21 +00:00
Dries Buytaert 7b682ae9f8 - Patch by profix898: cleanup ip_address() code. 2007-07-29 21:04:03 +00:00
Dries Buytaert 80ff5109a7 - Patch by Eaton and Earl: add support for image buttons to FAPI3.
This is a small form API extension (doesn't break existing code) that
  facilitates the Drupal 6 upgrade of the Views module.  A good example
  of why it can be beneficial to start upgrading your modules early on in
  the code freeze. ;)
2007-07-29 17:28:23 +00:00
Gábor Hojtsy a78ac96295 patch by swentel: fix missing form_state vars in path forms 2007-07-29 16:58:19 +00:00
Dries Buytaert 5a4ad99af3 - Patch by kbahey: fixed notice. 2007-07-28 07:16:44 +00:00
Dries Buytaert 9dc7f86df1 - Patch by bjaspan: correct length for variables column. 2007-07-28 07:11:14 +00:00
Dries Buytaert 1c55ed7d88 - Patch by Eaton: user/%user/edit/foo tabs only appear if additional profile categories have been defined. 2007-07-27 13:08:17 +00:00
Dries Buytaert 49ca29d1b2 - Patch by tangent: fix site slogan in RSS feeds. 2007-07-27 13:07:06 +00:00
Steven Wittens 0676d8410f Re-add check_plain() in appropriate places after removing it from ip_address(). 2007-07-26 21:42:52 +00:00
Dries Buytaert e473168106 - We don't need to sanitize stuff on input. 2007-07-26 09:32:15 +00:00
Gábor Hojtsy 0d86b33282 by dvessel: kill notice on profile page when there are less then three components in the path 2007-07-26 08:49:11 +00:00
Gábor Hojtsy 55f2a1cfd2 by drumm: only acquire node grants if node loaded successfuly, otherwise there are nasty permission problems 2007-07-26 07:49:40 +00:00
Gábor Hojtsy 7b61e5961a by beginner: XHTML validity; lists are not allowed in span tags 2007-07-26 07:45:04 +00:00
Dries Buytaert bec12a215d - Patch by dvessel: some more gentle massaging of template files. Trying to make it easier to discover the different template files. 2007-07-26 06:48:03 +00:00
Dries Buytaert 9299b40107 - Patch by add1sun, with help from Kristi Wachter: corrected some links in INSTALL.txt. 2007-07-26 06:14:14 +00:00
Gábor Hojtsy c5e2159503 by paddy_deburca: maxheight is never defined, height should be used 2007-07-25 17:41:27 +00:00
Gábor Hojtsy 6ea74bfe47 by Gurpartap Singh slightly modified: Usability: generalize timezone discovery to use on user registration 2007-07-25 17:35:47 +00:00
Gábor Hojtsy 739a857487 by webchick and mlsamuelson: fix notice on filter formats config page 2007-07-25 15:35:14 +00:00
Gábor Hojtsy f180790bb7 noticed by bboyjay, patch by myself: kill noticedisplayed when no comments were selected for the mass operation 2007-07-25 14:57:58 +00:00
Gábor Hojtsy 61b225ee8b 161496 by meba: display message about successful login, if registration verification is not required 2007-07-25 14:49:55 +00:00
Gábor Hojtsy 50955e3801 by pwolanin: allow deletion of custom menus 2007-07-25 14:44:03 +00:00
Gábor Hojtsy c7c88bbf3f by Gurpartap Singh: proper links to Drupal.org module and theme download pages 2007-07-25 14:31:48 +00:00
Gábor Hojtsy dfcbe0591a by JohnAlbin: use the same session ID regardless of the protocol used to access the page (eg share sessions between http and https pages) 2007-07-25 10:06:44 +00:00
Gábor Hojtsy e3fa6893c2 by Wesley Tanaka: move some remaining node.css comment styles to the actual comment.css 2007-07-24 21:33:53 +00:00
Dries Buytaert 7774d09578 - Patch by dvessel: fixed block administration page. 2007-07-24 18:17:30 +00:00
Dries Buytaert af00a845fb - Patch by Crell: slicing and dicing the forum.module. 2007-07-24 18:08:54 +00:00
Dries Buytaert a47d773312 - Removing some whitespace. 2007-07-23 08:05:14 +00:00
Dries Buytaert 772a2d39d2 - Patch by Moshe: reduces contention in the users table. 2007-07-23 07:29:29 +00:00