Branch: refs/heads/master
  Home:   https://github.com/Mobicents/RestComm
  Commit: 419c8c70852c8cc1d6e6e4c98ad27822e82630b4
      
https://github.com/Mobicents/RestComm/commit/419c8c70852c8cc1d6e6e4c98ad27822e82630b4
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RasRestService.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/model/packaging/RappConfig.java
    M restcomm/restcomm.rvd/src/main/webapp/js/app/services.js
    M restcomm/restcomm.rvd/src/main/webapp/js/controllers/packaging.js
    M restcomm/restcomm.rvd/src/main/webapp/templates/packaging/form.html
    M restcomm/restcomm.ui/src/main/webapp/index.html
    M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager-config.html
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/Module.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appConfig.js
    A restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js

  Log Message:
  -----------
  Refers #181. Adjusted RVD and RestcommUI to application HTTP spec v.2
In Detail
 - Removed backendRootURL parameter
 - Added bootstrapUrl as a separate configuration setting
 - Modifed the 'numbers' and 'parameters' provisioning requests as well as 
bootstrap to reflect the new spec
 - Simplified the UI in RestcommUI/application configuration view


  Commit: c4272cc546c78f089c10f514bf0dc832c6299109
      
https://github.com/Mobicents/RestComm/commit/c4272cc546c78f089c10f514bf0dc832c6299109
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-02-10 (Tue, 10 Feb 2015)

  Changed paths:
    M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager-config.html

  Log Message:
  -----------
  Refers #181. Conditionally display "View application UI" button depending on 
the bootstrapUrl


  Commit: a0e8a6f602b75c41485a4cd9021f1c8be3ca13ad
      
https://github.com/Mobicents/RestComm/commit/a0e8a6f602b75c41485a4cd9021f1c8be3ca13ad
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/js/app/services.js

  Log Message:
  -----------
  Fixes #174. Added  option in variable dropdown. Internal RVD support for the 
variable had already been in place


  Commit: e13bb7e29d7b673d9cc9099c27f4c53bf5286ff5
      
https://github.com/Mobicents/RestComm/commit/e13bb7e29d7b673d9cc9099c27f4c53bf5286ff5
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-02-19 (Thu, 19 Feb 2015)

  Changed paths:
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/RvdConfiguration.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RvdController.java
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/interpreter/Interpreter.java

  Log Message:
  -----------
  Fixes #183. Added support for converting selected HTTP headers to RVD 
variables.
Headers are filtered using the 'DialSipHeader_' prefix. What's left from the 
header name is used as the variable name after proper sanitization. 
Sanitization makes sure that only alphanum chars are used as well as 
underscore. Other characters are all converted to underscore.
For example:
DialSipHeader_X-Test -> x_test


  Commit: 9996bd7b41986e232ce3319c36d4a47733286d92
      
https://github.com/Mobicents/RestComm/commit/9996bd7b41986e232ce3319c36d4a47733286d92
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/http/resources/RasRestService.java
    M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager-config.html
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/Module.js
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appConfig.js
    M restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/services.js

  Log Message:
  -----------
  Refers #181. Modified RestcommUI so that it can handle applications using the 
old RAS app http api.


  Commit: cd5d5f9e4913e2ce2beda547f9557716b07baa5d
      
