summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* #189870 by O Govinda, keith.smith and catch: more user centric help text for ↵Gábor Hojtsy2007-11-13
| | | | Blog API module, standardizing on 'blog' terminology also
* - Patch #191544 by Crell: split up profile module. Tested by catch.Dries Buytaert2007-11-13
|
* #191104 by keith.smith: (usability) change occurances of node to 'post' and ↵Gábor Hojtsy2007-11-12
| | | | 'content' as appropriate
* #188914 by Pasqualle: type and language filtering on node admin page was ↵Gábor Hojtsy2007-11-12
| | | | broken due to missing breaks in switch
* #134984 by mikesmullin: fix gradient coordinate counting in color moduleGábor Hojtsy2007-11-12
|
* #172584 by myself, keith.smith, yoroy, O Govinda and catch: help text for ↵Gábor Hojtsy2007-11-11
| | | | content translation module
* - Patch #189395 by Gabor and Keith: fixed insecure instructions in ↵Dries Buytaert2007-11-11
| | | | documentation. Woops.
* - Patch #187319 by quicksketch: don't enable the powered by Drupal block for ↵Dries Buytaert2007-11-11
| | | | existing sites, and better handle the default behavior.
* - Patch #191073 by Keith: another good string cleanup by Keith. (Also ↵Dries Buytaert2007-11-11
| | | | removed some trailing whitespace.)
* - Patch #186496 by Neil: do not overwrite the variable.Dries Buytaert2007-11-10
|
* #154517 by chx and Desbeers: usability fixes for path module (required ↵Gábor Hojtsy2007-11-10
| | | | fields, permission info and resetting the filter made possible), and fixing language usage on nodeapi update in path_nodeapi
* #165924 by odious and drumm: add count query for pager in user_admin_account()Gábor Hojtsy2007-11-10
|
* #178608 by chx: convert menu overview page to a form to overcome any CSRF ↵Gábor Hojtsy2007-11-09
| | | | vulnerabilities
* #144788 by Andreas Wolf, spatz4000 and aufumy: missing block clearing on ↵Gábor Hojtsy2007-11-09
| | | | admin index by modules page
* #172584 sidetrack issue patch by myself: tnid was not put properly into the ↵Gábor Hojtsy2007-11-09
| | | | node form, so translation workflow was not working
* #179164 by Heine: short modules by name on the module admin pageGábor Hojtsy2007-11-09
|
* #190670 by myself: alias node table for query rewritesGábor Hojtsy2007-11-09
|
* - Patch #136970 by catch and wmostrey: added permission to administer ↵Dries Buytaert2007-11-09
| | | | contact forms (usability improvement).
* - Patch #189852 by hswong3i: use schema API to update/insert the contact ↵Dries Buytaert2007-11-09
| | | | form records.
* - Patch #190483 by webernet et al: tiny code cleanup.Dries Buytaert2007-11-09
|
* - Patch #176264 by Wim Monstrey: killed a warning.Dries Buytaert2007-11-09
|
* #189936 by mlsamuelson: remove pointless links to taxonomy help page from ↵Gábor Hojtsy2007-11-08
| | | | form labels and descritions for consistency
* #190006 by hswong3i: use username as page title on OpenID identities page ↵Gábor Hojtsy2007-11-08
| | | | for consistency
* #190128 by bjaspan and chx: fix _block_rehash() functionality on PostgreSQLGábor Hojtsy2007-11-07
|
* Trivial misuse of t() found in system_menu() while debugging t() usage.Gábor Hojtsy2007-11-07
|
* #189837 by chx: remove temporary table usage from comment_enable(). Now we ↵Gábor Hojtsy2007-11-07
| | | | require MySQL 4.1 and it has constructs which make this unnecessary.
* #124979 by bjaspan: fix PostgreSQL upgrade path, keeping the primary key on ↵Gábor Hojtsy2007-11-07
| | | | the node_comment_statistics table
* #184668 by hazexp: remove extra ; from old SQL updateGábor Hojtsy2007-11-07
|
* #171117 by JirkaRybka: set access time for admin created or edited accounts ↵Gábor Hojtsy2007-11-06
| | | | so they are exempt from the spam protection we have for accounts never logged in
* #80963 by chx with multiple contributors: remove deletion and database lock ↵Gábor Hojtsy2007-11-06
| | | | based block rehash code, replace it with simpler updates
* #180109 by JirkaRybka: overcome browser quirk to detect when no taxonomy ↵Gábor Hojtsy2007-11-06
| | | | term was selected
* #178581 by lot of contributors: opt-in for update module on install and ↵Gábor Hojtsy2007-11-06
| | | | update to avoid any privacy concerns
* #185209 by ChrisKennedy: only provide picture deletion option if there is an ↵Gábor Hojtsy2007-11-06
| | | | actual user picture present
* #186903 by marcingy, Rob Loach and chx: (regression) restore my recent posts ↵Gábor Hojtsy2007-11-06
| | | | functionality in tracker
* #189009 by AjK: edit own poll permission was missing from poll module ↵Gábor Hojtsy2007-11-05
| | | | (although available for other content types)
* #187759 by myself: add missing break to reach when if() was not satisfied, ↵Gábor Hojtsy2007-11-05
| | | | to avoid extra unrelated help appearing on block configure pages
* #180191 by chx: fix notice in teaser handlingGábor Hojtsy2007-11-05
|
* #186749 by Rob Loach and myself: (regression) only override comment ↵Gábor Hojtsy2007-11-05
| | | | submitter name with anonymous name, if it was not provided already
* #172592 by add1sun, ChrisKennedy, jvandyk and keith.smith: add help page to ↵Gábor Hojtsy2007-11-05
| | | | syslog module and fix form item descriptions
* Fix locale.info typo I noticed while translatingGábor Hojtsy2007-11-05
|
* #112512 by spatz4000: disallow breaking option form labelsGábor Hojtsy2007-11-04
|
* #185126 by moshe weitzman, David Strauss, bjaspan and JirkaRybka: improve ↵Gábor Hojtsy2007-11-04
| | | | index on system table for better database performance
* #188386 by dmitrig01: fix hidden and fieldset AHAH expandabilityGábor Hojtsy2007-11-04
|
* #187391 by jrbeeman, catch: redirect user to proper node comment page after ↵Gábor Hojtsy2007-11-04
| | | | submitting a new comment
* #184729 by hazexp: remove duplicate wording about the username in mail sent ↵Gábor Hojtsy2007-11-04
| | | | out to new users
* #188911 by chx: hide toggle settings fieldset when a theme has 'no features'Gábor Hojtsy2007-11-04
|
* #185893 by Rob Loach: only provide blog page for users having permission to blogGábor Hojtsy2007-11-04
|
* #176342 by dmhouse, spatz4000 and Wim Leers: add reset parameter to ↵Gábor Hojtsy2007-11-04
| | | | user_access()
* #93425 by bjaspan: remove pre-Drupal 4.6 era destination handling cruft ↵Gábor Hojtsy2007-11-04
| | | | carried over in comment module
* #180719 by sun and JirkaRybka: standardize on displaying the term ↵Gábor Hojtsy2007-11-04
| | | | description on term pages and feeds, but only if there was one term, not more