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
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 Dir »

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 Dir »

20 May, 2020
1 commit
  • add load_web_controller for L3 (Locale, Language, Library)
    2ddf90af
    David RENÉ authored
    2020-05-20 16:27:53 +0900  
    Browse Dir »

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 Dir »

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

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 Dir »