My favorites | Sign in
Logo
          
Details: Show all Hide all

Earlier this year

  • Jan 05, 2009
    r171 (- generate custom javascript - working on related items - w...) committed by karim.shehadeh   -   - generate custom javascript - working on related items - working on makeLink function in javascript
    - generate custom javascript - working on related items - working on makeLink function in javascript
  • Jan 04, 2009
    r170 (trunk: started to add 'related items' ajax to view document ...) committed by karim.shehadeh   -   trunk: started to add 'related items' ajax to view document page to add/remove related items from there (since I removed it from the main document form)
    trunk: started to add 'related items' ajax to view document page to add/remove related items from there (since I removed it from the main document form)
  • Jan 02, 2009
    r169 (trunk: - pretty much finished with the revised library brow...) committed by karim.shehadeh   -   trunk: - pretty much finished with the revised library browser now - started working on gutting the add/edit document form - started working on a completely new uploader (swfupload)
    trunk: - pretty much finished with the revised library browser now - started working on gutting the add/edit document form - started working on a completely new uploader (swfupload)
  • Jan 02, 2009
    r168 (- Made renaming in library browser work - Made category add ...) committed by karim.shehadeh   -   - Made renaming in library browser work - Made category add work - Made load animation work in library browser.
    - Made renaming in library browser work - Made category add work - Made load animation work in library browser.
  • Jan 01, 2009
    r167 (trunk: Lots of changes to the way the library browser works....) committed by karim.shehadeh   -   trunk: Lots of changes to the way the library browser works. Form changes and more. See evernote for details
    trunk: Lots of changes to the way the library browser works. Form changes and more. See evernote for details

