Commit Graph

1282 Commits (f940d8a290aad7fbc18b809e8e86e70562c75bac)

Author SHA1 Message Date
Dries Buytaert 780d33c77b - Patch by drumm: bug fix: made comparison of checkboxes more strict. 2006-01-05 11:05:14 +00:00
Dries Buytaert 399302a215 - Patch by Chris: minor code improvement: removed redundant isset(). 2006-01-05 10:59:34 +00:00
Dries Buytaert 15299efc89 - Patch by Chris: minor code clean-up: renamed $op to $hook. 2006-01-05 10:51:47 +00:00
Dries Buytaert 9385794e23 - Patch by Neil: critical bugfix: theme didn't load when styles are used. 2006-01-04 09:32:28 +00:00
Dries Buytaert 83cb8d9e95 - Patch by Chris Johnson: file_download() checks module_invoke() return = -1. 2006-01-04 09:23:44 +00:00
Dries Buytaert 749284633f - Patch by hunmonk and chx: made saving user accounts work again. 2006-01-02 08:35:59 +00:00
Dries Buytaert 45db74aa77 - Patch by darius / chx: fixed problem with dates. 2006-01-02 08:04:02 +00:00
Steven Wittens ab468baa9e - Removing trailing spaces 2005-12-31 14:32:23 +00:00
Dries Buytaert 89e89a3b9b - Patch 42115 by Cvbge/ m3avrck: improved performance of session loading. 2005-12-31 11:50:47 +00:00
Dries Buytaert ea2d791095 - Patch 41169 by Chris: got rid of expensvie object 2 array casts. 2005-12-31 10:48:56 +00:00
Steven Wittens c243918eb1 - : Allow external URLs in menus (and make url() more flexible) 2005-12-29 05:28:53 +00:00
Steven Wittens 79a193a2d2 - : Use standardized feed icon for RSS 2005-12-29 04:46:40 +00:00
Steven Wittens 5e49dd2a68 - : Resizable textareas. 2005-12-29 03:59:30 +00:00
Steven Wittens 4c66ab52f3 - : Don't escape apostrophes in XML-RPC strings.
/me looks down
OH MY GOD... I'M MELLLLTTIIINNGG NOOOOOOO.... AAARGHHHHHH.

Oh well, don't the people inside the asylum say the outside world is insane, too?
2005-12-27 18:42:49 +00:00
Dries Buytaert 34a5d46022 - Patch by chx / Richard: made it possible to link to the front page. 2005-12-27 10:36:16 +00:00
Dries Buytaert b362985de5 - Patch by Goba: various upgrade script fixes. 2005-12-26 17:20:23 +00:00
Dries Buytaert 6c2f3e7982 - Patch by chx et al: fix checkboxes #default_values. 2005-12-26 11:14:14 +00:00
Steven Wittens b43fa0f9da - : global urlencode() for menu paths 2005-12-22 22:58:12 +00:00
Dries Buytaert 4f13fbb709 - Patch by wtanaka: custom form elements can't cleanly set a value for themselves. 2005-12-19 14:43:42 +00:00
Dries Buytaert eb412f7c7e - Patch by chx: improved validation of forms. 2005-12-19 14:30:53 +00:00
Dries Buytaert 0dfc8e059f - Patch by webchick: improved code comments. 2005-12-17 17:24:46 +00:00
Steven Wittens db42745522 - Code style 2005-12-17 10:35:59 +00:00
Dries Buytaert bd4fe6ede9 - Patch : Taxonomy forms should be in a fieldset. 2005-12-16 06:23:46 +00:00
Dries Buytaert b6dba6fa8e - Patch by chx/netbjarne: duplicate form id's breaks html validation. 2005-12-15 22:47:16 +00:00
Dries Buytaert 5accfa08f5 - Patch by DriesK: as of PHP 5.1.0, strtotime() returns FALSE on failure instead of -1.
Changed code to be compatible with all versions.
2005-12-15 16:02:50 +00:00
Dries Buytaert 764f1177ef - Patch by Chris Johnson: is_array() slower than isset() or empty(). 2005-12-14 20:10:45 +00:00
Dries Buytaert c4fc7f401f - Patch by chx: fixed problem with recursive/nested node API calls manipulating the same array references. 2005-12-14 18:46:21 +00:00
Dries Buytaert c0a43c50dc - Patch by chx: fixed problem with form types. 2005-12-14 13:22:19 +00:00
Dries Buytaert 12e0151715 - Patch by Ber: fixed typo in watchdog message. 2005-12-12 11:36:56 +00:00
Dries Buytaert b9f2b7e2a6 - Patch by chx: fixed warnings. 2005-12-11 12:31:17 +00:00
Dries Buytaert b4552cd977 - Patch by Richard: fixed coding style + performance improvements. 2005-12-10 20:01:55 +00:00
Dries Buytaert 4758c8cd28 - Patch by drumm: upgrade system fixes. 2005-12-09 16:14:26 +00:00
Dries Buytaert 1d0fa04d33 - Patch by drumm: remove hook_versions. 2005-12-09 15:46:47 +00:00
Dries Buytaert c54234d71a - Patch by Neil: fixed problems with database schema versions.
- When user  creates an account (we can assume this happens only once), system.module's schema version is set to the latest availiable.
  - system_get_files_database() now includes a 'schema_version' child of each file object.
  - That new information is re-saved when Drupal re-populates the system table.
  - An array of newly-enabled modules is built, module_list() is reloaded, and the schema versions of each newly-enabled module are set to the most recent availiable. If the schema version is already set (presumably from a previous installation) it is not changed.
