summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAge
* - Fixed documentation.Dries Buytaert2005-09-23
|
* - Patch #29030 by Goba: updated the path module's documentation.Dries Buytaert2005-09-23
|
* - Patch #10056: allow the node title forms to be customized.Dries Buytaert2005-09-23
|
* Patch #19934 by Morbus, chx: conf_init() should strip out port numbers in ↵Dries Buytaert2005-09-19
| | | | bootstrap.inc.
* - Patch #31650 by Robert: removed redundant XML-RPC blogapi setting.Dries Buytaert2005-09-19
|
* - Patch #29866 by Florian, Uwe: made the recent comments block only show ↵Dries Buytaert2005-09-19
| | | | comments on public nodes.
* - Patch #31014 by chx, zack: on taxonomy overview pages, make term names ↵Dries Buytaert2005-09-19
| | | | link to their respective taxonomy/term/(x) page.
* - Patch #31585 by Thox: fixed author information block.Dries Buytaert2005-09-19
|
* - Patch #31449 by chx: store session IDs in the accesslog table.Dries Buytaert2005-09-18
|
* - Patch #28420 by Jeremy: provide a more generic interface that can be usedDries Buytaert2005-09-18
| | | | | | | | to validate other form submissions, not just comments. Two new functions are introduced, form_token() and form_validate(). The first function uses a private key and a public key to set a token in a hidden field. The second function validates the token. The comment and contect module are updated to use these functions.
* - Patch #31496 by Goba: added missing $node object in book export.Dries Buytaert2005-09-18
|
* - Patch #3986 by James (and Boris :)):consolidated all feed-related settings ↵Dries Buytaert2005-09-18
| | | | | | | | | | | in one place. * adds a "feed settings" section to admin/settings where 2 new settings are introduced: * number of items per feed * default length of feed descriptions (title only, teaser, full) * patches all of core to obey the above - including the new aggregator (out) feeds * adds support for adding namespaces in _nodeapi('rss item') - which means things like iTunes RSS and yahoo's media rss can be implemented by the appropriate modules (i.e. audio.module) * includes some additional info in the default node feed - specifically the element (links directly to comments) - and dc:creator - to show node author information.
* - Patch #27364 by Ber, m3avrck: filter GUI improvements.Dries Buytaert2005-09-17
| | | | chx: it can be "form API"-ied now. :)
* - Patch #28301 by jjeff: show tooltip when hovering over a permission. ↵Dries Buytaert2005-09-15
| | | | | | Temoprary solution until we have a better permission page.
* - Patch #30801 by Allie Micka, m3avrck, 1uv4t4r et al: fixed block problems.Dries Buytaert2005-09-14
|
* - Patch #31123 by Ber: make it easier to theme the user profile pages.Dries Buytaert2005-09-14
|
* - Patch #30935 by m3avrck: generate width and height attributes for the ↵Dries Buytaert2005-09-13
| | | | theme screenshots on the theme administration page.
* - Patch #17079 by Uwe: fixed form title of form element in menu module form.Dries Buytaert2005-09-13
|
* - Patch #30956 by Cvbge: PostgreSQL fix: taxonomy_save_vocabulary() should ↵Dries Buytaert2005-09-12
| | | | check for 'tags' not set.
* - Patch #30801 by Allie Micka and m3avrck: performance improvements: ↵Dries Buytaert2005-09-12
| | | | improved the database scheme and queries of the block.module.
* - Patch #26778 by Uwe: fixed incorrect form description/help.Dries Buytaert2005-09-08
|
* - Patch #13941 by Prometheus6: Atom parser improvements.Dries Buytaert2005-09-08
|
* - #30716: Fix typo in system.moduleSteven Wittens2005-09-08
|
* - Patch #26033 by m4avrck: fixed PHP5 warnings (call by reference)Dries Buytaert2005-09-08
|
* - Patch #23536 by chx: custom registration fields should appear on ↵Dries Buytaert2005-09-08
| | | | admin/user/create.
* - Patch #29102 by menesis: fixed typo/left-over in switch-statement.Dries Buytaert2005-09-08
|
* - Patch #30122 by m3verick: changed include_once()'s to include "./$file"Dries Buytaert2005-09-08
| | | | for performance's sake.
* - Patch #28784 by Neil: improved HTML/CSS of search form.Dries Buytaert2005-09-07
|
* - Patch #28320 by Neil: improved the HTML/CSS of the user login block.Dries Buytaert2005-09-07
|
* - Patch #16140 by Gerhard: cure array_merge() warning due to invalide menu ↵Dries Buytaert2005-09-07
| | | | callback.
* - Patch #24617 by Morbus: fixed incorrect access checking.Dries Buytaert2005-09-07
|
* - Patch #7582 by Gerhard: updated the blog.module to use the new node revisions.Dries Buytaert2005-09-07
|
* - Patch #27949 by Robert: the two theme functions in profile.module both ↵Dries Buytaert2005-09-06
| | | | violate good theming practice by running user control logic in the middle of them. Worse yet, this isn't immediately visible since it happens in yet another function. Thus themers overriding these functions to style profile pages inadvertently break access control, thus leading to the misperception that overriding theme functions is inherently dangerous.
* - Usablity improvement: check whether the comment module is enabled. If not,Dries Buytaert2005-09-06
| | | | show an error message.
* - Patch #18252 by tostinni: don't try creating the picture directory when ↵Dries Buytaert2005-09-06
| | | | picture support is not enabled.
* - Patch #30382 by Robert: removed unused variable by ''.Dries Buytaert2005-09-06
|
* - Patch #27948 by Robert Douglas: fixed problem with author information block.Dries Buytaert2005-09-06
| | | | (Looks like MySQL rewrites ORto IN() internally.)
* - Patch #30308 by gordon: fixed broken SQL query.Dries Buytaert2005-09-06
|
* - Patch #30222, #30219 by Uwe: cosmetic changes to the aggregator pages.Dries Buytaert2005-09-02
|
* - #30128: Call by reference left-oversSteven Wittens2005-09-02
|
* - Patch #9167 by blake7/Uwe: generate RSS feeds for aggregator pages.Dries Buytaert2005-09-01
|
* - Patch #28483 by Steven: JavaScript enabled uploading.Dries Buytaert2005-08-31
| | | | | | | | | | | Comment from Steven: It does this by redirecting the submission of the form to a hidden <iframe> when you click "Attach" (we cannot submit data through Ajax directly because you cannot read file contents from JS for security reasons). Once the file is submitted, the upload-section of the form is updated. Things to note: * The feature degrades back to the current behaviour without JS. * If there are errors with the uploaded file (disallowed type, too big, ...), they are displayed at the top of the file attachments fieldset. * Though the hidden-iframe method sounds dirty, it's quite compact and is 100% implemented in .js files. The drupal.js api makes it a snap to use. * I included some minor improvements to the Drupal JS API and code. * I added an API drupal_call_js() to bridge the PHP/JS gap: it takes a function name and arguments, and outputs a <script> tag. The kicker is that it preserves the structure and type of arguments, so e.g. PHP associative arrays end up as objects in JS. * I also included a progressbar widget that I wrote for drumm's ongoing update.php work. It includes Ajax status updating/monitoring, but it is only used as a pure throbber in this patch. But as the code was already written and is going to be used in the near future, I left that part in. It's pretty small ;). If PHP supports ad-hoc upload info in the future like Ruby on Rails, we can implement that in 5 minutes.
* - Patch #7582 by Gerhard: improved node revisions!Dries Buytaert2005-08-30
| | | | | | | | | | All node revisions were stored in a serialized field in the node table and retrieved for _each_ page view although they are rarely needed. We created a separate revisions table which would be in principle identical to the node table, only that it could have several old copies of the same node. This also allows us to revision-related information, and to provide log entries to non-book pages when a new revision is being created. TODO: 1. Provide upgrade instructions for node module maintainers! 2. Upgrade modules that implement node types. 3. Provide an upgarde path for revisions. Dependency on the upgrade system.
* - Patch #20255 by Cvbge: simplified a query in the throttle.module. Fixes a ↵Dries Buytaert2005-08-30
| | | | PostgreSQL compatibility bug too.
* - Renamed _node() to _node_info()! We reserve _node for _nodeapi.Dries Buytaert2005-08-29
|
* - Patch #29737 by m3avrck: fixed broken link in upload.module.Dries Buytaert2005-08-29
|
* - Patch #29506 by Nedjo: block regions were not initiated for newly enabled ↵Dries Buytaert2005-08-28
| | | | themes.
* - Patch #16452 by chx: allow modules to rewrite taxonomy-related SQL queries ↵Dries Buytaert2005-08-28
| | | | | | | | much like we do with node-related SQL queries. (chx promised to document this, check his documentation as soon it is available.)
* - Patch #29102 by chx: fixed bug in forum module and tidied up the ↵Dries Buytaert2005-08-28
| | | | taxonomy_save_*() functions.
* - Patch #29785 by Chx: multiple node types were broken so we refactoredDries Buytaert2005-08-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | part of the node system! If you have a module that implements node types, you'll have to udpate its CVS HEAD version. We replaced _node_name() and _node_types() by _node(). The new _node() hook let's you define one or more node types, including their names. The implementation of the _node() hook needs to: return array($type1 => array('name' => $name1, 'base' => $base1), $type2 => array('name' => $name2, 'base' => $base2)); where $type is the node type, $name is the human readable name of the type and $base is used instead of <hook> for <hook>_load, <hook>_view, etc. For example, the story module's node hook looks like this: function story_node() { return array('story' => array('name' => t('story'), 'base' => 'story')); } The page module's node hook module like: function page_node() { return array('page' => array('name' => t('page'), 'base' => 'page')); } However, more complex node modules like the project module and the flexinode module can use the 'base' parameter to specify a different base. The project module implements two node types, proejcts and issues, so it can do: function project_node() { return array( array('project_project' => array('name' => t('project'), 'base' => 'project'), array('project_issue' => array('name' => t('issue'), 'base' => 'project_issue')); } In the flexinode module's case there can only one base ... This hook will simplify the CCK, and will make it easy (or easier) to merge the story and page module. In addition, node_list() became node_get_types(). In addition, we created the following functions: node_get_name($type) and node_get_base($type).