Commit Graph

4517 Commits (095c1796e3980c50c9e6b51e077c4877a54bd76f)

Author SHA1 Message Date
Neil Drumm f153561879 #296096 by Damien Tournoud. Fix 5.10 Postgres install & update. 2008-08-27 13:25:13 +00:00
Dries Buytaert 1537557887 - Patch #265899 by mfb: uri_brief mail token did not support https URLs. 2008-08-17 10:52:37 +00:00
Neil Drumm 2778db3461 Bumping version number. 2008-08-14 00:13:19 +00:00
Neil Drumm 8ca7bee6b4 Drupal 5.10. 2008-08-13 23:59:09 +00:00
Neil Drumm 1150d18910 - Patch #285467 by mustafau: fixed typo a MT blog API function. 2008-08-13 18:08:49 +00:00
Neil Drumm 1338d9f3a4 Patch #254725 by Steve Dondley and BioALIEN: maxlength field for 'allowed HTML tags' is too short. Backport by scor. 2008-08-13 18:06:18 +00:00
Neil Drumm fa6bc1ebbc Bumping version number. 2008-07-23 20:01:50 +00:00
Neil Drumm f036ead1bc Drupal 5.9. 2008-07-23 19:52:50 +00:00
Neil Drumm b198651283 #280934. Make sure session is always regenerated. 2008-07-16 19:46:02 +00:00
Neil Drumm 5658149493 #252921 by David_Rothstein and agentrickard: remove unused join, which caused column type compatibility problems with postgresql; improves postgresql compatibility. 2008-07-16 19:09:39 +00:00
Neil Drumm e50f0a042b #252580 by Robert Douglass, Gerhard Killesreiter, flobruit: avoid division by zero, when all search weights are set to 0. 2008-07-16 19:04:21 +00:00
Neil Drumm eab2f22e36 #232433 by Damien Tournoud. Use non-localized date for RSS. 2008-07-16 18:49:52 +00:00
Neil Drumm 4ca8481439 Bumping version number 2008-07-09 22:17:19 +00:00
Neil Drumm 32390a193e Drupal 5.8. 2008-07-09 21:48:42 +00:00
Neil Drumm 96904e5663 - Patch #180646 by John Morahan: SQL in taxonomy_get_term_by_name() should use = instead of LIKE. 2008-07-06 00:50:44 +00:00
Neil Drumm 2c0fd205c0 #159538 by Wesley Tanaka. 404 instead of showing recent blog posts for invalid paths. 2008-07-06 00:27:42 +00:00
Neil Drumm 228d6ee2ad - Patch #273761 by catch: removed inconsistent delete behavior of nodes. It would leave comments, ratings, etc behind in the database. 2008-07-06 00:07:13 +00:00
Neil Drumm fb35c01f1b - Patch #169899 by Island Usurper: taxonomy caching not always working. 2008-06-15 05:52:22 +00:00
Neil Drumm 9775e7cf8c #155337 by gpk and Bevan: only treat newlines teaser breakers, if the newline filter is present in the particular input format 2008-06-07 00:52:54 +00:00
Neil Drumm b9515ec960 #214390 by shrop. Partial backport of #153998, use a separate permission for blogapi since it does not depend on blog module. 2008-05-26 07:52:40 +00:00
Neil Drumm 2cb68bf1b6 #140162 by maartenvg. Clear the PHP stat cache after resizing images. 2008-05-26 05:03:47 +00:00
Neil Drumm 46d00d318a #104662 by chx: the search block form might not be available on the search page itself, so that target was not right for search block form submissions. Backport by webchick. 2008-05-14 06:35:29 +00:00
Neil Drumm a95808657e #246476 by Jacine. Correct block admin column count. 2008-05-13 04:51:04 +00:00
Neil Drumm fc28fde59c #208888 by jvandyk: set access time when externally authenticated user first logs in
Backport by joshk and stevecrozz.
2008-05-10 02:12:41 +00:00
Neil Drumm 6520ff8120 #175743 by Desbeers: fix numerous issues around node submission dates and content editing.
5.x backport by Freso.
2008-04-28 07:49:00 +00:00
Neil Drumm 22f3e48a50 #226869 by boydj and hswong3i: minor code style cleanup with aggregator module queries 2008-04-28 07:41:23 +00:00
Neil Drumm fe554d302f #232037 by pwolanin: (performance) block regions should only be populated when called for, not in all cases (fixes performance expectation on 403/404 pages) 2008-04-17 07:12:15 +00:00
Neil Drumm 73eff99bf4 #244597 by kbahey: remove cruft from user_login(), that added extra message to the form was never used or displayed 2008-04-10 02:11:16 +00:00
Neil Drumm 6eff921bcb #227548 by Heine, AjK: misuse of db_escape_string(), when db_escape_table() should have been used 2008-04-05 02:26:07 +00:00
Neil Drumm 1c7233085f #176273 by Bart Jansens. Fix argument order. 2008-04-05 02:18:59 +00:00
Neil Drumm 751725e591 #113318 by dww: correct Postgres support. 2008-02-25 02:25:36 +00:00
Neil Drumm 5b7c6c6863 #204415 by pwolanin et al. Blacklist problematic machine-readable content type names. 2008-02-11 07:54:44 +00:00
Neil Drumm 60517daf36 #208023 by traxer. Order node/add by name, not internal type. 2008-02-11 07:49:18 +00:00
Neil Drumm 5e88e14dc2 #212864 suggestion by pp, patch by gdevlugt: use format_date() for RSS item dates instead of date() to honor site time zone settings 2008-02-11 07:00:27 +00:00
Neil Drumm 1464d3c435 #213172 by skiquel: let color module run properly without a base image 2008-02-11 06:53:01 +00:00
Neil Drumm e70735069a #211825 by webchick. Fix revision revert log message. 2008-02-11 06:04:17 +00:00
Neil Drumm 397839acba #176503 by chx and bennybobw: hidden profile fields cannot be required and cannot be put on the registration form, so we needed warnings on the editing form to not let admins save forms set with these combinations.
Backport by Bart Jansens.
2008-02-11 05:36:07 +00:00
Neil Drumm dc0552cba6 #216404 by Rob Loach: path_nodeapi() only worked for users with permissions, although node loading requires the path to be loaded. 2008-02-11 05:11:58 +00:00
Neil Drumm d8519994e2 #157652 by beginner, Steven Merrill and killes: block_user() had a global user object and a user parameter colliding 2008-02-11 04:15:29 +00:00
Neil Drumm dd4d3d9e0c Remove typo. 2008-02-11 04:06:13 +00:00
Neil Drumm 701cad0892 #165642 by Bart Jansens. Use a local variable rather than overwriting the global $user. 2008-02-10 02:28:44 +00:00
Neil Drumm 671e70283d Bumping version number. 2008-01-29 00:21:54 +00:00
Neil Drumm 65a6df6337 Drupal 5.7 2008-01-29 00:00:44 +00:00
Neil Drumm 1bbae9ff80 #209409 by Heine, webernet, dww: more accurate register globals value checking 2008-01-22 09:42:01 +00:00
Neil Drumm e06cd356a6 #208700 by pwolanin. Fix bad backport of #194579. Modified to use Form API. 2008-01-22 08:43:34 +00:00
Neil Drumm 14aaee4a9b Bumping version number. 2008-01-11 00:47:17 +00:00
Neil Drumm a54823f7b8 Drupal 5.6. 2008-01-10 22:14:24 +00:00
Neil Drumm 56e69958c5 Partial backport of #112715 to fix #124641. 2008-01-07 02:30:35 +00:00
Neil Drumm ec6352538d #58806 by fwalch and wicksteedc. Do not override MENU_VISIBLE_IF_HAS_CHILDREN on editing. 2008-01-07 02:13:58 +00:00
Neil Drumm 1422309c2e #166433 by Ralf Stamm. Use correct menu item type for revsion confirm pages. 2008-01-07 01:31:26 +00:00
Neil Drumm bc1c2da4b6 #194579 patch by pwolanin: clear filter cache when allowed HTML tags configuration changes in an input format 2008-01-07 01:17:59 +00:00
Neil Drumm 584e18ac68 - Patch #199955 by saxofaan: file_upload_max_size() returns results in bytes, not in mega bytes. 2008-01-07 01:00:23 +00:00
Neil Drumm 29a6f14564 #204855 by webernet. Add missing * in documentation. 2008-01-07 00:51:11 +00:00
Neil Drumm ef7cb1efcc #203727 by Arancaytar. More effectively use hook API. 2007-12-28 05:38:27 +00:00
Neil Drumm f787328477 #115689 by chx: new content types should not overwrite old ones. Backport by Pancho. 2007-12-27 09:57:47 +00:00
Neil Drumm 26a2ad30aa - Patch #201894 by David Rothstein: fixed typo in user output. 2007-12-27 09:45:21 +00:00
Neil Drumm 6dbe63f77e #64388 by Gábor Hojtsy. Add missing db_rewrite_sql(); not a security issue since it is a count() query. 2007-12-27 08:26:00 +00:00
Neil Drumm 9cc7e36472 #89218 by Gábor Hojtsy. Properly initialize a counter variable and fix poll editing. 2007-12-27 08:21:49 +00:00
Neil Drumm 7f8f2412fd #199640 by webernet: (usability) add option to select no taxonomy term in multiselect forms, not to rely on browser trickery 2007-12-20 07:48:11 +00:00
Neil Drumm cc4065e7d5 #179164 by Heine: short modules by name on the module admin page 2007-12-17 02:15:06 +00:00
Neil Drumm 6d91b3cd02 Bumping version number 2007-12-06 20:40:21 +00:00
Neil Drumm 52811f2b14 Drupal 5.5 2007-12-06 20:23:24 +00:00
Neil Drumm cf44292c47 #194859 by Rob Loach: missing brackets around table names in user.admin.inc 2007-12-06 19:49:14 +00:00
Neil Drumm f20cc7120d #198321 by ulhume: recent security update had the arguments order wrong in db_query_range() 2007-12-06 18:16:38 +00:00
Neil Drumm 5c7d76ff11 bumping version number. 2007-12-05 21:52:32 +00:00
Neil Drumm 2c8444015d Drupal 5.4. 2007-12-05 21:09:54 +00:00
Neil Drumm e674486d65 #134984 by mikesmullin. Fix x2 coordinate for rendering gradients. 2007-11-12 03:38:08 +00:00
Neil Drumm d04727d7db #180109 by JirkaRybka: overcome browser quirk to detect when no taxonomy term was selected 2007-11-10 04:09:03 +00:00
Neil Drumm 408b438af6 #187601 by Bart Jansens. Use correct HTTP status codes for redirects. 2007-11-10 03:27:33 +00:00
Neil Drumm dcd8b59854 #165924 by odious. Use accurate count query for user list. 2007-11-10 03:20:38 +00:00
Neil Drumm 1d81d8e5f1 #171117 by JirkaRybka: set access time for admin created or edited accounts so they are exempt from the spam protection we have for accounts never logged in 2007-11-10 02:19:43 +00:00
Neil Drumm 5f8bab87e1 #93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft carried over in comment module 2007-11-07 08:03:30 +00:00
Neil Drumm 9ce9b5fa43 #184668 by hazexp, Remove unnecessary ';' 2007-11-07 05:53:24 +00:00
Neil Drumm daedb88531 #55277 by catch and JirkaRybka: when flat comment view is used, order comments by cid (ie. original submission order) instead of timestamp (ie. last editing time order) to avoid comments jumping around when being edited 2007-10-28 04:42:12 +00:00
Dries Buytaert 18342abc53 - Patch #122759 by Robrecht: fixed broken query in upgrade path. 2007-10-25 20:47:59 +00:00
Neil Drumm 0f8b562310 Bump version number. 2007-10-17 21:42:36 +00:00
Neil Drumm 8506de8190 Drupal 5.3 2007-10-17 21:29:00 +00:00
Neil Drumm 892a627cf5 #172588 by Tresler, Freso and webernet: add missing help page for color module 2007-10-16 07:02:40 +00:00
Neil Drumm 8eedd861b8 #183357 by Freso: hide administration pages links on module help pages if there are no admin links for the module 2007-10-16 06:57:22 +00:00
Neil Drumm 199ddf0fec #183388 by hunmonk. Fix syntax error. 2007-10-16 06:20:39 +00:00
Neil Drumm e588864b12 #183390 by hunmonk: forms should use form_state['redirect'] for redirection, not drupal_goto() - fix this in comment_admin_overview_submit() 2007-10-16 06:18:10 +00:00
Neil Drumm a5f4560c6a #63990 by hunmonk. Append to instead of overwrite #suffix. 2007-10-07 00:30:10 +00:00
Neil Drumm 6e56c553ff #110511 by bjaspan: poll listing page should have a 'count_sql' because the original query uses group by, so it is not countable properly 2007-10-07 00:21:18 +00:00
Neil Drumm d9713a2b5a #180559 by hunmonk: do not try to display the comment addition form at th end of comments, if we are already on the page, so it is displayed anyway 2007-10-07 00:17:55 +00:00
Neil Drumm eb4a28f381 #160603 by nancyw and Freso: variable search_cron_limit was not removed on search uninstall 2007-09-30 01:13:23 +00:00
Neil Drumm 982bcdaa9a #171747 by chx. More correct wording since some modules will actually work despite warning. 2007-09-30 00:37:57 +00:00
Neil Drumm 6c3d623f6a #177829 by jjeff: search indexing did not invoke the nodeapi alter hook, so what the user seen and what was indexed was different 2007-09-29 23:41:28 +00:00
Neil Drumm 1c6d4df713 #168429 by gaele: there is no settings module, fixing reference to system module in help text 2007-09-21 12:29:55 +00:00
Neil Drumm 8593824538 #171536 by pillarsdotnet. Correct id for {user_roles} in Postgres. 2007-09-17 01:21:11 +00:00
Neil Drumm 59b8e38dca #174270 by kkaefer. Make user filter translatbale. 2007-09-17 00:14:11 +00:00
Neil Drumm 6737c48e43 #167284 by Heine and pwolanin. Avoid abusing %s for lists. 2007-09-12 07:49:36 +00:00
Neil Drumm 9c072acb6f #165604 by mvc. Redirect to home page after user registration requiring admin approval. 2007-09-12 07:10:58 +00:00
Neil Drumm 47bc80c02f Reverting #163458 2007-08-14 06:50:41 +00:00
Neil Drumm a52ca1ab00 #165358 by John Morahan. Better check for changed password. 2007-08-08 07:02:44 +00:00
Neil Drumm cb01b592a4 #164974 by ricflomag. Better use of t(). 2007-08-08 06:54:10 +00:00
Neil Drumm d879e089d1 #163458 by heyrocker. Make sure the user object has roles before checking them. 2007-08-08 06:44:38 +00:00
Neil Drumm d93330321a #163092 by Wesley Tanaka. Add forum css only to pages which need it. 2007-08-08 06:27:22 +00:00
Neil Drumm 9c5a06904b Bumping the development version number. 2007-07-26 21:20:21 +00:00
Neil Drumm b4ecbda989 Drupal 5.2 2007-07-26 19:16:50 +00:00
Neil Drumm 5cd5389428 #157942 by Bart Jansens. Make sure we have a node before granting access to it. 2007-07-26 05:21:25 +00:00