1
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 13 hours ago.
Sep 19, 2025 — Sep 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*** empty log message ***
mbj
More... almost 21 years ago
some small sort fixes
mbj
More... almost 21 years ago
fixed edit tickets bug; added sortable tables
mbj
More... almost 21 years ago
* lang/btt_lang.fr: Finished french translation. * btt_login_page.erl: Commented out request arguments print-out. * btt_yaws.erl: Commented out request arguments print-out. * btt_yaws.erl: Added parse_data/1 that use the correct parsing method according to the HTTP request method. * btt_yaws.erl: updated upload method to be compliant with latest yaws versions. * customers.yaws, sys_lang.yaws: use btt_yaws:parse_data/1 to avoid parsing error. * faqoff/Makefile: now use ERLC_FLAGS instead of EFLAG: -DYAWS=true is now properly set. * btt_sys_lang.erl: removed the use of os:cmd to list lang directory content. BTT now works properly under Microsoft Windows. * btt_lang.erl, btt_sys_lang.erl, script/Makefile: The lang directory is now supposed to be found under the docroot (it is a static directory that do not change after system installation, unlike the database directory). This has been done to minimize the size of the writable directory in the context of the Erlang REPOS CDROM. * script/btt.ss: The bash shell does not expand ~/btt.conf and Erlang does not expand it either. We now use the $HOME environment variable. * src/btt_yconf.erl: Now parse the config file values and replace %%EnvVar%% by the content of system environment variable. This make the distribution of preconfigured BTT, as it can ship with a default config file that can use environment variables to complete configuration. * src/btt_config.erl: Support Windows newline (\r\n). * src/btt_config.erl: Reversed two parse_line clauses, because the last one was unreachable (previous one always matched) * src/btt_yconf.erl: removed duplicate logdir clause in config server. More... over 21 years ago
* src/btt_yconf.erl: Now parse the config file values and replace %%EnvVar%% by the content of system environment variable. This make the distribution of preconfigured BTT, as it can ship with a default config file that can use environment variables to complete configuration. * src/btt_config.erl: Support Windows newline (\r\n). * src/btt_config.erl: Reversed two parse_line clauses, because the last one was unreachable (previous one always matched) * src/btt_yconf.erl: removed duplicate logdir clause in config server. More... over 21 years ago
Added set of Yaws id=btt. More... over 21 years ago
*** empty log message *** More... almost 22 years ago
Changed include file. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
Updating last-login when doing login. More... almost 23 years ago
Finished the new user administration. More... almost 23 years ago
More user admin stuff More... almost 23 years ago
Minor change More... almost 23 years ago
More translation. Not yet finished. More... almost 23 years ago
*** empty log message *** More... almost 23 years ago
Added file. More... almost 23 years ago
Adding better user administration. More... almost 23 years ago
Moved User Administration into a seperate page. More... almost 23 years ago
Fixed bug caused by changed yaws-script. More... almost 23 years ago
Bugfix, instead of just make, to get it to work on FreeBSD (using gmake) More... almost 23 years ago
Added 'NoName' in case no hostname is found. More... almost 23 years ago
Added file More... almost 23 years ago
Preparing for 4.0.3. More... almost 23 years ago
Bugfix releated to the make installation procedure. More... almost 23 years ago
Bugfixes: SMTP alert now works again. Added missing files: c_src/btt.h, Inastall-sh. Deleting ticket is now logged. Logout page changes menubar link to login. Corrected 'export' statement in the btt start script. More... about 23 years ago
Removed some more dbg printouts. More... about 23 years ago
Removed debug printout. More... about 23 years ago
Fixed bug, mail alert didn't work. More... about 23 years ago
Release of btt-4.0. More... about 23 years ago
Added a link to the Ticket Edit page to get back to the ticket view page (to read or add follow-ups) More... about 23 years ago