summaryrefslogtreecommitdiff
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
|
* #84754: fix 404 and 403 error pages if the path set for these error pages ↵Gábor Hojtsy2007-11-12
| | | | does not exist
* #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
|
* #191306 by xmacinfo, slightly modified: use standard reload link on all ↵Gábor Hojtsy2007-11-11
| | | | error pages
* #190283 by myself and JirkaRbyka: use get_t() in pre-database setup code, ↵Gábor Hojtsy2007-11-11
| | | | add missing javascript key to language objects (kills notices) and document st() better
* #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
|
* #180719 follow up by catch: document taxonomy changes in changelogGá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
|
* - Patch #168829 by Neil Drumm: fixed link in documentation.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
|
* #181582 by Crell and Rob Loach: use theme inheritance in the Minnelli theme, ↵Gábor Hojtsy2007-11-07
| | | | so no @import is required
* #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
|
* #78487 by FredCK, forngren and bjaspan: document <front> support in url() ↵Gábor Hojtsy2007-11-04
| | | | and l() and proper active class support for <front>
* #112512 by spatz4000: disallow breaking option form labelsGábor Hojtsy2007-11-04
|
* #189205 by webernet: fix missing quite in theme.inc code documentationGábor Hojtsy2007-11-04
|
* #133435 by jpetso: fix arg() phpdoc to document that NULL is returned when ↵Gábor Hojtsy2007-11-04
| | | | an argument is not found