2005-12-08 08:40:10 +00:00
Dries Buytaert 3342593eac - Patch by rkerr: db_error and db_affected_rows did not work properly in presence of multiple database connections. 2005-12-07 15:17:27 +00:00
Dries Buytaert a19acb219e - Patch by Neil: improved the update system. 2005-12-06 09:25:22 +00:00
Dries Buytaert 0f80b09a4a - Patch by chx: make form sorting work with PHP5. 2005-12-05 21:21:49 +00:00
Dries Buytaert 7ef324ec84 - Unrolled chx's form sort patch. 2005-12-05 09:48:54 +00:00
Dries Buytaert a2d8174cd4 - Patch by chx: form_sort is broken with PHP5. 2005-12-05 08:47:24 +00:00
Dries Buytaert 77f55aa7f2 - Patch by hunmonk: can't pass args properly to #process callback. 2005-12-05 08:41:29 +00:00
Dries Buytaert a806db88fa - Patch by chx/angie: simplified #tree-#parent code. 2005-12-04 08:14:07 +00:00
Dries Buytaert c7bce9efd4 - Patch by JonBob/Richard: separate callback handling from menu handling.
Moves callbacks and arguments to a separate data structure from the visible menu tree. As mentioned on drupal-devel, this change has little impact except to slightly improve code legibility and prepare the code base for future separation of these tasks, with an eye toward performance improvements of the menu system.  Also changes array_key_exists() to isset() in several places, which is reported to perform better.
2005-12-03 14:50:27 +00:00
Dries Buytaert 75d2089fba - Patch by Alex/chx: #validate, #submit, #process consistency 2005-12-03 09:44:50 +00:00
Dries Buytaert 26bd449860 - Patch by chx: rename '_execute' to '_submit' and '#execute' to '#submit'. 2005-12-02 15:21:01 +00:00
Dries Buytaert b1a648b371 - Patch by chx: fixed incorrect encoding in URLs. 2005-12-02 10:31:21 +00:00
Dries Buytaert 9c02757477 - Patch by chx: fixed incorrect encoding in URLs. 2005-12-02 10:29:45 +00:00
Dries Buytaert fe01762387 - Fixed bug with checking for .txt files. 2005-11-30 19:28:18 +00:00
Dries Buytaert f8b90f6262 - Patch by m3vrck: fixed typo in mysqli backend. 2005-11-30 16:47:34 +00:00
Dries Buytaert a74ebcc87a - More fixes 2005-11-30 15:31:23 +00:00
Dries Buytaert 2917261693 - Removed valid_input_check(). 2005-11-30 10:27:13 +00:00