Older

  • Dec 31, 2008
    r166 (- added api code for each method to take "credentials" which...) committed by karim.shehadeh   -   - added api code for each method to take "credentials" which, when not given, try to use the session's logged in user. In the future, this can be given to "impersonate" a user which will be useful when the api becomes more commonly used. Before that happens, though, an API "key" system will have to be in place that will prevent the system from being misused (as in: nx_authorize(api_key) or something). - added api function for retrieving documents in a single category or categories in a single category. this is used by the new ajax function getObjectsInCategory which is used by the new library browser code. Instead of assembling javascript code for each document or category, a javascript loop is used and data only is retrieved from the server via AJAX and iterated through on the client side. Much more efficient. TODO: Add category iteration (documentation iteration has been done or at least started).
    - added api code for each method to take "credentials" which, when not given, try to use the session's logged in user. In the future, this can be given to "impersonate" a user which will be useful when the api becomes more commonly used. Before that happens, though, an API "key" system will have to be in place that will prevent the system from being misused (as in: nx_authorize(api_key) or something). - added api function for retrieving documents in a single category or categories in a single category. this is used by the new ajax function getObjectsInCategory which is used by the new library browser code. Instead of assembling javascript code for each document or category, a javascript loop is used and data only is retrieved from the server via AJAX and iterated through on the client side. Much more efficient. TODO: Add category iteration (documentation iteration has been done or at least started).
  • Dec 30, 2008
    r165 (- Fixed problems with IE, add org form and more ) committed by karim.shehadeh   -   - Fixed problems with IE, add org form and more
    - Fixed problems with IE, add org form and more
  • Dec 30, 2008
    r164 (trunk: Merge bug fixes from 1.7 branch between 117-163) committed by karim.shehadeh   -   trunk: Merge bug fixes from 1.7 branch between 117-163
    trunk: Merge bug fixes from 1.7 branch between 117-163
  • Dec 29, 2008
    r163 (1.7: Resolved issue #41: PHP errors occur (with IW_DEBUG set...) committed by karim.shehadeh   -   1.7: Resolved issue #41: PHP errors occur (with IW_DEBUG set to true) when trying to delete an organization still has users in it
    1.7: Resolved issue #41: PHP errors occur (with IW_DEBUG set to true) when trying to delete an organization still has users in it
  • Dec 29, 2008
    r162 (1.7: Resolve issue #37: When group administrator adds a docu...) committed by karim.shehadeh   -   1.7: Resolve issue #37: When group administrator adds a document, the wrong permissions are attributed to the new document
    1.7: Resolve issue #37: When group administrator adds a document, the wrong permissions are attributed to the new document
  • Dec 29, 2008
    r161 (1.7: Resolve issue #36 - error message when adding a documen...) committed by karim.shehadeh   -   1.7: Resolve issue #36 - error message when adding a document
    1.7: Resolve issue #36 - error message when adding a document
  • Dec 28, 2008
    r160 (1.7: Resolve issue #35: Clicked "forgot password" on the hom...) committed by karim.shehadeh   -   1.7: Resolve issue #35: Clicked "forgot password" on the home/login page to retrieve a password. The forgot password page did load, but included this error message...
    1.7: Resolve issue #35: Clicked "forgot password" on the home/login page to retrieve a password. The forgot password page did load, but included this error message...
  • Dec 28, 2008
    r159 (1.7: Updated bugfix version to "4") committed by karim.shehadeh   -   1.7: Updated bugfix version to "4"
    1.7: Updated bugfix version to "4"
  • Dec 28, 2008
    r158 (1.7: Resolved issue #34: make php error logging optional) committed by karim.shehadeh   -   1.7: Resolved issue #34: make php error logging optional
    1.7: Resolved issue #34: make php error logging optional
  • Dec 27, 2008
    r157 (Resolved issue #33 - PHP error in group object being logged ...) committed by karim.shehadeh   -   Resolved issue #33 - PHP error in group object being logged frequently causing huge log files over time
    Resolved issue #33 - PHP error in group object being logged frequently causing huge log files over time
  • Dec 26, 2008
    r156 (Fixed some javacript errors.) committed by karim.shehadeh   -   Fixed some javacript errors.
    Fixed some javacript errors.
  • Dec 26, 2008
    r155 ([No log message]) committed by karim.shehadeh   -   [No log message]
    [No log message]
  • Dec 26, 2008
    r154 (Resolved issue #32: Give more error details when a database ...) committed by karim.shehadeh   -   Resolved issue #32: Give more error details when a database connection failure occurs during installation
    Resolved issue #32: Give more error details when a database connection failure occurs during installation
  • Dec 23, 2008
    r153 (- more formalized javascript/css support) committed by karim.shehadeh   -   - more formalized javascript/css support
    - more formalized javascript/css support
  • Dec 22, 2008
    r152 (- added new javascript class) committed by karim.shehadeh   -   - added new javascript class
    - added new javascript class
  • Dec 22, 2008
    r151 (- fixed a problem with yui loading my stuff. a lot left to ...) committed by karim.shehadeh   -   - fixed a problem with yui loading my stuff. a lot left to do
    - fixed a problem with yui loading my stuff. a lot left to do
  • Dec 22, 2008
    r150 (update) committed by karim.shehadeh   -   update
    update
  • Dec 22, 2008
    r149 (- started working on javascript/css loading changes) committed by karim.shehadeh   -   - started working on javascript/css loading changes
    - started working on javascript/css loading changes
  • Dec 22, 2008
    nexus_1.7.3.148.zip (Nexus 1.7.3.148) file uploaded by karim.shehadeh   -  
    Labels: Featured OpSys-All Type-Archive
    Labels: Featured OpSys-All Type-Archive
  • Dec 21, 2008
    r148 (- Removed dependency on Ext for now. - Fixed a problem wit...) committed by karim.shehadeh   -   - Removed dependency on Ext for now. - Fixed a problem with group database add.
    - Removed dependency on Ext for now. - Fixed a problem with group database add.
  • Dec 21, 2008
    r147 (- reorganized some theme files.) committed by karim.shehadeh   -   - reorganized some theme files.
    - reorganized some theme files.
  • Dec 21, 2008
    r146 (- Fixed global search) committed by karim.shehadeh   -   - Fixed global search
    - Fixed global search
  • Dec 19, 2008
    r145 (- more work with query builder) committed by karim.shehadeh   -   - more work with query builder
    - more work with query builder
  • Dec 18, 2008
    r144 (- working on applying query builder.) committed by karim.shehadeh   -   - working on applying query builder.
    - working on applying query builder.
  • Dec 18, 2008
    r143 (- Resolved issue #27 - Trash miscount) committed by karim.shehadeh   -   - Resolved issue #27 - Trash miscount
    - Resolved issue #27 - Trash miscount
  • Dec 17, 2008
    r142 (- working with query builder some more ) committed by karim.shehadeh   -   - working with query builder some more
    - working with query builder some more
  • Dec 17, 2008
    r141 (- updated version to 1.7.*3*) committed by karim.shehadeh   -   - updated version to 1.7.*3*
    - updated version to 1.7.*3*
  • Dec 17, 2008
    r140 (Resolve issue #26: Changing the category on multiple documen...) committed by karim.shehadeh   -   Resolve issue #26: Changing the category on multiple documents at once fails when moving anywhere but the root
    Resolve issue #26: Changing the category on multiple documents at once fails when moving anywhere but the root
  • Dec 16, 2008
    r139 (Continue working on new query builder class) committed by karim.shehadeh   -   Continue working on new query builder class
    Continue working on new query builder class
  • Dec 16, 2008
    r138 (- begun to add query builder that will construct parameteriz...) committed by karim.shehadeh   -   - begun to add query builder that will construct parameterized select queries.
    - begun to add query builder that will construct parameterized select queries.
  • Dec 16, 2008
    r137 (- Fixed some problems with the way that ajax form submission...) committed by karim.shehadeh   -   - Fixed some problems with the way that ajax form submission was working - Made it so that module routing now used a given user object instead of assuming that the current user is the one trying to perform the action
    - Fixed some problems with the way that ajax form submission was working - Made it so that module routing now used a given user object instead of assuming that the current user is the one trying to perform the action
  • Dec 15, 2008
    r136 (- Fixed several problems with new PDO database engine integr...) committed by karim.shehadeh   -   - Fixed several problems with new PDO database engine integration. more work to do
    - Fixed several problems with new PDO database engine integration. more work to do
  • Dec 15, 2008
    r135 (- updated smarty to latest version (2.6.21) - fixing problem...) committed by karim.shehadeh   -   - updated smarty to latest version (2.6.21) - fixing problems with new database library integration (more to do).
    - updated smarty to latest version (2.6.21) - fixing problems with new database library integration (more to do).
  • Dec 14, 2008
    r134 (- Switching over to PDO database library instead of ADODB) committed by karim.shehadeh   -   - Switching over to PDO database library instead of ADODB
    - Switching over to PDO database library instead of ADODB
  • Dec 12, 2008
    r133 (- fixed password lost form problem) committed by karim.shehadeh   -   - fixed password lost form problem
    - fixed password lost form problem
  • Dec 12, 2008
    r132 (- working on optimization and tests ) committed by karim.shehadeh   -   - working on optimization and tests
    - working on optimization and tests
  • Dec 11, 2008
    r131 (- Resolve issue #25: Reset password email body contains tran...) committed by karim.shehadeh   -   - Resolve issue #25: Reset password email body contains translation error string
    - Resolve issue #25: Reset password email body contains translation error string
  • Dec 11, 2008
    r130 (- fixed comments - added copyright notices for any files mis...) committed by karim.shehadeh   -   - fixed comments - added copyright notices for any files missing them - fixed some links - fixed multi upload
    - fixed comments - added copyright notices for any files missing them - fixed some links - fixed multi upload
  • Dec 10, 2008
    r129 (- fixed trash problems) committed by karim.shehadeh   -   - fixed trash problems
    - fixed trash problems
  • Dec 09, 2008
    r128 (- fixed reporting ) committed by karim.shehadeh   -   - fixed reporting
    - fixed reporting
  • Dec 09, 2008
    r127 (- fixing filebox issues) committed by karim.shehadeh   -   - fixing filebox issues
    - fixing filebox issues
  • Dec 09, 2008
    r126 (- More form fixes with the new routing system.) committed by karim.shehadeh   -   - More form fixes with the new routing system.
    - More form fixes with the new routing system.
  • Dec 08, 2008
    r125 (- working on making forms work with new routing system) committed by karim.shehadeh   -   - working on making forms work with new routing system
    - working on making forms work with new routing system
  • Dec 08, 2008
    r124 (- working on making forms work with new routing system) committed by karim.shehadeh   -   - working on making forms work with new routing system
    - working on making forms work with new routing system
  • Dec 05, 2008
    r123 (- fixed error in library browse) committed by karim.shehadeh   -   - fixed error in library browse
    - fixed error in library browse
 
Hosted by Google Code