Fossil

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

28 check-ins using file src/style.c version 838874e47e

2020-07-31
14:20
Always regenerate the VERSION.h file, and hence change the FOSSIL_BUILD_HASH value, every time "make" is run. check-in: 01c03ca16a user: drh tags: trunk
12:35
Minor style tweaks after trying the editor in different skins. check-in: 7418144b3f user: stephan tags: ajax-wiki-editor
12:26
Ardoise skin: reset SELECT height to "initial" because its default otherwise breaks selects with size greater than 1. check-in: ef38f0d7ca user: stephan tags: trunk
12:03
Merge enhancements from trunk into the ajax-wiki-editor branch. check-in: a8cb9b1a7b user: drh tags: ajax-wiki-editor
09:57
The save button now is now moved to the current tab when switching tabs, for the save/preview/diff tabs. check-in: acdd76539c user: stephan tags: ajax-wiki-editor
05:14
Minimize the FOUC effect before the tabs are re-assembed in JS by initially hiding all tabs. check-in: d8f18bc54e user: stephan tags: ajax-wiki-editor
04:55
Renamed the 'sandbox' automagical page to 'Sandbox' (upper case) for consistency with the historical sandbox links. Both names work equivalently, but now the selection list matches up with the name passed in via the external links to the sandbox. check-in: a95dd98e81 user: stephan tags: ajax-wiki-editor
04:46
Corrected sandbox page always getting tagged as 'new' in the page header and title. check-in: c3c9a14365 user: stephan tags: ajax-wiki-editor
04:33
Moved Save button to the Preview tab, as that follows the common app-wide pattern of not enabling a save until a preview has first been triggered. check-in: 31296ec204 user: stephan tags: ajax-wiki-editor
03:50
Can now create new pages without leaving the editor. Numerous layout tweaks. Improved the help tab. check-in: d5e4d7a9a9 user: stephan tags: ajax-wiki-editor
02:21
Update the tests to reflect recent code changes check-in: 981049f798 user: ashepilko tags: trunk
02:02
Renamed the fileedit/wikiedit stash index keys to avoid breakage if they edit a file/page named 'index' (this unfortunately invalidates any local-storage edits in /fileedit). Minor wiki page selection list style tweak. check-in: 8975f7247a user: stephan tags: ajax-wiki-editor
01:44
Minor layout/style improvements. check-in: 31c5e1fd86 user: stephan tags: ajax-wiki-editor
01:31
Moved the hard-coded edit state markers to fossil.page.config so that skins can change them. check-in: 4c1a2dd4e1 user: stephan tags: ajax-wiki-editor
01:21
Renamed /fileedit's setFileContentMethods() to setContentMethods() to consolidate the naming convention for this client hook across pages which use it (which now includes the ajax wiki editor). check-in: bdfbc9f912 user: stephan tags: trunk
01:11
Mis-declared C var fix. check-in: d7d231c933 user: stephan tags: ajax-wiki-editor
01:09
Added filter checkboxes to show/hide to filter the wiki page list by page type(s). Related internal API additions. check-in: 9edf5e7dd6 user: stephan tags: ajax-wiki-editor
2020-07-30
23:30
Added links to the wiki page's add-attachment and list-attachment pages. check-in: 01ab924155 user: stephan tags: ajax-wiki-editor
22:09
Update the built-in SQLite to the latest 3.33.0 alpha, for testing. check-in: 38d1b32bde user: drh tags: trunk
22:02
Implemented wiki page saving. Corrected order of the versions in the diff. Various cleanups. check-in: 63376a80fc user: stephan tags: ajax-wiki-editor
19:48
New/unsaved pages can now be discarded. check-in: 2ccdf326cd user: stephan tags: ajax-wiki-editor
19:12
Added ability to create new pages passed to the editor via /wikinew and integrated them into the local edit stash. check-in: 7894674dd4 user: stephan tags: ajax-wiki-editor
01:45
Permissions checks improvements. Added a couple TODOs, notably for how to integrate handling of new/as-yet-unsaved pages into the UI. check-in: 044e2b55a5 user: stephan tags: ajax-wiki-editor
00:11
Revive branch, since it turns out there is still a problem with cloning local filesystem repositories. See the previously-linked forum post for details. check-in: cbd52334ef user: andygoth tags: multi-remote-fix
00:05
All major features except saving are implemented. check-in: 5d61cec568 user: stephan tags: ajax-wiki-editor
2020-07-29
20:19
Initial bits for the ajax-powered wiki editor. There's still much to do here, but most of the basics are in place. check-in: 20636c936f user: stephan tags: ajax-wiki-editor
20:08
Fixed %j encoding to backslash-escape double-quotes. It was accounting for them in its allocation but not actually escaping them. check-in: caa51decb8 user: stephan tags: trunk
18:10
Corrected a 'for' attribute in a generated LABEL tag used by the fileedit page. check-in: b82cb27514 user: stephan tags: trunk