32
I Use This!
High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
When checking for win32 absolute paths, I added a check to make sure we don't overstep the bounds of a string
jnc
More... over 16 years ago
Merged mjanssen's timeline updates
jnc
More... over 16 years ago
Merged dhr's todo and ideas update
jnc
More... over 16 years ago
Accidently changed time format in timeline_query_for_tty output in checkin [aad573b31c] reverted so that timeline shows local timestamps again. More... over 16 years ago
Fix the menu of fossil_chat.tcl for mac.
drh
More... over 16 years ago
Fossil chat client entry widget will not lose focus on Win32 when receiving a message. More... over 16 years ago
Use tcl_platform to determine username, this is platform independent More... over 16 years ago
Fossil chat client (Initial commit) More... over 16 years ago
Timeline calculated localtime incorrectly so it didn't display latest changes if user is in TZ UTC+X More... over 16 years ago
Corrected "fossil user password" error message. It had an extra user More... over 16 years ago
Fixed error with absolute pathnames when opening a repo on Win32 More... over 16 years ago
Build from build directory More... over 16 years ago
Added revert command, currently only offering revert to current version. Organized todo.txt a bit, added new bug report
jnc
More... over 16 years ago
Added a gdiff command. diff command now runs config diff-command, gdiff command (graphical diff) now runs config gdiff-command. With both, if -i is supplied, internal diff is used. With both, if they are not configured, internal diff is used. Fixed bug with internal diff giving files in reverse order. Also put div id="sub-menu" inside of submenu if, as to not display the sub menu if no sub menu items exist
jnc
More... over 16 years ago
Minor updates to the todo.txt and ideas.txt files.
drh
More... over 16 years ago
Added support for a user defined diff command, which if set (fossil config diff-command), is run by default. The user can give a -i flag to run the internal diff command regardless of user defined diff command setting. Removed command tkdiff, no longer needed. Made the config remove message a bit more clear, when removing a config setting, it states it has been removed instead of telling you it's undefined.
jnc
More... over 16 years ago
Added style.css page that get's from the repo or uses a built in style.css. Removed static formatting in header/footer, replaced with divs, spans and ids which the style.css can totally control. The default style.css is simple, uses blue colors from timeline date area. Fixed minor bug on setup_ulist where it would display footer at top.
jnc
More... over 16 years ago
Some elements moved to correct order in wiki AllowedMarkup array. Removed hardcoded link in resolveHyperlink and also made it handle outside links, such as http, ftp, mailto, etc... When looking for valid HTML codes, I changed isalpha to isalnum so that H1, H2, etc... would be recognized. Better code for setting inital checkout db entry.
jnc
More... over 16 years ago
One more minor change to the fix of ff4c, set the current checkout to 1 if this is a brand new file.
jnc
More... over 16 years ago
Fixed bug in open_cmd. As of ff4c, open now runs update --latest as well, which would err on a brand new, blank, database. open_cmd now only runs update --latest if the current pid != 0
jnc
More... over 16 years ago
Merge the RSS changes.
drh
More... over 16 years ago
Fix a C++-ism.
drh
More... over 16 years ago
Fixes to the timeline webpage and the "open" and "update" commands.
drh
More... over 16 years ago
Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss
jnc
More... over 16 years ago
Branching now working correctly, including adding of bgcolor tag and correct R line
jnc
More... over 16 years ago
Relax the lexigraphical ordering requirement on manifests. Now the lines of a manifest (or cluster or control file) must occur in lexigraphical order after the arguments have been defossilized.
drh
More... over 16 years ago
Forgot a line of debug code, writting manifest.new... now removed
jnc
More... over 16 years ago
Merged win32 info update and branch addition
jnc
More... over 16 years ago
fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now.
jnc
More... over 16 years ago
Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version.
drh
More... over 16 years ago