1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00
Commit Graph

417 Commits

Author SHA1 Message Date
Daniel Gruno
0eff5187c4 Add PHP as a possible highlighted language if needed.
Fix up the lexer so that when httpdComments is true, httpd style comments are not parsed as such unless the hash character is at the beginning of a line (disregarding spaces)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1332544 13f79535-47bb-0310-9956-ffa450edef68
2012-05-01 07:19:25 +00:00
Daniel Gruno
205dba926e Allow the lexer loop to run a little longer.
Recognize "else" as a Perl keyword (d'uh)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331836 13f79535-47bb-0310-9956-ffa450edef68
2012-04-28 21:20:01 +00:00
Daniel Gruno
f7eafd4015 Add AuthConfig as a valid Options argument
Treat "foo-bar" as plain text, regardless of whether "foo" or "bar" alone is a keyword.
Treat foo_module as a valid LoadModule argument

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331717 13f79535-47bb-0310-9956-ffa450edef68
2012-04-28 09:02:40 +00:00
Daniel Gruno
f2e170140a Stop being case-insensitive with section directives. This fixes the highlighting issue with mod_proxy and others, although a longer lasting solution might have to be worked on.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331688 13f79535-47bb-0310-9956-ffa450edef68
2012-04-28 05:40:20 +00:00
André Malo
74e931e814 properly enclose inline javascript in HTML output.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331550 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 19:29:19 +00:00
André Malo
879334e84f - style
- fix example -> highlight nesting
- enclose inline javascript in cdata


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331543 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 19:05:41 +00:00
Daniel Gruno
df33bf7282 Add IfVersion as a known section directive, change the css for literals and identify Options arguments as literals
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331530 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 18:23:10 +00:00
Daniel Gruno
1513f8d80b Add AuthzProviderAlias as a valid section directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331290 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 08:16:23 +00:00
Daniel Gruno
1036562689 add a boundary check to type highlighting in C
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331260 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 07:17:08 +00:00
Daniel Gruno
1ae3e9d127 Update keywords for shell scripts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331235 13f79535-47bb-0310-9956-ffa450edef68
2012-04-27 06:15:12 +00:00
Daniel Gruno
c23909315f Prevent infinite looping in case of borked spans or code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330992 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 17:49:39 +00:00
Daniel Gruno
f19a613269 Accept AuthLDAPUrl as a keyword
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330931 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 16:30:27 +00:00
Daniel Gruno
1c5fbceb62 Allow for multiple newlines to be ignored at start and finish
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330875 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 14:36:40 +00:00
Daniel Gruno
0fbe07f716 Remove trailing and leading newlines and spaces caused by xml formatting styles
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330665 13f79535-47bb-0310-9956-ffa450edef68
2012-04-26 06:09:31 +00:00
Daniel Gruno
c02a1b0b91 Recognize IPv6 addresses as literals, update comment colors so they don't clash with section directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330363 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 15:51:31 +00:00
Daniel Gruno
b6058ee9e2 Recognize Require(Any|All|None) as enclosure
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330278 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 13:30:48 +00:00
Daniel Gruno
56f06b5632 Make httpd directives bold in highlighting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330256 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 13:06:45 +00:00
Daniel Gruno
4c7a210dd8 Make the lexer only highlight enclosures in config syntax if they are whole words, and update to also recognize FilesMatch, LocationMatch, Limit etc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330241 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 12:33:44 +00:00
Igor Galić
b92b224c3a make validate-xml a target of "all"
make it *fail* when the XML doesn't validate.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330223 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 11:53:41 +00:00
Daniel Gruno
500c1d015c Update CSS to have a perl style as well.
Update CGI howto doc to highlight code

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330165 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 09:11:38 +00:00
Daniel Gruno
6246448a94 Update CSS.
Add recognition of Directory, Location, VirtualHost, If/Else and Proxy as enclosures in httpd configurations

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330161 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 08:52:43 +00:00
Daniel Gruno
e2c5c42f1d Identify Apache specific functions and constants in C.
Treat true and false as boolean types (not keywords) in Lua.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330154 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 08:33:31 +00:00
Daniel Gruno
3128e82e2e nil in Lua should be a type, not a keyword in highlighting
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330143 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 07:54:47 +00:00
Daniel Gruno
cef9d59899 Add Lua syntax support
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330136 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 07:32:06 +00:00
Daniel Gruno
e1cd63ab9c Recognize NULL as a number
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330132 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 06:49:02 +00:00
Daniel Gruno
77d28d5d65 Separate config and c source styles a bit, set up proper distinction between types and keywords
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330128 13f79535-47bb-0310-9956-ffa450edef68
2012-04-25 06:36:47 +00:00
Daniel Gruno
d9018f8b16 Support for config highlighting (if anyone ever dares to do so)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1330005 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 20:49:41 +00:00
Daniel Gruno
340d410395 Changing javascript as per nd's suggestion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329915 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 18:26:38 +00:00
Daniel Gruno
ca43447e28 Trying out the new build commands. If anything fails, blame rbowen for pushing me to do this :( *sob*
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329844 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 16:50:55 +00:00
Daniel Gruno
c6e64daa65 Deleting the GPL versioned highlighter
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329836 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 16:35:32 +00:00
Daniel Gruno
c693d92b97 Adding another syntax highlighting test subject (this time it's ASL, yay)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329816 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 16:06:52 +00:00
Daniel Gruno
06f3ceac08 Initial add of files for syntax highlighting tests
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1329740 13f79535-47bb-0310-9956-ffa450edef68
2012-04-24 14:17:10 +00:00
Rich Bowen
b2c0756771 Trivial typo.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326229 13f79535-47bb-0310-9956-ffa450edef68
2012-04-14 23:26:22 +00:00
Stefan Fritsch
e325d761a0 Build fcgistarter.8
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301725 13f79535-47bb-0310-9956-ffa450edef68
2012-03-16 19:58:32 +00:00
André Malo
3a302a4e44 add manpage list
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1242919 13f79535-47bb-0310-9956-ffa450edef68
2012-02-10 20:59:21 +00:00
Takashi Sato
d00d15ac35 Add <glossary> to nroff.xsl and revert r1222335 partially.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229116 13f79535-47bb-0310-9956-ffa450edef68
2012-01-09 12:41:42 +00:00
Takashi Sato
abd7071de7 Sync with 2.2 branch
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1229059 13f79535-47bb-0310-9956-ffa450edef68
2012-01-09 08:27:00 +00:00
Rich Bowen
5d3d7c8875 s/2011/2012/g
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1226563 13f79535-47bb-0310-9956-ffa450edef68
2012-01-02 22:52:11 +00:00
André Malo
b7af3e63da update version
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1202303 13f79535-47bb-0310-9956-ffa450edef68
2011-11-15 16:56:16 +00:00
Jim Jagielski
7ce4868e40 And we are at 2.3.16-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199519 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 23:07:29 +00:00
Rainer Jung
136ab9eabf Regenerated style files after simplified chinese fix.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199486 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 22:10:25 +00:00
Rainer Jung
cd2834eb42 Fix docs generation for simplified chinese.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1199478 13f79535-47bb-0310-9956-ffa450edef68
2011-11-08 21:54:39 +00:00
Jim Jagielski
69c1a5c854 Cleanup effort in prep for GA push:
Trim trailing whitespace... no func change


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174747 13f79535-47bb-0310-9956-ffa450edef68
2011-09-23 13:36:39 +00:00
Jim Jagielski
db7bd57c24 And we are at 2.3.15-dev
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1152855 13f79535-47bb-0310-9956-ffa450edef68
2011-08-01 16:24:16 +00:00
Jim Jagielski
fa8dc749ee And roll on to 2.3.14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1140734 13f79535-47bb-0310-9956-ffa450edef68
2011-06-28 17:18:24 +00:00
Jim Jagielski
d625ae4adb and bump to 2.3.13
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1101855 13f79535-47bb-0310-9956-ffa450edef68
2011-05-11 12:15:55 +00:00
Lucien Gentis
96f3e2c347 Updates.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1093991 13f79535-47bb-0310-9956-ffa450edef68
2011-04-16 13:21:45 +00:00
Jim Jagielski
e7e30d8231 And roll onto 2.3.12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1075924 13f79535-47bb-0310-9956-ffa450edef68
2011-03-01 17:06:22 +00:00
Rich Bowen
fe35786735 Adds simplified Chinese translation to httpd trunk docs. Via
dongsheng@apache.org (see tid 50767)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1070870 13f79535-47bb-0310-9956-ffa450edef68
2011-02-15 12:46:52 +00:00
Rich Bowen
931cdd59ae Update copyright to 2011
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1054597 13f79535-47bb-0310-9956-ffa450edef68
2011-01-03 12:42:10 +00:00