Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
38 check-ins using file src/backoffice.c version ca05047462
|
2018-08-08
| ||
| 01:27 | Fix the MSVC specific link flags. check-in: 27c4e7b02d user: ashepilko tags: cmake-ide | |
|
2018-08-07
| ||
| 17:55 | Adjust include directories list to pick up autoconfig.h check-in: ad12f35c98 user: ashepilko tags: cmake-ide | |
|
2018-08-06
| ||
| 21:19 | Fix the mkbuiltin.c code generator so that it tolerates Windows-style backslash path separators on its arguments. This fixes the windows build that was busted by check-in [774bdc83556442c5]. check-in: 030bf2002f user: drh tags: trunk | |
|
2018-08-04
| ||
| 11:08 | Pass the build command in verbatim mode. check-in: 2809447506 user: ashepilko tags: cmake-ide | |
| 11:01 | Enumerate tests to preserve the order, MSVS2017 does not seem to follow test dependencies. check-in: a5dff3141f user: ashepilko tags: cmake-ide | |
| 10:55 | Change the order of extra build flags to allow overrides. check-in: f59ccb03a8 user: ashepilko tags: cmake-ide | |
| 10:47 | Fix PDB file handling; should apply only for Debug build. check-in: b7430ba100 user: ashepilko tags: cmake-ide | |
|
2018-08-03
| ||
| 21:06 | Merged in ben-json-timeline (adds /json/timeline/event). check-in: 74c908e709 user: stephan tags: trunk | |
|
2018-08-02
| ||
| 11:58 | Merge updates from trunk. check-in: b6a0c0015d user: mistachkin tags: cmake-ide | |
| 11:56 | Use the native directory separator for the extra files in the MSVC makefile. check-in: 774bdc8355 user: mistachkin tags: trunk | |
| 11:44 | Improve comment. check-in: f9ba9d94ac user: mistachkin tags: cmake-ide | |
| 09:55 | Allow out-of-source build with MSVC on Windows. check-in: fc8281ee9c user: ashepilko tags: cmake-ide | |
| 09:37 | Allow reading the list of input resources from a file with --reslist option. check-in: ba8ba160f9 user: ashepilko tags: cmake-ide | |
| 09:24 | Build Fossil via ExternalProject check-in: cddc7bb0e4 user: ashepilko tags: cmake-ide | |
| 08:32 | Merge from trunk. check-in: 19997e99c4 user: ashepilko tags: cmake-ide | |
| 06:54 | Refactor to fix an unused var warning in debug build check-in: 811333a501 user: ashepilko tags: trunk | |
| 03:53 | Exit with error status when halt is triggered on error check-in: ccc6676374 user: ashepilko tags: trunk | |
| 03:35 | Include winsock2.h for WinXP compatibility; was breaking the build check-in: 889bc0f794 user: ashepilko tags: trunk | |
|
2018-07-31
| ||
| 13:08 | Wrap oversize text/plain wiki and tickets and technotes and forum messages. check-in: fa8ef25777 user: drh tags: forum-v2 | |
| 10:30 | Fix a minor problem with the user capability summary display. check-in: 2cce85f421 user: drh tags: forum-v2 | |
| 04:18 | Add the email alerts configuration summary to the security audit page. check-in: a9e67fe615 user: drh tags: forum-v2 | |
| 04:08 | Add the /forum page with search and a list of recent threads. check-in: 05105248a1 user: drh tags: forum-v2 | |
| 03:14 | Enable search over the forum. check-in: b3c1ba372e user: drh tags: forum-v2 | |
| 01:03 | If the user is not logged in, prompt them to do so before continuing to the forum entry pages. check-in: 009ca1f74e user: drh tags: forum-v2 | |
| 00:09 | Update the custom MinGW makefile. check-in: d5c41263af user: mistachkin tags: trunk | |
| 00:09 | Fix harmless compiler warnings. check-in: ea2e515153 user: mistachkin tags: trunk | |
|
2018-07-30
| ||
| 23:29 | Improved login screen with a "Create A New Account" button. check-in: 14335899ef user: drh tags: forum-v2 | |
| 21:39 | Futher improvements to the user capability summary display. check-in: 45591e2111 user: drh tags: forum-v2 | |
| 21:17 | Improved CSS for the user capability summary. check-in: ba232e261e user: drh tags: forum-v2 | |
| 21:08 | Add the user capability summary to the security audit. check-in: 39d5e6751f user: drh tags: forum-v2 | |
| 19:34 | Fix errors in the permission checking for email notification. check-in: c286157cc9 user: drh tags: forum-v2 | |
| 19:34 | Improved error messages to background processes from the database interface. check-in: 72bb00bcab user: drh tags: forum-v2 | |
| 19:14 | Break out the processing of capability strings into a separate source file. Add new SQL functions: capunion() and fullcap(). Only send email notifications to users who have appropriate capabilities. check-in: 8a28a37c87 user: drh tags: forum-v2 | |
| 16:44 | Invoke abort() after a call to fossil_panic(), not exit(1). This will leave a core file if the system is correctly configured. Also show the panic on debugging logs. check-in: 8163228997 user: drh tags: forum-v2 | |
| 16:01 | Add new security-audit checks for forum and "Announce" privileges. check-in: 5d6fc9678d user: drh tags: forum-v2 | |
| 14:14 | Improvements to error detection and reporting in the artifact parser. Add the test-parse-all-blobs command for verifying the artifact parser against historical repositories. check-in: d2d1a86fa2 user: drh tags: forum-v2 | |
| 13:34 | Merge backoffice enhancements from trunk. check-in: bb50f0dce8 user: drh tags: forum-v2 | |
| 13:25 | Backoffice processing improvements: Set a timer on the backoffice to prevent it from running too long. Report errors on failed attempts to open /dev/null. Use "NUL" instead of "/dev/null" on Windows. check-in: 07356e44c1 user: drh tags: trunk | |