# HG changeset patch # User Paul Issott # Date 1388913027 0 # Node ID 02a11d8d636e657bd7a3dd3277c8d5af602bf1ee # Parent bb625b6de9028f5da902a1ac74a7e2797efd417f Tiny edits diff -r bb625b6de902 -r 02a11d8d636e README --- a/README Sun Jan 05 00:01:34 2014 +0100 +++ b/README Sun Jan 05 09:10:27 2014 +0000 @@ -2,7 +2,7 @@ ================================================================================ -The SliTaz Project have setup and tried several bug trackers but they were never +The SliTaz Project has setup and tried several bug trackers but they were never adopted by the main developers. This is an attempt to change that by providing a radically simple tool well integrated with the SliTaz packages Cooker, Cookiso, Roadmap and other sites such as the wiki and forum. diff -r bb625b6de902 -r 02a11d8d636e TODO --- a/TODO Sun Jan 05 00:01:34 2014 +0100 +++ b/TODO Sun Jan 05 09:10:27 2014 +0000 @@ -4,6 +4,6 @@ * Hg integration by checking in commits if a bug was solved and then close it: hg commit -m "My msg [CLOSE=4]" Or full Hg integration ? Meaning the tracker itself under Hg and - each new bug or msg create a commit like in TinyCM ? + each new bug or msg creates a commit like in TinyCM ? * If TinyCM is adopted and the SliTaz authentification system is approved: split auth code into /usr/lib/slitaz/libcgiauth.sh diff -r bb625b6de902 -r 02a11d8d636e tazbug-box --- a/tazbug-box Sun Jan 05 00:01:34 2014 +0100 +++ b/tazbug-box Sun Jan 05 09:10:27 2014 +0000 @@ -1,6 +1,6 @@ #!/bin/sh # -# SliTaz Bug GUI tool. All the account's parts may move to slitaz-account +# SliTaz Bug GUI tool. All the account parts may move to slitaz-account # if we use it for other sites and services so we use one centralized # SliTaz account. # diff -r bb625b6de902 -r 02a11d8d636e web/bugs.cgi --- a/web/bugs.cgi Sun Jan 05 00:01:34 2014 +0100 +++ b/web/bugs.cgi Sun Jan 05 09:10:27 2014 +0000 @@ -536,7 +536,7 @@ fi if [ ! -f $AUTH_FILE ] ; then - js_log "$AUTH_FILE (defined in \$AUTH_FILE) have not been found." + js_log "$AUTH_FILE (defined in \$AUTH_FILE) has not been found." js_redirection_to "$WEB_URL?login$IDLOC" fi; @@ -549,10 +549,10 @@ mkdir -p $sessions echo "$md5session" > $sessions/$user js_set_cookie 'auth' "$user:$md5session" - js_log "Login authentification have been executed & accepted :)" + js_log "Login authentification has been executed & accepted :)" js_redirection_to "$WEB_URL$IDLOC" else - js_log "Login authentification have been executed & refused" + js_log "Login authentification has been executed & refused" js_redirection_to "$WEB_URL?login&error$IDLOC" fi html_footer ;; diff -r bb625b6de902 -r 02a11d8d636e web/plugins/dashboard/dashboard.cgi --- a/web/plugins/dashboard/dashboard.cgi Sun Jan 05 00:01:34 2014 +0100 +++ b/web/plugins/dashboard/dashboard.cgi Sun Jan 05 09:10:27 2014 +0000 @@ -11,7 +11,7 @@ html_header user_box if ! admin_user; then - gettext "You must be admin in to manage users." + gettext "You must be admin to manage users." exit 0 fi users=$(ls -1 $PEOPLE | wc -l) diff -r bb625b6de902 -r 02a11d8d636e web/plugins/skel/skel.cgi --- a/web/plugins/skel/skel.cgi Sun Jan 05 00:01:34 2014 +0100 +++ b/web/plugins/skel/skel.cgi Sun Jan 05 09:10:27 2014 +0000 @@ -14,7 +14,7 @@ # Say we use files in $DATA/skel, sort them by date and simply cat # the files, this will create a simple blog :-) We may add post via - # uploads or an HTML form. + # uploads or a HTML form. html_footer exit 0