https://github.com/Mobicents/RestComm/commit/cd5d5f9e4913e2ce2beda547f9557716b07baa5d
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-02-25 (Wed, 25 Feb 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/templates/packaging/form.html
    M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager-config.html

  Log Message:
  -----------
  Fixes #182. Removed "bootstrap" term and reviewed related labels and messages 
in RVD packaging form and AdminUI app config


  Commit: c3893e68369037655ae214a130afc1a6af0593fb
      
https://github.com/Mobicents/RestComm/commit/c3893e68369037655ae214a130afc1a6af0593fb
  Author: Guilherme Humberto Jansen <inf....@gmail.com>
  Date:   2015-03-08 (Sun, 08 Mar 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/app.js
    M restcomm/restcomm.rvd/src/main/webapp/controllers.js
    M restcomm/restcomm.rvd/src/main/webapp/index.html
    A 
restcomm/restcomm.rvd/src/main/webapp/js/angular-translate-loader-static-files.min.js
    A restcomm/restcomm.rvd/src/main/webapp/js/angular-translate.min.js
    A restcomm/restcomm.rvd/src/main/webapp/languages/enUS.json
    A restcomm/restcomm.rvd/src/main/webapp/languages/ptBR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/login.html

  Log Message:
  -----------
  Initial structure of internationalization.


  Commit: a6113f57f4dff72545b89deccccdc25cbb5b15bc
      
https://github.com/Mobicents/RestComm/commit/a6113f57f4dff72545b89deccccdc25cbb5b15bc
  Author: Guilherme Humberto Jansen <inf....@gmail.com>
  Date:   2015-03-14 (Sat, 14 Mar 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/languages/enUS.json
    M restcomm/restcomm.rvd/src/main/webapp/languages/ptBR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/designerSettingsModal.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/directive/multibutton.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/directive/rvdPanel.html
    M 
restcomm/restcomm.rvd/src/main/webapp/templates/directive/valueExtractor.html
    M 
restcomm/restcomm.rvd/src/main/webapp/templates/directive/variableLookup.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/exceptionConfigModal.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/home.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/modules/ussdModule.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/packaging/download.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/packaging/form.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/projectLog.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/projectManager.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/projectSettingsModal.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html
    M 
restcomm/restcomm.rvd/src/main/webapp/templates/steps/externalServiceStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/upgrade.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/webTriggerModal.html

  Log Message:
  -----------
  Part of internationalization and translation to brazilian portuguese.


  Commit: 8575a06d17e3521ca11ff29763a131d0b7aba68a
      
https://github.com/Mobicents/RestComm/commit/8575a06d17e3521ca11ff29763a131d0b7aba68a
  Author: Guilherme Humberto Jansen <inf....@gmail.com>
  Date:   2015-03-15 (Sun, 15 Mar 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/languages/enUS.json
    M restcomm/restcomm.rvd/src/main/webapp/languages/ptBR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/faxStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/gatherStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/logStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/pauseStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/playStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/recordStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/redirectStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/rejectStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/sayStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/smsStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/ussdCollectStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/ussdSayStep.html

  Log Message:
  -----------
  Complete internationalization and translation to brazilian portuguese.


  Commit: 9e08631ae2b8af698d1ea6243750f497b1efd6f6
      
https://github.com/Mobicents/RestComm/commit/9e08631ae2b8af698d1ea6243750f497b1efd6f6
  Author: Guilherme Humberto Jansen <inf....@gmail.com>
  Date:   2015-03-22 (Sun, 22 Mar 2015)

  Changed paths:
    A restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
    R restcomm/restcomm.rvd/src/main/webapp/languages/enUS.json
    A restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
    R restcomm/restcomm.rvd/src/main/webapp/languages/ptBR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/projectManager.html

  Log Message:
  -----------
  Some internationalization adjustments and language filenames according
to RFC 5646.


  Commit: f33451e74c0ec0edca6d487a19f9deb9015d2326
      
https://github.com/Mobicents/RestComm/commit/f33451e74c0ec0edca6d487a19f9deb9015d2326
  Author: Guilherme Humberto Jansen <inf....@gmail.com>
  Date:   2015-03-22 (Sun, 22 Mar 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/app.js

  Log Message:
  -----------
  TranslateProvider parameter formatted with RFC 5646.


  Commit: dbf05d9375542c4900bd4971f8dcf35b0d48a1cc
      
https://github.com/Mobicents/RestComm/commit/dbf05d9375542c4900bd4971f8dcf35b0d48a1cc
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/index.html
    M restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
    M restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json

  Log Message:
  -----------
  Added language switcher - #190


  Commit: a8de11f9e8314c1bd5c5de058366ef44bffe94ba
      
https://github.com/Mobicents/RestComm/commit/a8de11f9e8314c1bd5c5de058366ef44bffe94ba
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/app.js
    M restcomm/restcomm.rvd/src/main/webapp/controllers.js
    M restcomm/restcomm.rvd/src/main/webapp/index.html
    A 
restcomm/restcomm.rvd/src/main/webapp/js/angular-translate-loader-static-files.min.js
    A restcomm/restcomm.rvd/src/main/webapp/js/angular-translate.min.js
    A restcomm/restcomm.rvd/src/main/webapp/languages/en-US.json
    A restcomm/restcomm.rvd/src/main/webapp/languages/pt-BR.json
    M restcomm/restcomm.rvd/src/main/webapp/templates/designer.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/designerSettingsModal.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/directive/multibutton.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/directive/rvdPanel.html
    M 
restcomm/restcomm.rvd/src/main/webapp/templates/directive/valueExtractor.html
    M 
restcomm/restcomm.rvd/src/main/webapp/templates/directive/variableLookup.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/exceptionConfigModal.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/home.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/login.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/modules/ussdModule.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/packaging/download.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/packaging/form.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/projectLog.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/projectManager.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/projectSettingsModal.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html
    M 
restcomm/restcomm.rvd/src/main/webapp/templates/steps/externalServiceStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/faxStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/gatherStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/logStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/pauseStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/playStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/recordStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/redirectStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/rejectStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/sayStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/smsStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/ussdCollectStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/steps/ussdSayStep.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/upgrade.html
    M restcomm/restcomm.rvd/src/main/webapp/templates/webTriggerModal.html

  Log Message:
  -----------
  Merge branch 'Issue190_MultiLanguageSupport' into ghub_rvd_master. Refers #190
- Minor modifications were made to language files to translate latest changes 
in rvd_master branch.
- The 'TRANSLATE' prefix was used for messages that still need translation.

Conflicts:
        restcomm/restcomm.rvd/src/main/webapp/templates/packaging/form.html
        restcomm/restcomm.rvd/src/main/webapp/templates/steps/dialStep.html
        restcomm/restcomm.rvd/src/main/webapp/templates/steps/playStep.html
        
restcomm/restcomm.rvd/src/main/webapp/templates/steps/ussdCollectStep.html


  Commit: 8d85ae17d45e1363924a70eae01775865d42942f
      
https://github.com/Mobicents/RestComm/commit/8d85ae17d45e1363924a70eae01775865d42942f
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/controllers.js
    M restcomm/restcomm.rvd/src/main/webapp/index.html

  Log Message:
  -----------
  Added selected language visual feedback (language identifier appears 
checked). Refers #190.


  Commit: b829c80bd61446e8aec144359115342479a562b4
      
https://github.com/Mobicents/RestComm/commit/b829c80bd61446e8aec144359115342479a562b4
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    M 
restcomm/restcomm.rvd/src/main/java/org/mobicents/servlet/restcomm/rvd/security/TicketRepository.java

  Log Message:
  -----------
  Increased RVD ticket lifetime to 120 minutes. Refers #197.


  Commit: 0607dee06aa9474d2a1ad2867f0737a28c1e0285
      
https://github.com/Mobicents/RestComm/commit/0607dee06aa9474d2a1ad2867f0737a28c1e0285
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-03-24 (Tue, 24 Mar 2015)

  Changed paths:
    M restcomm/restcomm.rvd/src/main/webapp/css/rvd.css
    M restcomm/restcomm.rvd/src/main/webapp/index.html

  Log Message:
  -----------
  Clicking on the RVD heading now takes you to #/home. Fixes #196.


  Commit: c7fae8999ae9c8f2082fb1483c1ada314e80fe9b
      
https://github.com/Mobicents/RestComm/commit/c7fae8999ae9c8f2082fb1483c1ada314e80fe9b
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-03-26 (Thu, 26 Mar 2015)

  Changed paths:
    M 
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appManager.js

  Log Message:
  -----------
  Removed old merge garbage markers from appManager.js

Conflicts:

        
restcomm/restcomm.ui/src/main/webapp/resources/js/restcommApps/appManager.js


  Commit: 0752de672c20f5f4c7165e425000700af0ffc493
      
https://github.com/Mobicents/RestComm/commit/0752de672c20f5f4c7165e425000700af0ffc493
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M restcomm/restcomm.ui/src/main/webapp/templates/rc-endpoint-url.html

  Log Message:
  -----------
  Made the application list in Incoming Number Details' view scrollable. Also 
an application counter has been added to the bottom. Fixes #203, refers #200


  Commit: f65dfec530a8fce24a13e241c54b003c3e39d36c
      
https://github.com/Mobicents/RestComm/commit/f65dfec530a8fce24a13e241c54b003c3e39d36c
  Author: Orestis Tsakiridis <orestis.tsakiri...@telestax.com>
  Date:   2015-04-01 (Wed, 01 Apr 2015)

  Changed paths:
    M restcomm/restcomm.ui/src/main/webapp/modules/rappmanager.html

  Log Message:
  -----------
  Removed 'imported' and 'packaged' application filters. They confuse the user 
rather than provide aditional information. Fixes #201.


Compare: 
https://github.com/Mobicents/RestComm/compare/889ddfbcaec9...f65dfec530a8

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"mobicents-commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mobicents-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to