Logo white

Anubis / Xlib

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits
  • Compare
  • Branches 12
  • Tags 6
  • xlib
  • web_controllers
  • language
  • language_management.anubis
15 Oct, 2022
1 commit
  • [+] add make_translate_function with dictionary collection name as argument. For… ...
    fe4ac56c
    … example this is useful when you want to use general dictionary like country name with iso3611
    David RENÉ authored
    2022-10-15 13:33:44 +0200  
    Browse File »

26 Dec, 2021
2 commits
  • refactoring of the language flag management and use the new location of the flags
    dc6bdead
    David RENÉ authored
    2021-12-26 02:26:18 +0100  
    Browse File »
  • [+] create a resources directory where are located all necessary files for Xlib … ...
    9ca3fbc5
    …and his web controllers. This allows to unify the location on where are residing the necessaries files for Xlib. Before this, these files was in application resources files. So it was annoying because when a modification was made on CSS or JS files we was forced to hand copy these files, and if we had forgot some application to update this make the application to be buggy.
    In the future we must to have to think to a automatic copy management of the necessaries files belonging to the Xlib and needed in the application.
    David RENÉ authored
    2021-12-26 01:28:47 +0100  
    Browse File »

25 May, 2021
1 commit
  • introduce the translate function with list of a key value which will be used to … ...
    d63a4132
    …replace the key into translated sentence by the values associated with this key.
    example:
    the key = "{1}" , value = "404"
    the sentence = "The load result code is {1}"
    after call of the translate_with_key_value_function the result sentence will be "The load result code is 404"
    David RENÉ authored
    2021-05-25 08:56:15 +0900  
    Browse File »

11 Feb, 2021
1 commit
  • start to remove CXM_ prefix for nothing, since the files are located in folder x… ...
    61e55d80
    …lib. No need to have redundant name
    David RENÉ authored
    2021-02-11 16:56:47 +0900  
    Browse File »

10 May, 2020
1 commit
  • add new type in session which is also session
    045c7412
    David RENÉ authored
    2020-05-10 01:58:42 +0900  
    Browse File »

18 Apr, 2020
1 commit
  • add L3 web controller
    068d7940
    David RENÉ authored
    2020-04-18 15:36:30 +0900  
    Browse File »

17 Apr, 2020
1 commit
  • move the language and management into xlib web_controllers. This is due to move … ...
    e4322160
    …of Application internal code to generic one web controller (Hayamiki).
    Needs to be improve
    David RENÉ authored
    2020-04-17 17:26:46 +0900  
    Browse File »