-
fix Asterisk AMI receive
-
Add WEB_Session
-
move "datetimepicker" plugin initialization js into another function so it can be used elsewhere replace "lang" option for datetimepicker to "setLocale" (this option was removed in the latest version of the plug-in, breaking translations) optimize further a "img_button_confirm" function replace the usage of "image" in a "img_button_confirm" function by literal, because there was no "cursor: pointer" being applied
-
… a table and adding "cellspacing" attribute to the table
-
call to "CalexiumToolBox.jq_tab_activate" if it exist whenever a jquery ui tab is activated add scrollx parameter to jquery_datatable call change initialization call from dataTable to DataTable (non-deprecated version)
-
add optimized an optimized version of "img_button_confirm" function
-
…ill force legacy Ajax)
-
make "jquery_button_html" function produce a button element instead of a div so tab can be used to focus it and the enter key work when the button is in a form
-
…ock icon depending on the picker type next to the date input
-
add view_name in VTM_view add management of icon in VT_view_entry
-
Add new HTTP_ANSWER which is json. This is useful when there is a need to return json only i.e. in ajax call
-
+ Merge all immediate_selector together and create some immediate_selector function with less argument. These functions call the master function with default value for the arguments which are removed from the call + Add HTML_partial_content to HTTP_answer. This allow to send small part of html without body and header. Need for Ajax call + Change the HTML DOCTYPE from old xhtml to html 5 + Add autoOpen argument on jq_dialog_create
-
- first make 1 line into table cell from list of cells - second make 1 column into table cell from list of cells [~] add format in datetime picker
-
[+] add br and progress html element in making_a_web_site
-
Conflicts: web/jQuery/CXM_jquery_button.anubis
-
…a JQuery_Actioner instead and update subsequent code thorough the project, some whitespaces may have been added to some files...
-
[+] add some icons url as string constant [~] change_list doesn't show icon if the icon class is empty
-
[~] change the the in_progress of mailt_type from 'IN PROGRESS' into "IN_PROGRESS" with an underscore in place of white space
-
[+] Add img_submit_button
-
[~] change the location of the tiptip lib
-
…t" which can be processed in server side to be routed to the right processing function. This allow to have only one routing function for different kind of tooltip [-] revert the move of jquery files on the root of the website public directory. In fact the better location is inside the directory [-] remove the generate_trust_ticket callback of http_info type which never in use and generate some issues for storing http_info by serialization (Serialiaze doesn't allow to serialize function) [+] add datatable plugin "moment" for sorting column with date / time
-
[~] change the translation path for jQuery DataTable 1.10.7
-
…able and scrollbar the yes was surrounded by quote ' which was a bug