Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | #413060 by pp: Fix typo preventing contact categories from appearing in table. | Angie Byron | 2009-03-25 |
| | |||
* | #302219 by R.Muilwijk and cyberswat: DBTNGify the Contact module. | Angie Byron | 2009-03-08 |
| | |||
* | #369653 by rszrama: Add 'No categories' message to Contact module when no ↵ | Angie Byron | 2009-02-05 |
| | | | | categories exist. | ||
* | - Patch #266246 by David Strauss: added smart defaults for ↵ | Dries Buytaert | 2009-01-11 |
| | | | | system_settings_form(). | ||
* | - Patch #352470 by scor: fixed typos and grammar in comments. | Dries Buytaert | 2008-12-30 |
| | |||
* | - Patch #338403 by drewish: code comments clean-up. | Dries Buytaert | 2008-11-25 |
| | |||
* | - Patch #332123 by webchick, lilou: remove t() function from schema ↵ | Dries Buytaert | 2008-11-15 |
| | | | | descriptions. | ||
* | Re-commit of #242873 by pwolanin and bjaspan: Make drupal_set_title() ↵ | Angie Byron | 2008-10-13 |
| | | | | check_plain() by default. | ||
* | Roll-back of #242873: This caused horrendous problems with SimpleTest on ↵ | Angie Byron | 2008-10-12 |
| | | | | some configurations. | ||
* | #282405 by Damien Tournoud, lilou, Dave Reid: Enforce coding standard on elseif. | Angie Byron | 2008-10-12 |
| | |||
* | #242873 by pwolanin and bjaspan: Make drupal_set_title() do check_plain() by ↵ | Angie Byron | 2008-10-11 |
| | | | | default. | ||
* | #318984 by Xano and Dave Reid: Change 'Core - optional' to 'Core' in modules UI. | Angie Byron | 2008-10-11 |
| | |||
* | #318892 by justinrandell and chx: Add .install files to the list of files ↵ | Angie Byron | 2008-10-09 |
| | | | | added to .info files. | ||
* | #313213 by maartenvg, Gábor Hojtsy: Add a 'title' attribute for permissions ↵ | Angie Byron | 2008-10-09 |
| | | | | to allow for localization of permission names | ||
* | - Patch #310212 by justinrandell, catch, et all: killed in _user hook, as ↵ | Dries Buytaert | 2008-10-06 |
| | | | | well as two small kittens. | ||
* | #108979 by ewhipple, catch, and sun: Order permissions consistently, keep ↵ | Angie Byron | 2008-09-17 |
| | | | | node type related permissions together. | ||
* | - Patch #276588 by boombatower, jpetso: tests for contact module categories. | Dries Buytaert | 2008-09-17 |
| | |||
* | - Patch #296496 by McJim, jpetso: added tests for contact form flood ↵ | Dries Buytaert | 2008-09-16 |
| | | | | control. Yay. | ||
* | - Patch #308138 by mfer, Dave Reid: replace valid_email_address with ↵ | Dries Buytaert | 2008-09-16 |
| | | | | filter_var and FILTER_VALIDATE_EMAIL. | ||
* | #308534 by Dave Reid: Remove stray whitespace core-wide. | Angie Byron | 2008-09-15 |
| | |||
* | - Patch #276581 by andreiashu and cwgordon7: added tests for contact form ↵ | Dries Buytaert | 2008-08-02 |
| | | | | categories. | ||
* | - Patch #245329 by christefano and dmitrig01: code comment love. | Dries Buytaert | 2008-07-24 |
| | |||
* | - Patch #285184 by Arancaytar: fixing e-mail address in tests. | Dries Buytaert | 2008-07-22 |
| | |||
* | - Patch #252013 by Eaton, pwolanin, Susurrus et al: drupal_render() now ↵ | Dries Buytaert | 2008-07-16 |
| | | | | printes #markup, not #value. | ||
* | - Patch #276581 by catch: wrote missing tests for contact module and ↵ | Dries Buytaert | 2008-07-02 |
| | | | | simplified contact module thanks to that. Also removed some whitespace. | ||
* | - Patch #243773 by chx, catch, boombatower, yched, dmitrig01, et al: use the ↵ | Dries Buytaert | 2008-06-24 |
| | | | | batch API for running the tests instead of an all-in-one approach. Great work. | ||
* | - Patch #247423 by boombatower: code style fixes for the tests. | Dries Buytaert | 2008-05-30 |
| | |||
* | - Patch #260882 by boombatower: refresh variables after install and page ↵ | Dries Buytaert | 2008-05-28 |
| | | | | requests. This actually fixes one failure. | ||
* | - Patch #221964 by chx, dopry, webernet, moshe, webchick, justinrandall, ↵ | Dries Buytaert | 2008-05-06 |
| | | | | | | | | | | | flobruit et al. Can you say 'registry'? Drupal now maintains an internal registry of all functions or classes in the system, allowing it to lazy-load code files as needed (reducing the amount of code that must be parsed on each request). The list of included files is cached per menu callback for subsequent loading by the menu router. This way, a given page request will have all the code it needs but little else, minimizing time spent parsing unneeded code. | ||
* | - Patch #251263 by catch: fixing up many code style issues in the tests. | Dries Buytaert | 2008-04-25 |
| | |||
* | - Patch #249546 by pwolanin: rip menu access inheritance -- was already ↵ | Dries Buytaert | 2008-04-23 |
| | | | | committed to D6. | ||
* | - Added a test framework to Drupal along with a first batch of tests for | Dries Buytaert | 2008-04-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Drupal core! This is an important milestone for the project so enable the module and check it out ... :) Thanks to Rok Žlender, Károly Négyesi, Jimmy Berry, Kevin Bridges, Charlie Gordon, Douglas Hubler, Miglius Alaburda, Andy Kirkham, Dimitri13, Kieran Lal, Moshe Weitzman, and the many other people that helped with testing over the past years and that drove this home. It all works but it is still rough around the edges (i.e. documentation is still being written, the coding style is not 100% yet, a number of tests still fail) but we spent the entire weekend working on it in Paris and made a ton of progress. The best way to help and to get up to speed, is to start writing and contributing some tests ... as well as fixing some of the failures. For those willing to help with improving the test framework, here are some next steps and issues to resolve: - How to best approach unit tests and mock functions? - How to test drupal_mail() and drupal_http_request()? - How to improve the admin UI so we have a nice progress bar? - How best to do code coverage? - See http://g.d.o/node/10099 for more ... | ||
* | - Patch #248140 by thehong: usability: add destination to user editing page ↵ | Dries Buytaert | 2008-04-19 |
| | | | | link on personal contact form. | ||
* | - Patch #245115 by kkaefer, John Morahan, JohnAlbin et al: after a long ↵ | Dries Buytaert | 2008-04-14 |
| | | | | discussion we've decided to make the concatenation operator consistent with the other operators. | ||
* | - Patch #223175 by cwgordon07: administers should be able to send as many ↵ | Dries Buytaert | 2008-03-25 |
| | | | | contacts as they want. | ||
* | - Patch #30984 by webchick, keith.smith, kkaefer, Crell et al: provide ↵ | Dries Buytaert | 2008-02-20 |
| | | | | descriptions for permissions on the permission administration page. | ||
* | - Patch #221384 by webernet: update core compatibility to Drupal 7. | Dries Buytaert | 2008-02-18 |
| | |||
* | - Patch #222385 by pwolanin: removed drupal_clone() hack in favor of the ↵ | Dries Buytaert | 2008-02-17 |
| | | | | real PHP5 clone(). | ||
* | #210260 by dropcube: kill notice when anonymous users uses site-wide contact ↵ | Gábor Hojtsy | 2008-01-16 |
| | | | | form | ||
* | #189785 by dropcube: anonymous users did not have permission to view the ↵ | Gábor Hojtsy | 2008-01-16 |
| | | | | personal contact form, so catch them early | ||
* | #100577 by O Govinda, keith.smith, catch: improve contact module help, more ↵ | Gábor Hojtsy | 2007-12-19 |
| | | | | links to where settings are located | ||
* | - Patch #164532 by catch, pwolanin, David Strauss, et al.: improve table ↵ | Dries Buytaert | 2007-12-18 |
| | | | | indicies for common queries. | ||
* | #200069 by keith.smith: new standard for 'more information' links in module ↵ | Gábor Hojtsy | 2007-12-14 |
| | | | | help texts, as the handbook we referred to before was renamed | ||
* | #197297 by DanW (as GHOP 17), and keith.smith: clean up lots of help texts, ↵ | Gábor Hojtsy | 2007-12-13 |
| | | | | update to drag and drop functionality, drupal.module removal, etc | ||
* | #199016 by blackdog, slightly modified: default_category variable was not ↵ | Gábor Hojtsy | 2007-12-10 |
| | | | | set in category form builder | ||
* | - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: ↵ | Dries Buytaert | 2007-11-26 |
| | | | | fixed minor spelling issues and fixed spacing issues. | ||
* | - Patch #136970 by catch and wmostrey: added permission to administer ↵ | Dries Buytaert | 2007-11-09 |
| | | | | contact forms (usability improvement). | ||
* | - Patch #189852 by hswong3i: use schema API to update/insert the contact ↵ | Dries Buytaert | 2007-11-09 |
| | | | | form records. | ||
* | #164983 by multiple contributors: document the core database schemas | Gábor Hojtsy | 2007-10-10 |
| | |||
* | - Patch #150245 by webchick, bjaspan, ralf, Arancaytar et al: move the ↵ | Dries Buytaert | 2007-10-05 |
| | | | | .schema files into .install files to prevent mistakes. |