| /[drupal]/contributions/modules/handler/handler.module |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
Remove debugging code.
Rename handlers to plugins throughout the code.
Ha ha, we can now save configuration as part of an attachment!
Pass handler-specific configuration object to handlers.
Update code to pass in the configuration object. Still can't actually configure yet. :-)
And here's the rest of the code from the core patch. It now passes all unit tests. Yay!
- Start dropping in the core version of handlers for further development.
- Remove debug code.
- Add a default record into the loookup table for each slot, so that there's always at least one match. - We can actually lookup a handler now!
- More fixing and updating. Still can't load a handler properly.
- Restore the test module from HEAD, too. *sigh* - Fix a few more bugs. - Update schema further.
- Merge in the changes from HEAD, which should have been here all along but I screwed up the CVS branch again as usual.
A few more changes.
- Updated schema for name changes, and preparing for the new lookup mechanism.
- Rename "target" to "slot" and "options" to "targets".
- Add another test handler.
- Minor cleanups spotted by sdboyer.
Add a proper install file with schema hook.
- Add ability to programmatically attach a handler to a given target.
Support for default handler definition in the target definition.
- Some minor cleanup and docs.
We can now look up handler mappings from a utility function. Yay!
- Proper handling of custom factory functions.
- Add more documentation and proper CVS tags.
- Parsing the registry hooks now works.
- Initial commit. The code only sort of works so far. Don't use this yet unless you are Crell. :-)
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |