pdontthink
|
7f637af934
|
Add preview pane to advanced default template. This serves as an example of how to use a plugin to provide backend functionality introduced by a template (preview pane needs to be turned on/off by settings in the display preferences, which the plugin does; actual preview pane output is done by the template set). Note any plugin can be turned on or off for a given skin using the template's own config file.
|
2007-01-24 06:51:15 +00:00 |
|
pdontthink
|
e5a4c4915b
|
Center is an illegal value for vertical-align
|
2007-01-23 06:14:11 +00:00 |
|
pdontthink
|
fb97c85c62
|
Minor HTML adjustment
|
2007-01-23 05:12:18 +00:00 |
|
pdontthink
|
0cedfc1c12
|
Simplify and standardize sendMDN function.
|
2007-01-19 23:21:54 +00:00 |
|
pdontthink
|
a3505b05fc
|
Remove HTML from org_logo on logout error page
|
2007-01-19 09:11:16 +00:00 |
|
pdontthink
|
baa7755581
|
Minor fix; reduce needless open/closing of PHP
|
2007-01-19 09:10:10 +00:00 |
|
pdontthink
|
d8ace35d81
|
Update attributions string output
|
2007-01-15 08:40:21 +00:00 |
|
pdontthink
|
be0abf8532
|
Remove HTML from provider_uri and name; also fix default provider_uri when on plugin pages; base path was not part of the link
|
2007-01-15 08:27:10 +00:00 |
|
pdontthink
|
b9c07843d6
|
Synch advanced template with SM attribute string changes
|
2007-01-15 07:58:55 +00:00 |
|
pdontthink
|
dba69c197f
|
Better formatting (I hope)
|
2007-01-15 07:58:05 +00:00 |
|
pdontthink
|
7fc71e11c6
|
Remove a spec of HTML from login.php
|
2007-01-15 07:46:53 +00:00 |
|
Thijs Kinkhorst
|
11b10ba5d1
|
increment year in copyright notices
|
2007-01-13 20:15:44 +00:00 |
|
pdontthink
|
77af1190c4
|
Adding initial RPC baseline functionality. The delete message request does in fact work in any RPC (such as AJAX) environment, but does not actually delete messages. SM core needs a lot of reworking before this functionality can be fully fleshed out.
|
2007-01-11 08:05:51 +00:00 |
|
pdontthink
|
16ddf3151b
|
Allow template sets to filter or completely change header delivery
|
2007-01-09 08:03:54 +00:00 |
|
pdontthink
|
4fe3cc2423
|
Remove HTML from SM option widget code; use forms.php utilities, which in turn use templated output
|
2007-01-09 05:09:28 +00:00 |
|
pdontthink
|
1e000b8e3c
|
Moving template util file
|
2007-01-08 19:54:19 +00:00 |
|
pdontthink
|
d7fc64fac6
|
Give threading URI to template, let template do the HTML layout
|
2007-01-08 19:09:01 +00:00 |
|
Thijs Kinkhorst
|
99a191936e
|
fixup logout error
|
2007-01-07 18:29:07 +00:00 |
|
Thijs Kinkhorst
|
0396380dce
|
frameset pages must not use standard footer because it contains "</body>",
just need closing </html> tag
|
2007-01-07 15:44:12 +00:00 |
|
pdontthink
|
e9840bb5c9
|
Template files for form widgets being added
|
2007-01-07 07:28:11 +00:00 |
|
pdontthink
|
fd46a903c1
|
Do it the right way
|
2007-01-04 14:09:15 +00:00 |
|
pdontthink
|
19f8226a72
|
Add attribute array to hyperlink/image/span templates for future extensibility
|
2007-01-04 07:23:03 +00:00 |
|
pdontthink
|
a1aeecdf50
|
Fixed broken GO button in compact paginator (when javascript is off) -- problem was that startMessage was already in <form> action attribute, so naming the <select> widget startMessage was incorrect, and a compounding issue was that there were two <select> widgets with the same name. Whew.
|
2007-01-03 12:41:18 +00:00 |
|
pdontthink
|
c50db411bf
|
Move another template util file, strip HTML out of paginator utility fxns.
|
2007-01-02 22:06:39 +00:00 |
|
pdontthink
|
c1cd1212ee
|
Can't have any whitespace output
|
2007-01-02 21:03:07 +00:00 |
|
pdontthink
|
4624de988c
|
Let template set tell us what the valid non-breaking space is for the target output format. This is somewhat inefficient (although so far only found one place to use it - commit coming later); faster design choice might be to create a <template_name>_functions.php file in the template set's directory, where a function called <template_name>_non_breaking_space() can be called, but then where do you draw the line? (Could also replace the hyperlink.tpl file, but then it starts to look like you are doing exactly what the template engine is supposed to be doing.)
|
2007-01-02 20:33:39 +00:00 |
|
pdontthink
|
f0c3ad0d48
|
Removing hook from template, misc cleanup
|
2007-01-02 08:07:24 +00:00 |
|
pdontthink
|
e2674fade2
|
Add name attribute to hyperlink template
|
2007-01-02 06:38:34 +00:00 |
|
pdontthink
|
83347b5227
|
Refactor message list control widgets into their own template file; useful if we want to show controls at bottom of message list as well, HOWEVER, note that while most browsers handle it perfectly fine, putting same-named widgets on one page is bad news; I think invalid HTML, so we might try to figure out a way to rename widgets(?).
|
2007-01-01 00:37:42 +00:00 |
|
pdontthink
|
35bd7b151c
|
Refactor message list template, move hooks out of template, add hook for plugin access to message list controls, change message list control array to use associative (string) array keys for easier groking
|
2006-12-31 23:48:11 +00:00 |
|
pdontthink
|
25aec6366a
|
Forgot to wrap output in PHP tags
|
2006-12-31 06:31:32 +00:00 |
|
pdontthink
|
c6615849f6
|
Removing hooks from template one by one...
|
2006-12-31 06:29:37 +00:00 |
|
pdontthink
|
c8cba22e42
|
t12n of fortune output
|
2006-12-31 06:28:19 +00:00 |
|
pdontthink
|
dd2823a8de
|
Remove span tags from core
|
2006-12-31 05:40:57 +00:00 |
|
pdontthink
|
8013d63ea0
|
Doc update... needs to be finished
|
2006-12-31 05:19:39 +00:00 |
|
pdontthink
|
f757ec4d5f
|
Allow text alternative for images to percolate all the way through template layers
|
2006-12-31 05:09:39 +00:00 |
|
pdontthink
|
5a56c3cbc9
|
Moving template util files
|
2006-12-31 01:42:11 +00:00 |
|
pdontthink
|
548b9b18f8
|
Add id attribute to hyperlink and image templates
|
2006-12-30 22:22:05 +00:00 |
|
pdontthink
|
ece7d8abb4
|
Remove HTML from login src and add image template
|
2006-12-30 21:41:42 +00:00 |
|
pdontthink
|
9972bd918f
|
Update for new location of global template utilities. Note that templates/util_global.php is already included by the Template class so is ALWAYS available for ALL template files.
|
2006-12-30 21:24:00 +00:00 |
|
pdontthink
|
2a749adc88
|
Add class attribute to template
|
2006-12-30 21:14:54 +00:00 |
|
pdontthink
|
e942411353
|
Moving template utilities... help appreciated moving the other util files too
|
2006-12-30 20:29:59 +00:00 |
|
pdontthink
|
933edcefca
|
Removed extraneous comments
|
2006-12-30 20:05:22 +00:00 |
|
pdontthink
|
c047501dc9
|
Allow template sets to override plugin configuration. See config file in template directories.
|
2006-12-12 10:43:00 +00:00 |
|
pdontthink
|
bee067902f
|
Correct subpackage
|
2006-12-10 22:11:12 +00:00 |
|
pdontthink
|
8245571b10
|
Strip HTML for hyperlink creation from core
|
2006-12-10 21:44:28 +00:00 |
|
pdontthink
|
d30743d721
|
Listcommands plugin now updated to 1.5.2-style 'templat-ized' output
|
2006-12-10 21:10:14 +00:00 |
|
pdontthink
|
fd7764d661
|
Reposition read_body_header plugin output point
|
2006-12-10 21:06:24 +00:00 |
|
pdontthink
|
681d997696
|
Massive update to plugin system architecture. Please test! Not all core plugins are tested yet, please point out issues that need to be fixed. Please see http://marc.theaimsgroup.com/?t=116282394000001&r=1&w=2
|
2006-12-10 05:13:40 +00:00 |
|
pdontthink
|
d2af0c9653
|
Remove embedded HTML for displaying submit buttons on option pages, also display more than one submit button so you need not scroll to the bottom to change options right at the top of a page. Doesn't look so good on the Personal Information page, so if anyone has any bright ideas on how to fine-tune this...
|
2006-12-08 05:24:15 +00:00 |
|