Craig Andrews
|
51f0dd5e37
Add configuration option to toggle the indenting of the output HTML. Defaults to indent enabled.
|
15 years ago |
Craig Andrews
|
fa66755508
Append the StatusNet version to all local, static CSS references
|
15 years ago |
Craig Andrews
|
d41a0a5ed0
Use inlineScript() instead of element() to write inline javascript
|
15 years ago |
Craig Andrews
|
b3086d3c68
Add style function to output style() tags
|
15 years ago |
Craig Andrews
|
7ddf911f5d
Add 2 new events: StartInlineScriptElement and EndInlineScriptElement
|
15 years ago |
Craig Andrews
|
847013db69
only write the javascript CDATA blocks if the type is javascript (it's not the correct syntax for other languages)
|
15 years ago |
Brion Vibber
|
4afe07f0c3
Merge commit 'refs/merge-requests/108' of git://gitorious.org/statusnet/mainline into 0.9.x
|
15 years ago |
Evan Prodromou
|
2c07d4a530
utility function to output inline JavaScript
|
15 years ago |
Craig Andrews
|
40afc7e987
Add 4 new events: StartCssLinkElement, EndCssLinkElement, StartScriptElement, EndScriptElement
|
15 years ago |
Brion Vibber
|
330ddd1d9b
Disable XHTML Content-Type negotiation... You've foiled our plans for the last time!
|
15 years ago |
Brion Vibber
|
088081675f
Revert "Remove more contractions"
|
15 years ago |
Siebrand Mazeland
|
5ab709b739
Remove more contractions
|
15 years ago |
Evan Prodromou
|
b7e2e3fd2b
Restructure theme.php to define a class Theme
|
15 years ago |
Evan Prodromou
|
c5047fd90a
Merge branch '0.8.x' into 0.9.x
|
15 years ago |
Sarven Capadisli
|
5528c0cd3d
Using CDATA for autofocus script
|
15 years ago |
Sarven Capadisli
|
cc776478e2
Revert "Outputting UTF-8 charset in document header irrespective of mimetype."
|
15 years ago |
Sarven Capadisli
|
1e7df7fbab
Better check to see if the XML prolog should be outputted for XML
|
15 years ago |
Sarven Capadisli
|
353f58c231
Outputting UTF-8 charset in document header irrespective of mimetype.
|
15 years ago |
Sarven Capadisli
|
eb85f16f77
Switched Doctype to XHTML 1.0 Strict (which best reflects the current
|
15 years ago |
Sarven Capadisli
|
277b464054
Created autofocus method to give focus to an element (primarily a form
|
15 years ago |
Evan Prodromou
|
df86aa7214
define LACONICA and accept LACONICA for backwards compatibility
|
15 years ago |
Evan Prodromou
|
865b716f09
change LACONICA to STATUSNET
|
15 years ago |
Evan Prodromou
|
ae883ceb9b
change controlyourself.ca to status.net
|
15 years ago |
Evan Prodromou
|
d35b2d3f3c
change laconi.ca to status.net
|
15 years ago |
Evan Prodromou
|
c8b8f07af1
change Laconica and Control Yourself to StatusNet in PHP files
|
15 years ago |
Brett Taylor
|
d6bcc635bb
two variables $public and $system were generating notices in lib/htmloutputter.php, removed because these two parameters are null by default.
|
15 years ago |
Craig Andrews
|
060d5c4b8e
Fix logic that determines if a URL is relative or absolute in script() and cssLink()
|
15 years ago |
Craig Andrews
|
04ed583cc5
remove redundant/unnecessary lines
|
15 years ago |
Craig Andrews
|
e386a75d1b
Check theme first for CSS files, then use the non-theme path.
|
15 years ago |
Craig Andrews
|
c8c2d9d7c9
Make 2nd and 3rd cssLink() arguments optional
|
15 years ago |