12
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
smaller text in red style; lighter visited green so it doesn't look like black in green style More... over 20 years ago
correct 'unsigned char *' -> 'char **' conversion (found with the Sun C++ compiler) More... over 20 years ago
don't declare nested structs in the private section of a class, the Sun C++ compiler doesn't allow these to be used outside of the nesting class. More... over 20 years ago
autodetect the codeset for the locale and pass it to iconv_open(3)... iconv_open(3) on solaris 8 doesn't support the POSIX requirement that "" means "use the locale's encoding" More... over 20 years ago
look for nl_langinfo, we need it after all More... over 20 years ago
in diff output, replaced [skip] marker with --changeset--, it's more appropriate More... over 20 years ago
Somewhat better whitespace handling when showing diffs. More... over 20 years ago
Implemented JS style switcher. Switched from single to 3 alternative styles. More... over 20 years ago
Added AboutTheWebsite wiki link to footer. More... over 20 years ago
fix compilation with DEBUG defined More... over 20 years ago
Added the SF logo in footer. More... over 20 years ago
switched to blue links and sans-serif text More... over 20 years ago
display IP's regardless if username is set More... over 20 years ago
no need to parse cats, they're disabled and confusing More... over 20 years ago
transformed page name into link to it More... over 20 years ago
Unlike is_a(), get_class() returns lowercase class names. Must convert to lower and compare with all lowercase string if we hope to ever get a match. Previously the first if{} branch was never entered and a sideeffect was that diffs were show in full instead of just the needed context. More... over 20 years ago
basic http auth for admin dir More... over 20 years ago
no longer needing php_value, doesn't work More... over 20 years ago
make comment len global var and use it More... over 20 years ago
replaced is_a() call with get_class(); apparently SF doesn't support is_a() ??? More... over 20 years ago
SF doesn't allow php_value in .htaccess, so we use ini_set() instead. More... over 20 years ago
Added wiki code. More... over 20 years ago
Removed old static site in preparation for introducing wiki code. More... over 20 years ago
Look in the most logical places for external libraries More... over 20 years ago
we don't watch for fatal signals, so we don't need to handle them in the signal handler More... over 20 years ago
implement bt::Menu::insertItem() overloads as inlines More... over 20 years ago
don't tie menus to a single parent menu... instead, dynamically set the parent s the active item changes... this allows us to have a single menu inserted multiple times in different parents. More... over 20 years ago
add 0.70.0 beta2 news item More... over 20 years ago
compile with g++ 2.95.4 on FreeBSD More... over 20 years ago
work around a problem with the GNU ISO C++ library distributed with g++ 3.x: char_traits must be specialized to be able to use character types other than char and wchar_t together with basic_string More... over 20 years ago