Subversion Repositories wimsdev

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
17170 1100 d 20 h bpr /trunk/wims/ xhtml -> html5  
16023 1527 d 17 h bpr /trunk/wims/public_html/html/ [fix] fix ariane for visitor and public sheets  
14338 2200 d 2 h bpr /trunk/wims/public_html/html/ [formatage]  
13573 2452 d 21 h obado /trunk/wims/ [minor] Code formatting  
12515 2753 d 22 h bpr /trunk/wims/public_html/html/ [formatage]  
11995 2938 d 22 h bpr /trunk/wims/public_html/html/ [fix] wims_ariane was not taken in account (for example
with help of a tool)
 
11469 3103 d 0 h bpr /trunk/wims/public_html/ [language] allows to add some true title on links on an adm module
on general menus (define variable wims_name_title_xx corresponding to wims_name_xx).
 
11279 3167 d 18 h bpr /trunk/wims/public_html/ [fix] for not translated adm module, the modification was not pertinent.  
11244 3170 d 19 h bpr /trunk/wims/public_html/ [fix] use the script language in headmenu (so in home).  
10562 3396 d 17 h bpr /trunk/wims/public_html/ [userlink] small typos; if _in wims_session, only the headmenu items appear (not the userbox).  
10407 3405 d 9 h bpr /trunk/wims/public_html/html/ [minor] about did no more appear for tools.  
10355 3407 d 19 h bpr /trunk/wims/public_html/ [ariane] cleanup modules createxo and ariane
- add a test if one does not want an ariane thread (for example, in popup windows)
 
10274 3431 d 5 h bpr /trunk/wims/public_html/html/ [ariane] No link logout if _test isin the session  
10259 3434 d 2 h bpr /trunk/wims/public_html/html/ [ariane/help] modification for help and ariane  
10175 3438 d 20 h bpr /trunk/wims/public_html/html/ [ergo] put the link Intro of the oef modules in the ariane thread (for the moment
except for the default theme).
 
9916 3537 d 15 h bpr /trunk/wims/public_html/html/ [typo] the variable module_help is very often empty (give the type of help window as popup or not)
so must not use in the test
 
9810 3600 d 15 h bpr /trunk/wims/public_html/ [work_in_progress] add some itemsep - add logout link in headmenu.phtml
if $wims_user$wims_developer is non empty
 
9800 3602 d 19 h bpr /trunk/wims/public_html/html/ [work in progress] comment some of the items in the ref menu. Should be check
(they are already in the headmenu, I hope !)
 
9710 3621 d 15 h bpr /trunk/wims/public_html/ [work in progress] Home link will appear in the menumodu.
Has to be confirmed
 
9702 3621 d 16 h bpr /trunk/wims/public_html/html/ [minor] typo  
9309 3743 d 23 h bpr /trunk/wims/public_html/ [major] add possibility to have language files in the themes
for the moment, must create lang/name.phtml.fr or lang/newfile
where newfile is the adress of the lang file in some administrative module
with / replace by _ , for example adm_createxo_lang_names.phtml.fr (be careful,
this can yet be changed).
 
9282 3756 d 0 h obado /trunk/wims/public_html/ [minor/css] reduce height of wims top box in standard theme  
7767 4177 d 4 h bpr /trunk/wims/public_html/html/ [minor/space]  
6849 4473 d 1 h bpr /trunk/wims/public_html/html/ [minor/fix] see also part of r6847. Help is popup for the oef exercises  
5745 4754 d 23 h bpr /trunk/wims/public_html/ [minor/html] complete br, input, hr  
4784 5070 d 7 h guerimand /trunk/wims/public_html/html/ [minor/typo] delete link -at work- in top icon bartool because this link don t care of execution parameters when click  
2995 5677 d 23 h bpr /trunk/wims/public_html/html/ [minor/ergo] small reference at the author and wims in lightpopup  
2976 5682 d 18 h bpr /trunk/wims/public_html/ [minor/improvment] add option noabout, about in job lightpopup.proc  
2761 5706 d 21 h bpr /trunk/wims/public_html/ [minor/html] add about in the lightpopup  
2732 5709 d 15 h guerimand /trunk/wims/public_html/ [minor/add] bug lightpopup : dont work first time  
2727 5710 d 6 h guerimand /trunk/wims/public_html/ [minor/add] lightpopup : launch exo without wimsmenu  
2373 5743 d 15 h bpr /trunk/wims/public_html/ [minor/try] modifications in the aim that the menus are in the language of the user  
2233 5749 d 17 h bpr /trunk/wims/public_html/ [minor/ergo] change the place of references - language  
2006 5789 d 18 h bpr /trunk/wims/public_html/ [minor/ergo] class=ref was the same for two differents things - probleme with images score and Score with some systems - so change Score into Score1  
1980 5794 d 3 h guerimand /trunk/wims/ [major/add] module=adm/class/sheet.fr can directly modify exec parameters of exercice in sheet when OEF. only french for test. high risk of bug !  
1970 5794 d 20 h guerimand /trunk/wims/ [minor/add] oef module keep config parameters when come back to intro/config panel  
1712 5857 d 5 h bpr /trunk/wims/public_html/html/ [minor/fixbug] module_help has not always a value so the help did not appear in general - it is not possible to define the variable module_help=popup by the modtool interface ... to do. So I prefer to use the negation for compatibility. - (last modification about that is r973)  
1237 5971 d 16 h bpr /trunk/wims/public_html/html/ [minor/html] help/main only in wims_theme_version=0  
1140 6013 d 5 h bpr /trunk/wims/public_html/ [minor/dev] add wimstrap (to check!), color in docheader  
1112 6017 d 16 h bpr /trunk/wims/public_html/ [major/html] it seems that there is a bug if one put the & : in fact, in this case in the adress, module=home and module=old_module when logout and there is an error message. I think it comes from the fact that in exec.c the function _href_getdef looks for &module= and not &+module= and adds module=old_module. Perhaps one should modify the function _href_getdef ...