Commit Graph

356 Commits (eddb278a0a4dd0ccbfc0370349d2a9f9cd97fea6)

Author SHA1 Message Date
Gábor Hojtsy 281781a44f #174348 by chx: image column was not present in an aggregator_save_feed() query, but it does not have a default value, so we need to include it in the query 2007-09-11 17:28:44 +00:00
Dries Buytaert 53818e811e - Patch #172835 by Crell: split up aggregator module. 2007-09-05 08:31:48 +00:00
Dries Buytaert 51c2ab2e30 - Patch #159447 by chx, webchick, crell et all: fixed various aggregator related problems. 2007-09-03 16:59:53 +00:00
Dries Buytaert df8c572708 - Patch #132369 by dmitrig01 and simplymenotu: fixed various E_NOTICE problems. 2007-08-30 20:20:38 +00:00
Gábor Hojtsy abe4469cf1 #151782 by agentrickard: missing form_state in aggregator form functions 2007-08-30 18:22:20 +00:00
Gábor Hojtsy 7ab90f3bd5 #148973 by chx: actually insert an empty value for description, so it is not null, and does not cause a problem for postgres 2007-08-30 17:23:09 +00:00
Dries Buytaert c17499b6fe - Patch #163191 by hswong3i: removed db_num_rows() for compatibility with Oracle and DB2. Also a performance improvement. (Correct version this time.) 2007-08-12 16:12:00 +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 64def7cb3e #100641 by kkaefer, ChrisKennedy and RobRoy: change 'Submit' buttons to 'Save' to compliy with the desktop metaphor and actually tell what the button does ('we know it submits the form, but what it does?') 2007-07-16 12:43:06 +00:00
Gábor Hojtsy a3fed6e489 #107023 by yas and asimmonds: aggregator was not updating older items because of badly ordered SQL parameters 2007-07-05 09:07:03 +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
Dries Buytaert 27388f6655 - Patch #149176 by chx, David et al: getting rid of the sequences table, using db_last_insert_id() instead of db_next_id(). 2007-06-05 12:13:23 +00:00
Dries Buytaert 1fe90cba4f - Patch #146667 by Eaton: correct builder argument ordering, eliminate redundant arguments 2007-06-04 07:22:23 +00:00
Dries Buytaert 41542ef053 - Patch #101268 by webernet et al: improve the usability of feed icons. 2007-05-31 12:14:04 +00:00
Dries Buytaert 4fd54aabc5 - Patch #115267 by drewish, dopry et al: simplified file uploads code, improved file API, centralized file validation, implemented quotas and fixed file previews. 2007-05-30 08:08:59 +00:00
Gábor Hojtsy 36e87e190c #147640 by Jose A Reyero with further cleanup by myself: add language code to localization functions
This makes it possible to call these functions with a given language code when sending emails to multiple users with different languages in a request for example.
2007-05-29 14:37:49 +00:00
Dries Buytaert 96926ca047 - Patch #146470 by Eaton et al: standardize form API3 hook parameter order. 2007-05-28 06:08:47 +00:00
Dries Buytaert ac65ff9074 - Patch #138706 by eaton, chx, webchick, yched et al: form api 3 ... yay. :) 2007-05-14 13:43:38 +00:00
Dries Buytaert 7d4f2836ba - Patch #128082 by Goba et al: Allow localization of built-in menu items. 2007-04-30 17:03:29 +00:00
Dries Buytaert f73610bec6 - Patch #76588 by Gabor: made log messages translatable. Yay. 2007-04-24 13:53:15 +00:00
Dries Buytaert e675979091 - Patch #134493 by douggreen: getting the Drupal coding standards right in core. Woot. Woot. 2007-04-13 08:56:59 +00:00
Steven Wittens ef925b1009 #134351: Missing brace in aggregator.module 2007-04-07 07:38:36 +00:00
Dries Buytaert 5bbbf10ba8 - Patch #130987 by merlinofchaos: added theme registry for easier themability. 2007-04-06 13:27:23 +00:00
Steven Wittens f7440d4d73 #130971: Kitchen sink (E_NOTICE compliance / Code style / Bugfix in book toc) 2007-03-27 05:13:55 +00:00
Dries Buytaert 4b635f6d0a - Patch #128081 by Eaton: remove #base, paving the path for a simpler form API. 2007-03-17 18:30:14 +00:00
Dries Buytaert 66b99866b0 - Patch #126128 by chx and Steven: menu fixes and enhancements. Yay. 2007-03-12 13:01:10 +00:00
Dries Buytaert 79872ff139 - Patch #98359 by Robroy and webchick: string clean-up: web site -> website 2007-02-27 12:29:22 +00:00
Dries Buytaert dc5843bd30 - Patch #111347 by Steven: refactor url() and l(). 2007-02-15 11:40:19 +00:00
Dries Buytaert a1e6728a46 - Patch #113603 by chx: first crack at re-implementing tabs. 2007-02-11 09:30:51 +00:00
Dries Buytaert 489903a08e - Patch #113603 by chx: first crack at re-implementing tabs. 2007-01-31 21:26:56 +00:00
Dries Buytaert 05a708fb06 - Patch #112715 by chx, webchick, asimmonds, et al: fixing E_ALL notices. Thanks. 2007-01-31 15:49:26 +00:00
Dries Buytaert 03752e35a4 - Patch #34755 by chx et al: faster menu system. HEAD is temporary broken and there is no upgrade path yet. 2007-01-24 14:48:36 +00:00
Dries Buytaert 316e999489 - Patch #105253 by RobRoy: corrected maxlength setting for feeds. 2006-12-26 10:28:12 +00:00
Dries Buytaert 1a4d5f4206 - Patch #100528 by ChrisKennedy: the RSS aggregator supports non-RSS feeds too. 2006-12-14 13:41:02 +00:00
Steven Wittens cfe44ef80c #100859: Fix aggregator categorization form 2006-12-12 06:27:17 +00:00
Neil Drumm 25f623e201 #68156 by Heine. Don't show aggregator blocks if they are empty. 2006-11-29 03:56:39 +00:00
Neil Drumm 3ee7ed6a66 #98078 by Heine. Fix double escaping on admin/build/blocks. 2006-11-27 01:26:31 +00:00
Neil Drumm b5bf8a8f47 #97824 by Gurpartap. Move enclosing elements outside of their t(). 2006-11-26 02:20:01 +00:00
Neil Drumm 205f8ff01b #97941 by webchick. Consistent defaults for 'site_name' variable. 2006-11-25 09:04:22 +00:00
Dries Buytaert 827f064deb - Patch # #98366 by webchick and ac: simplified strings for translators. 2006-11-24 10:18:24 +00:00
Dries Buytaert b004f328ee - Patch #92992 by webchick and neclimdul: clean up documentation that is superseded by the new 'by module' administration dashboard. 2006-11-21 20:14:19 +00:00
Dries Buytaert e08f5f27bd - Patch #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'. 2006-11-21 20:03:11 +00:00
Neil Drumm b0ddf6f40c #98359 by webchick. Change 'web site' to more common usage, 'website.' 2006-11-19 23:51:02 +00:00
Neil Drumm 2eafd25fe6 #93824 by edkwh. Bad default for a radio button. 2006-11-17 00:21:44 +00:00
Dries Buytaert 45d989a73f - Patch #52015 by AjK: updated timestamps for feed items. 2006-10-23 20:25:03 +00:00
Steven Wittens 36d44fbfb0 #84146: Use 'Sentence capitalization' for menu items, page titles, form items, etc 2006-10-22 08:28:47 +00:00
Dries Buytaert a856f813d7 - Patch #89424 by sandhurs: correct function definition of aggregator_block(). 2006-10-17 19:15:27 +00:00
Kjartan Mannes cefebd913f Reverting code incorrectly included in the previous commit. 2006-10-05 18:22:48 +00:00
Dries Buytaert 5eab30f6ac - Patch #87497 by Souvent22: aggregator not always pulling in descriptions. 2006-10-05 14:45:13 +00:00
Kjartan Mannes 858bb7f044 - Patch #87078:
* Fixed categorize and configure tabs.
    * Fixed passing HTML through check_plain().
2006-10-03 21:06:27 +00:00