2006-10-02 |
pdontthink | New hook type
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Abstract getting the default template
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Template fallback added
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Added note
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Clear template file cache when changing template sets...
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Just adding some comments
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | list_files can handle dirs now, etc
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Added comments; all header() calls have to go thru...
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | minor correction
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Cleanup and abstraction of how default template set...
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Abstract how we get default template; move template...
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | adding reminder
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Adding 'fallback' template setting; default is for...
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Update for template inheritance; alternate stylesheets...
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Changes that follow per the inheritance and associated...
|
commit | commitdiff | tree |
2006-10-02 |
pdontthink | Massive rewrite of Template class to implement template...
|
commit | commitdiff | tree |
2006-09-29 |
pdontthink | Should be a better fix so this hook now works with...
|
commit | commitdiff | tree |
2006-09-29 |
pdontthink | Remove debugging code
|
commit | commitdiff | tree |
2006-09-29 |
pdontthink | Make temporary code more obvious
|
commit | commitdiff | tree |
2006-09-29 |
pdontthink | "Fix" so old prefs do not totally kill conf.pl. Should...
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Misc template changes
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Misc template changs
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Mostly moved from base template dir
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Moved to css dir
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Moved to config.php
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | New hook type that I am very excited about; should...
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Oops, don't want multilogin plugin patch in here
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | New template files
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Misc templating changes. Note that the global template...
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Moving sm_print_r back to globals.php; tired of it...
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Hopefully more of what is in the util files in the...
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | File name change
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Functionality moved to Template class and/or functions...
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | Change to store template ID and not path; also bug...
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | displayHtmlHeader uses template, no more direct echoing...
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | New Template class implementation
|
commit | commitdiff | tree |
2006-09-28 |
pdontthink | renamed with proper class file naming conventions
|
commit | commitdiff | tree |
2006-09-24 |
pdontthink | Reverting other changes that snuck in. These need...
|
commit | commitdiff | tree |
2006-09-24 |
pdontthink | Reverting ampersand encoding. Glad I'm not going crazy...
|
commit | commitdiff | tree |
2006-09-24 |
pdontthink | Correct me if I'm wrong (because oddly, this seemed...
|
commit | commitdiff | tree |
2006-09-22 |
pdontthink | Fix broken legacy use of concat_hook_function. Now...
|
commit | commitdiff | tree |
2006-09-22 |
pdontthink | Move sqm_array_merge to arrays.php and subsequently...
|
commit | commitdiff | tree |
2006-09-22 |
pdontthink | Solved recursion problem and increased efficiency of...
|
commit | commitdiff | tree |
2006-09-22 |
pdontthink | Extensive rework of concat hook function to support...
|
commit | commitdiff | tree |
2006-09-22 |
pdontthink | Forgot since tag
|
commit | commitdiff | tree |
2006-09-22 |
pdontthink | New 'nice' array_merge function that doesn't overwrite...
|
commit | commitdiff | tree |
2006-09-21 |
pdontthink | Adding template_construct and template_output hooks...
|
commit | commitdiff | tree |
2006-09-21 |
pdontthink | Removing login_form hook, plugins can now use template_const...
|
commit | commitdiff | tree |
2006-09-21 |
pdontthink | Fixed error check
|
commit | commitdiff | tree |
2006-09-21 |
pdontthink | Forgot to check default template set before falling...
|
commit | commitdiff | tree |
2006-09-21 |
pdontthink | Abstract template file location logic and enable plugin...
|
commit | commitdiff | tree |
2006-09-19 |
pdontthink | Enabling use of <plugin>_info() function
|
commit | commitdiff | tree |
2006-09-19 |
pdontthink | Don't load prefs for serving stylesheets; instead grab...
|
commit | commitdiff | tree |
2006-09-19 |
pdontthink | Variable name is misleading, if technically correct...
|
commit | commitdiff | tree |
2006-09-19 |
pdontthink | Default was overriding legitimate values in sqgetGlobalVar...
|
commit | commitdiff | tree |
2006-09-19 |
pdontthink | Variable name is misleading, if technically correct...
|
commit | commitdiff | tree |
2006-09-19 |
pdontthink | Variable name is misleading, if technically correct...
|
commit | commitdiff | tree |
2006-09-19 |
pdontthink | Clarifications, questions, proposals
|
commit | commitdiff | tree |
2006-09-18 |
pdontthink | Fixed CRLFs. Is somebody seriously developing in Windoze??
|
commit | commitdiff | tree |
2006-09-18 |
pdontthink | Stylesheets provided with templates won't load unless...
|
commit | commitdiff | tree |
2006-09-08 |
pdontthink | Use constants for sqgetGlobalVar() typecasting
|
commit | commitdiff | tree |
2006-09-07 |
pdontthink | Added check_plugin_version() function
|
commit | commitdiff | tree |
2006-09-07 |
pdontthink | Duh
|
commit | commitdiff | tree |
2006-09-07 |
pdontthink | New helper function for checking plugin version numbers...
|
commit | commitdiff | tree |
2006-09-07 |
pdontthink | Slight adjustment. Plugins create their own table...
|
commit | commitdiff | tree |
2006-09-06 |
pdontthink | I don't remember why the login_form hook had to be...
|
commit | commitdiff | tree |
2006-09-04 |
pdontthink | Wrong variable name used
|
commit | commitdiff | tree |
2005-12-07 |
pdontthink | Recent changes
|
commit | commitdiff | tree |
2005-12-07 |
pdontthink | Include compatibility plugin; no need for patching...
|
commit | commitdiff | tree |
2005-12-07 |
pdontthink | Move sqm_baseuri() to strings.php. A file for functions...
|
commit | commitdiff | tree |
2005-11-25 |
pdontthink | Fixed first message losing correct URI
|
commit | commitdiff | tree |
2005-11-24 |
pdontthink | Reimplement subject_link hook and add some new link...
|
commit | commitdiff | tree |
2005-11-15 |
pdontthink | Added new scheme to allow multiple plugins to share...
|
commit | commitdiff | tree |
2005-11-15 |
pdontthink | Added new scheme to allow multiple plugins to share...
|
commit | commitdiff | tree |
2005-11-15 |
pdontthink | Info about new hook to change log
|
commit | commitdiff | tree |
2005-11-09 |
pdontthink | New post-send hook. Though compose_sent could be a...
|
commit | commitdiff | tree |
2005-11-09 |
pdontthink | New post-send hook. Though compose_sent could be a...
|
commit | commitdiff | tree |
2005-11-09 |
pdontthink | Spelling fix
|
commit | commitdiff | tree |
2005-09-24 |
pdontthink | Fixed/restored reply focus functionality
|
commit | commitdiff | tree |
2005-09-07 |
pdontthink | Focus fix
|
commit | commitdiff | tree |
2005-09-06 |
pdontthink | Don't auto-focus on compose form when user has already...
|
commit | commitdiff | tree |
2005-09-06 |
pdontthink | checkForJavascript never returns SMPRF_JS_AUTODETECT
|
commit | commitdiff | tree |
2005-06-03 |
pdontthink | Fix that addresses inconsistency in PHP's chunk_split...
|
commit | commitdiff | tree |
2005-04-14 |
pdontthink | all widgets should be named.
|
commit | commitdiff | tree |
2005-04-14 |
pdontthink | It isn't a workaround
|
commit | commitdiff | tree |
2005-04-14 |
pdontthink | remove comments about mistaken sqgetGlobalVar fix
|
commit | commitdiff | tree |
2005-04-14 |
pdontthink | Reverting to Erin's original design; sqgetGlobalVar...
|
commit | commitdiff | tree |
2005-04-13 |
pdontthink | courier workaround
|
commit | commitdiff | tree |
2005-04-13 |
pdontthink | Workaround for Courier when sending mixed messages...
|
commit | commitdiff | tree |
2005-03-31 |
pdontthink | Fixed javascript errors when clicking on subject of...
|
commit | commitdiff | tree |
2005-03-30 |
pdontthink | Allow extra javascript to be added to checkboxes
|
commit | commitdiff | tree |
2005-03-30 |
pdontthink | Area around checkboxes is now also responsive to the...
|
commit | commitdiff | tree |
2005-03-19 |
pdontthink | Just a little more
|
commit | commitdiff | tree |
2005-03-19 |
pdontthink | Add missing hooks for new compose options screen
|
commit | commitdiff | tree |
2005-03-18 |
pdontthink | Making mailto: conversion in magicHTML() optional ...
|
commit | commitdiff | tree |
2005-03-18 |
pdontthink | It's _blank, not _new
|
commit | commitdiff | tree |
2005-03-18 |
pdontthink | fixed signout page
|
commit | commitdiff | tree |
2005-03-18 |
pdontthink | Roll back signout.php changes and move the fix to auth...
|
commit | commitdiff | tree |
2005-03-17 |
pdontthink | Added new highlighting color
|
commit | commitdiff | tree |
2005-03-15 |
pdontthink | Sorry folks. Changing onClick to onMouseDown so middle...
|
commit | commitdiff | tree |
next |