mohrt
|
d23fe50562
|
fix html_options to not escape already escaped entities
|
2003-02-14 15:27:16 +00:00 |
|
mohrt
|
89ef1e5b08
|
fix error call
|
2003-01-28 14:33:50 +00:00 |
|
mohrt
|
1e11860447
|
update with textarea support
|
2003-01-25 17:31:55 +00:00 |
|
mohrt
|
b579c0f51d
|
update plugins to return values instead of echo, fix config file cache
to include global config variables in cache file
|
2003-01-08 17:34:45 +00:00 |
|
mohrt
|
a7106ed311
|
add javascript escape parameter to escape modifier
|
2003-01-06 23:15:27 +00:00 |
|
mohrt
|
1f12a0f3e0
|
add day_value_format to html_select_date
|
2002-12-13 15:40:53 +00:00 |
|
mohrt
|
27f8e2c40b
|
fix bug, double escaped values in display
|
2002-12-12 17:39:33 +00:00 |
|
mohrt
|
0cfedac9d5
|
assigned vars are no longer in global name space, few debug cleanups
|
2002-12-12 16:28:29 +00:00 |
|
mohrt
|
d94cacb721
|
fix error in newline code
|
2002-12-11 14:59:25 +00:00 |
|
mohrt
|
a91b21aba3
|
fix popup to allow newlines in text data
|
2002-12-11 14:51:10 +00:00 |
|
mohrt
|
556a9fc9df
|
escape html entities in the option values and output
|
2002-12-10 15:20:09 +00:00 |
|
mohrt
|
9b25d35767
|
fixed bug with label of html_options
|
2002-12-10 14:52:07 +00:00 |
|
mohrt
|
c3cc85f094
|
add caching feature to config loading, document update, add mailto plugin
|
2002-12-09 19:43:51 +00:00 |
|
mohrt
|
89f957ae5a
|
fix query part of URL
|
2002-12-08 23:02:59 +00:00 |
|
mohrt
|
1bda2fb5ac
|
added label attribute to all option outputs, cover w3c spec.
|
2002-11-01 15:32:42 +00:00 |
|
mohrt
|
e574890ea8
|
make html_options work with optgroup, make func modular and recursive.
|
2002-11-01 15:18:27 +00:00 |
|
mohrt
|
7a936c7ca1
|
fix warning message in default modifier
|
2002-10-16 16:26:12 +00:00 |
|
mohrt
|
10c55e12cb
|
added strip variable modifier
|
2002-09-25 15:54:46 +00:00 |
|
mohrt
|
6076225c71
|
add textformat block function
|
2002-09-16 15:19:41 +00:00 |
|
mohrt
|
619e4e6a3d
|
fix header in debug template, fix typo in header.tpl example
|
2002-09-09 13:20:09 +00:00 |
|
mohrt
|
df2a5888a8
|
added paramters to html_select_time plugin
|
2002-07-29 14:21:54 +00:00 |
|
mohrt
|
363d635f0c
|
update debug console to show objects, fix warning in debug.tpl
|
2002-07-24 13:21:51 +00:00 |
|
mohrt
|
a3cb1ccb16
|
make popup_init xhtml compliant, minor variable name changes for consistancy
|
2002-07-17 13:42:29 +00:00 |
|
mohrt
|
13772a2c44
|
fix problem with filenames on windows, add ability to supply expire time in seconds when clearing cache or compiled files
|
2002-07-16 15:04:02 +00:00 |
|
mohrt
|
174f0139f1
|
do nothing if $val is empty
|
2002-06-29 16:07:02 +00:00 |
|
mohrt
|
eacfdadf4b
|
add zindex to popup init, fix error message for eval.
|
2002-06-29 16:04:41 +00:00 |
|
mohrt
|
3dbab9bedc
|
allow plugins_dir to be an array of directories
|
2002-06-26 14:51:12 +00:00 |
|
mohrt
|
3469b357f9
|
fixed warning message in function.assign_debug_info
|
2002-06-24 20:22:15 +00:00 |
|
mohrt
|
3a36e0282c
|
update timestamp plugin to work when passed a timestamp
|
2002-06-23 22:37:21 +00:00 |
|
mohrt
|
bd96ebf984
|
update date_format, allow optional 2nd paramater as default date if passed date is empty. update docs.
|
2002-06-19 14:43:58 +00:00 |
|
mohrt
|
2e1cd4a5d0
|
fix date_format modifier, return nothing if given empty string
|
2002-06-19 14:25:01 +00:00 |
|
mohrt
|
e0505bdaad
|
gave $reset a default value in cycle function
|
2002-06-18 18:20:01 +00:00 |
|
mohrt
|
2fcb7baf53
|
corrected warnings in html_select_time function, made make timestamp always return a timestamp
|
2002-06-18 14:15:58 +00:00 |
|
mohrt
|
d790f915f4
|
change directory delimiter to "^" for cache and compile files
|
2002-06-14 20:58:20 +00:00 |
|
mohrt
|
b69dbeb6af
|
update version number
|
2002-06-03 16:53:53 +00:00 |
|
mohrt
|
d05fb1fc4c
|
fixed cycle function to respect delimiter setting after initial setting
|
2002-06-03 16:53:26 +00:00 |
|
mohrt
|
c23569b7ca
|
fixed bug with call $assign
|
2002-06-03 16:13:37 +00:00 |
|
mohrt
|
51a14712f8
|
optimized for loops with count() function calls
|
2002-06-03 16:05:33 +00:00 |
|
mohrt
|
8cd857c3e4
|
update html_select_date with month_value_format attribute for controlling the format of the month values.
|
2002-05-21 19:41:34 +00:00 |
|
mohrt
|
0559fce601
|
remove \n from cycle function
|
2002-05-07 21:58:39 +00:00 |
|
mohrt
|
5b70385282
|
update cycle function to handle array as input, update files to 2.1.1
|
2002-05-07 14:16:34 +00:00 |
|
mohrt
|
933fe652e6
|
update fetch function with more error checking
|
2002-05-06 14:50:37 +00:00 |
|
mohrt
|
541e03660e
|
update counter to use name instead of id (id still works though)
|
2002-05-03 18:22:41 +00:00 |
|
mohrt
|
2cb3d473f6
|
rename id to name for cycle function
|
2002-05-03 18:14:24 +00:00 |
|
mohrt
|
a54b3af229
|
update cycle function to allow blank values parameter after initialized
|
2002-05-03 14:39:49 +00:00 |
|
mohrt
|
a2ce60c0a2
|
fix syntax error
|
2002-05-03 13:33:10 +00:00 |
|
mohrt
|
f172b31c49
|
ugh, another typo
|
2002-05-02 22:10:50 +00:00 |
|
mohrt
|
4c6bd62135
|
update comments
|
2002-05-02 22:09:36 +00:00 |
|
mohrt
|
e532d32408
|
added function cycle
|
2002-05-02 22:05:58 +00:00 |
|
andrei
|
180f8f3d8d
|
Fix.
|
2002-04-30 13:57:14 +00:00 |
|