summaryrefslogtreecommitdiff
path: root/modules/blogapi/blogapi.module
Commit message (Collapse)AuthorAge
* - Patch #107097 by webernet: remove bogus xhtml from string.Dries Buytaert2007-01-05
|
* - Patch #92992 by webchick and neclimdul: clean up documentation that is ↵Dries Buytaert2006-11-21
| | | | superseded by the new 'by module' administration dashboard.
* - Patch #98688 by greggles: string cleanup. Follow RFC2606 and use ↵Dries Buytaert2006-11-21
| | | | example.com for domain name examples. Core uses that consistently so make sure your contributed modules do too.
* - Patch #12984 by walkah: blogapi fixes.Dries Buytaert2006-11-08
|
* #84146: Use 'Sentence capitalization' for menu items, page titles, form ↵Steven Wittens2006-10-22
| | | | items, etc
* - Patch #80952 by earl, webchick, neclimdul et al: .info filesDries Buytaert2006-08-31
|
* - Patch #77919 by chx, eaton, moshe, et al: enable programmaticaly submitted ↵Dries Buytaert2006-08-18
| | | | forms via the pull model.
* #76802: Introduce placeholder magic into t()Steven Wittens2006-08-18
| | | | See: http://drupal.org/node/64279#t-placeholders
* - Patch #78806 by James: moshe brought to my attention that the blogapi RSD ↵Dries Buytaert2006-08-15
| | | | was giving preferred treatment to bloggerapi - since we actually support much more feature rich apis (namely movabletype's) ... this patch gives the preferred treatment to MT. Also, it removes the unused "XML-RPC engine" setting - which wasn't being used anyway. And, since, any of the 3 API options will work regardless, this setting is extraneous.
* - Patch #77375 from Zacker (holy smokes): fixed blogapi settings form.Dries Buytaert2006-08-07
|
* - Patch #77422 by timcn: corrected various paths in the documentation.Dries Buytaert2006-08-07
|
* - Patch #72079 by Earl et al: give Drupal an overall administration page ... :-)Dries Buytaert2006-07-31
|
* - Patch #61893 by timnc: remove message_na().Dries Buytaert2006-07-29
|
* #38178 by Eaton, add support for additional fields in blogapi via a couple ↵Neil Drumm2006-07-26
| | | | new hooks.
* - Patch #72284 by me:Dries Buytaert2006-07-10
| | | | | + reorganized ?q=admin/settings + deprecated the _settings hook
* - Patch #72343 by Chris Johnson: removed checks for the moderate-flag from ↵Dries Buytaert2006-07-10
| | | | the SQL queries.
* - Patch #72204 by nedjo: upper-cased all TRUE/FALSE/NULL constants.Dries Buytaert2006-07-05
|
* #61802 by Zen, Double spaced sentences clean upNeil Drumm2006-05-07
|
* #60476, simplify frontpage related code, leftovers from #59222, patch by ZenGerhard Killesreiter2006-04-26
|
* #58166, fixes for typos, patch by Uwe HerrmannGerhard Killesreiter2006-04-11
|
* #56016, blogapi fails to post with no permission error unless uid=1, patch ↵Gerhard Killesreiter2006-03-30
| | | | by samc
* #56488, use named constants for comment status, patch, by MosheGerhard Killesreiter2006-03-30
|
* #53834, validation was broken in blogapi, patch by samcGerhard Killesreiter2006-03-30
|
* - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)Dries Buytaert2006-02-21
|
* - Patch #49462 by Markus: blogapi doesn't output alternative link if ↵Dries Buytaert2006-02-15
| | | | frontpage is an alias.
* - Patch #47329 by merlinofchaos: fixed blogapi module problem.Dries Buytaert2006-02-14
|
* - Patch #46985 by merlinofchaos: fixed problem with blogapi checkboxes.Dries Buytaert2006-01-30
|
* - Patch #42029 by drumm: correct post times for administrators posting using ↵Dries Buytaert2006-01-12
| | | | a blogapi client.
* - Patch #33747 by Ber and Moshe: bugfix + code improvement: clean up some of ↵Dries Buytaert2006-01-10
| | | | the taxonomy loading code.
* - Patch 42210 by Neil: Save whole node instead of saving taxonomy.Dries Buytaert2005-12-31
|
* - Patch 41169 by Chris: got rid of expensvie object 2 array casts.Dries Buytaert2005-12-31
|
* - Patch #41276 by walkah/chx: blog api fixes for new forms api.Dries Buytaert2005-12-16
|
* - Patch #36079 by James: fixed date handling in blogapi.module.Dries Buytaert2005-12-16
|
* - Patch #37737 by asimmonds/eaton: fixed blogapi.module checkboxes on ↵Dries Buytaert2005-12-03
| | | | settings page.
* - Removed valid_input_check().Dries Buytaert2005-11-30
|
* - Patch #36079 by ax/chx: various blogapi.module fixes.Dries Buytaert2005-11-09
|
* - Patch #36250 by hunmonk: admin batch delete broken, node_delete needs ↵Dries Buytaert2005-11-04
| | | | | | reworked. This commit changes the node_delete() API. A list of affected modules is available at http://drupal.org/node/36250#comment-52963.
* - Patch #26139 by webchick / Kieran / documentation team: improved admin ↵Dries Buytaert2005-11-01
| | | | help of core modules! /
* - Fix usage of header() to drupal_set_header()Steven Wittens2005-10-25
| | | | - Emit charset for blogapi RSD
* - Patch #34749 by ax: make blogapi autodiscovery (rsd) work with Flock. Yay!Dries Buytaert2005-10-21
|
* - Patch #33752 by chx, adrian, et al: another batch of form API changes/fixes.Dries Buytaert2005-10-11
|
* - Removing tabs and trailing whitespaces.Dries Buytaert2005-10-07
|
* - Patch #29465: new form API by Adrian et al.Dries Buytaert2005-10-07
| | | | | | | TODO: + The contact.module was broken; a new patch for contact.module is needed. + Documentation is needed. + The most important modules need to be updated ASAP.
* - Patch #31650 by Robert: removed redundant XML-RPC blogapi setting.Dries Buytaert2005-09-19
|
* - #30128: Call by reference left-oversSteven Wittens2005-09-02
|
* - 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 #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).
* - Patch #29385 by chx: no ?> add end of files.Dries Buytaert2005-08-25
|
* - Patch #17592 by killes: improved access denied messages.Dries Buytaert2005-08-22
|
* - Patch #26637 by Robert Douglas: $teaser misnamed in themes theme_node().Dries Buytaert2005-08-07
| | | | TODO: update documentation!