Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/style.c version 43dff7bad0
|
2007-10-27
| ||
| 13:52 | Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. check-in: 421a1e1fa4 user: drh tags: trunk | |
|
2007-10-26
| ||
| 18:18 | Prevent duplicate logins on the "user add" command. Also, allow the login to be specified on the command line. check-in: 783df88ba8 user: drh tags: trunk | |
|
2007-10-23
| ||
| 19:43 | No changes from the previous check-in. This just confirms that the previous check-in has now been tested and appears to work correctly. check-in: f4c30de75a user: drh tags: trunk | |
| 18:04 | Untested, experimental patch for correct redirect to the /index page when only the CGI script name is specified. check-in: f66089ec43 user: drh tags: trunk | |
| 16:35 | Get rid of the (silly?) int_least16_t type in sha1.c and just use good old "int" instead. Makes things easier to compile on older systems. check-in: 8fb641e071 user: drh tags: trunk | |
| 16:30 | Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. check-in: 17486c353f user: drh tags: trunk | |
|
2007-10-21
| ||
| 11:11 | Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. check-in: 8f423ad438 user: drh tags: trunk | |
|
2007-10-15
| ||
| 20:45 | Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. check-in: da9d38e2c3 user: drh tags: trunk | |
|
2007-10-14
| ||
| 00:30 | Add a sample ticket configuration script. This is just working notes. It will eventually be removed. check-in: d29dd11f2e user: drh tags: trunk | |
| 00:29 | Work toward a new mechanism for configuring the ticket subsystem and rendering ticket entry, editing, and viewing screens. Nothing works, but it is all commented out so the code code compile. check-in: 39aa870f8f user: drh tags: trunk | |
|
2007-10-13
| ||
| 01:18 | Much improved wiki rendering. Automatic paragraph tags now match correctly. All tags should balance. check-in: c963a7763d user: drh tags: trunk | |
|
2007-10-12
| ||
| 23:18 | Fix some (certainly not all) problems with wiki editing. check-in: df646a7f4c user: drh tags: trunk | |
| 22:56 | The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. check-in: 677aa71bca user: drh tags: trunk | |