Notes: This release is the second release candidate for dotProject 2.1. This release contains several major security fixes and a number of bug fixes. Users of 2.0 series or earlier should consider upgrading. Users of 2.1 should definitely upgrade.
Changes: 2007-05-21 18:47 (ajdonnison) --------------------------------- db/upgrade_21rc1_to_21rc2.sql - file upgrade_21rc1_to_21rc2.sql was initially added on branch stable_2. 2007-05-21 18:47 (ajdonnison) --------------------------------- db/upgrade_21rc1_to_21rc2.sql db/upgrade_latest.php db/upgrade_latest.sql includes/version.php install/do_install_db.php - Changes to make release candidate 2. 2007-05-21 10:36 (caseydk) --------------------------------- modules/files/addedit.php modules/files/do_file_co.php modules/files/files.class.php - cleaned up some of the file checkin functionality; 2007-05-21 03:45 (cyberhorse) --------------------------------- ChangeLog - Updating ChangeLog on 2007-05-21 2007-05-20 03:44 (cyberhorse) --------------------------------- ChangeLog - Updating ChangeLog on 2007-05-20 2007-05-20 00:51 (caseydk) --------------------------------- db/dotproject.sql - applied default value tweak from MOTE - http://www.dotproject.net/vbulletin/showthread.php?p=31165 2007-05-19 03:44 (cyberhorse) --------------------------------- ChangeLog - Updating ChangeLog on 2007-05-19 2007-05-18 10:49 (merlinyoda) --------------------------------- modules/tasks/tasks.class.php - Fix for Bug #1998 2007-05-18 06:20 (caseydk) --------------------------------- modules/projects/reports/overdue.php - applied some code cleanup; 2007-05-18 05:56 (merlinyoda) --------------------------------- modules/tasks/vw_logs.php - Fix for Bug Report #2011 2007-05-18 05:50 (merlinyoda) --------------------------------- modules/calendar/addedit.php - - Implemented some code suggested in Mantis Report # 1996 2007-05-18 03:43 (cyberhorse) --------------------------------- ChangeLog - Updating ChangeLog on 2007-05-18 2007-05-18 01:24 (caseydk) --------------------------------- modules/projects/reports/tasklogs.php - tweaking alignment 2007-05-18 01:20 (cyberhorse) --------------------------------- db/upgrade_latest.php - Fixed a bug, where on upgrade all connections between users and contacts was lost. 2007-05-18 01:20 (caseydk) --------------------------------- modules/projects/reports/tasklogs.php - applied some code cleanup; - added project_name with a link when all projects are being shown; 2007-05-14 07:34 (nybod) --------------------------------- modules/files/files.class.php - Mantis 2006 (Aramis) 2007-05-13 12:20 (cyberhorse) --------------------------------- db/dotproject.sql db/upgrade_latest.sql locales/en/system.inc modules/projects/gantt.php modules/projects/gantt2.php modules/projects/viewgantt.php modules/tasks/gantt.php - #1980 - Updated gantt charts code to make jpgraph use users' locale or if that fails to fallback to the system's default locale. 2007-05-13 03:20 (caseydk) --------------------------------- modules/tasks/vw_logs.php - tweak to display in hh:mm format 2007-05-10 23:29 (caseydk) --------------------------------- modules/tasks/do_task_aed.php - resolved an issue where if you had 24 set as your max calendar hour and did not change the hour selection, you'd end up with a date using 2400 as midnight... causing the date converter to die and return a null date; 2007-05-10 22:15 (caseydk) --------------------------------- modules/tasks/do_updatetask.php modules/tasks/vw_logs.php - added support for tasklog time entries of "1:30" in addition to "1.5" - backported from Head 2007-05-10 01:11 (caseydk) --------------------------------- modules/ticketsmith/comment.php - tweak for the includes 2007-05-09 05:39 (merlinyoda) --------------------------------- classes/dp.class.php includes/db_connect.php - - Fix for Bug 1959. 2007-05-02 01:26 (cyberhorse) --------------------------------- modules/tasks/do_task_aed.php - #1960 - fixed bug that made it impossible to remove ALL dependencies - from a task. 2007-04-27 20:02 (caseydk) --------------------------------- modules/resources/setup.php - cleanup and standardization 2007-04-19 05:09 (caseydk) --------------------------------- db/upgrade_contacts.php - removed the mysql wrapping, seems to cause issues for some users; 2007-04-15 21:10 (cyberhorse) --------------------------------- modules/tasks/gantt.php - fixed checks for arial font (bold vs normal) 2007-04-15 20:57 (cyberhorse) --------------------------------- modules/tasks/listtasks.php - #1954 - fixed javascript error from non-escaped quotes 2007-04-15 20:24 (cyberhorse) --------------------------------- modules/ticketsmith/config.inc.php - part of caseydk's changes for email notification. 2007-04-14 23:41 (caseydk) --------------------------------- modules/projects/index.php modules/projects/vw_idx_proposed.php - fixed the issue I previously introduced with the whole tab list on the project screen 2007-04-13 13:45 (caseydk) --------------------------------- classes/dp.class.php modules/system/syskeys/do_sysval_aed.php classes/permissions.class.php - cleaned up the issue where you couldn't delete the sysvals regardless of permissions - it was due to the permissions being checked based on the table name which is normally the module name... but not this time around; 2007-04-13 09:36 (caseydk) --------------------------------- db/dotproject.sql db/upgrade_204_to_21rc1.sql modules/ticketsmith/common.inc.php modules/ticketsmith/do_ticket_aed.php modules/ticketsmith/post_ticket.php modules/ticketsmith/view.php - further updates to ticketsmith to add a company and project id - - these respect all permissions as expected; 2007-04-13 07:27 (caseydk) --------------------------------- modules/ticketsmith/common.inc.php modules/ticketsmith/config.inc.php modules/ticketsmith/do_ticket_aed.php modules/ticketsmith/index.php modules/ticketsmith/table.schema modules/ticketsmith/view.php - some major cleanup of the ticketsmith module - - changed some of the custom config parameters to use dotProject params; - added notification emails based on a dotproject param; - removed some deprecated code; - beat my head on the wall due to all the inline html and string concat, arg; 2007-04-13 07:25 (caseydk) --------------------------------- db/dotproject.sql db/upgrade_204_to_21rc1.sql - updates for the ticketsmith module 2007-04-13 03:32 (caseydk) --------------------------------- modules/admin/vw_active_usr.php modules/admin/vw_inactive_usr.php - added user filtering that respects company permissions; 2007-04-13 03:31 (caseydk) --------------------------------- modules/projects/index.php - tiny format change 2007-04-11 18:46 (ajdonnison) --------------------------------- modules/projects/reports/tasklogs.php - Fix SQL to work with MySQL 5 2007-04-11 03:02 (caseydk) --------------------------------- modules/projects/reports/taskenddate.en.txt - fixed spelling error 2007-04-10 07:34 (nybod) --------------------------------- includes/sendpass.php - Added site_domain to email FROM address. Mantis 1963. 2007-04-07 21:45 (cyberhorse) --------------------------------- modules/projects/admin_tab.viewuser.projects.php modules/projects/departments_tab.view.projects.php modules/projects/vw_idx_active.php modules/projects/vw_idx_archived.php modules/projects/vw_idx_complete.php modules/projects/vw_idx_proposed.php modules/tasks/tasks.class.php - #1933 - fixed javascript error on descriptions with single quotes 2007-04-05 08:53 (merlinyoda) --------------------------------- fileviewer.php - - Fixed problem with access being denied to files assigned to "All Projects" - (i.e. where file_project is 0). Also removed a couple lines of old and - unused code 2007-03-30 00:28 (pedroix) --------------------------------- modules/files/addedit.php - 'All' to 'None' back again. I got confused and I shouldn't have touched that, so we are back to 1.44.4.11 2007-03-30 00:15 (pedroix) --------------------------------- modules/files/addedit.php - 'None' to 'All' back again :) sorry for the 2 minutes I have removed it 2007-03-30 00:11 (pedroix) --------------------------------- modules/files/addedit.php modules/files/addedit_folder.php modules/files/files.class.php modules/files/folders_table.php - Function getFolderSelectList() ported to files.class.php and removed the functions.php file 2007-03-29 01:00 (cyberhorse) --------------------------------- modules/forums/viewer.php modules/projects/projects.class.php - fixed a few minor warnings - globals and config replacements 2007-03-29 00:51 (cyberhorse) --------------------------------- modules/tasks/tasks.class.php - #1949 - fixed bug with dynamic parent percent completed calculation 2007-03-29 00:47 (cyberhorse) --------------------------------- classes/permissions.class.php - #1948 - made gacl reuse dotproject's connection to the database - removed unreachable code 2007-03-26 11:14 (cyberhorse) --------------------------------- modules/tasks/gantt.php - added arial font check for milestones 2007-03-26 03:55 (nybod) --------------------------------- modules/files/addedit.php modules/files/index_table.php - Clarified language of files not associated with projects. 2007-03-26 01:46 (caseydk) --------------------------------- modules/admin/addedituser.php - tiny language tweak 2007-03-26 00:30 (caseydk) --------------------------------- modules/projects/index.php modules/projects/vw_idx_proposed.php - Changed the default 'Show All' projects tab from 1000 to -1 2007-03-22 08:02 (caseydk) --------------------------------- includes/main_functions.php - removed "center" for better xhtml compliance 2007-03-20 03:34 (nybod) --------------------------------- modules/projects/reports/allocateduserhours.en.txt - Grammar correction 2007-03-18 06:57 (caseydk) --------------------------------- db/upgrade_contacts.php - tweaks to insert the USERFORMAT user preference for all users 2007-03-18 06:57 (caseydk) --------------------------------- db/dotproject.sql db/upgrade_101_to_102.sql - a few sql tweaks to cover new/upgraded installs 2007-03-18 05:52 (caseydk) --------------------------------- db/upgrade_102_to_20alpha.sql db/upgrade_201_to_202.sql db/upgrade_20_to_201.sql - updated the sql to be mysql5 compliant; 2007-03-18 03:08 (caseydk) --------------------------------- install/do_install_db.php - major error in writing the config file, it was simply creating a new sting instead of adding it to the existing one - ouch!; 2007-03-18 02:54 (caseydk) --------------------------------- style/classic/login.php style/dp-grey-theme/login.php style/default/login.php - updated the username length to access 255 characters just like the db and the user addedit screen; 2007-03-14 15:56 (pedroix) --------------------------------- modules/files/folders_table.php - folders files list and version sublists not in synch 2007-03-14 02:29 (merlinyoda) --------------------------------- modules/files/index.php modules/files/index_table.php - - Fixed some permission display issues for files. - - Also, removed query object from inside index table loop in favor of pulling - all needed information *outside* of the loop. 2007-03-13 10:55 (caseydk) --------------------------------- modules/forums/view_topics.php - nasty bug in the join/group by which caused every post to show up as its own thread; 2007-03-12 12:16 (nybod) --------------------------------- db/upgrade_contacts_company.php - Added closing bracket at line 48 2007-03-11 20:22 (cyberhorse) --------------------------------- ChangeLog - Updated changelog 2007-03-11 08:27 (nybod) --------------------------------- includes/session.php - Fix for Mantis 1901 regarding problems using dP's extended sessions with versions of php >= 5.2.0 2007-03-10 04:20 (gregorerhardt) --------------------------------- modules/files/do_file_aed.php - #1932 - remove requirement for delete perm on file addition; cleaned permission check 2007-03-09 22:57 (nybod) --------------------------------- modules/links/addedit.php - reinserted "echo" 2007-03-08 22:34 (nybod) --------------------------------- modules/contacts/addedit.php modules/links/addedit.php - replaced short tags in a couple of places. 2007-03-08 19:03 (ajdonnison) --------------------------------- modules/forums/viewer.php - #1930 - sanitise against SQL injection 2007-03-08 09:36 (merlinyoda) --------------------------------- modules/calendar/calendar.class.php modules/calendar/index.php - - Resolved issues (some due to recent development and fixes of other issues): - - - double display of certain events if user had any denied projects - - some recurring events would not display properly in certain views - - company_id defaults to "All" (company_id 0) instead of user's company 2007-03-08 02:28 (merlinyoda) --------------------------------- modules/calendar/calendar.class.php - - Conditionally adding join to projects table instead of always. 2007-03-08 01:54 (merlinyoda) --------------------------------- modules/calendar/calendar.class.php modules/files/index_table.php - - Removed unneeded occurrence of "event_project = 0" in WHERE clause - - Where clause is now in an if block testing against - "count($allowedProjects)". Ironically enough $allowedProjects contains - an array of SQL statement listing *denied* project IDs - (i.e. 'event_id NOT IN (4,5,6)'). May need better wording on variable. - Something like "$notDeniedProjects" may be better than "$allowedProjects" 2007-03-07 21:56 (cyberhorse) --------------------------------- modules/projects/projects.class.php - fixed a potential problem with substring 2007-03-07 21:51 (cyberhorse) --------------------------------- modules/projects/projects.class.php - #1908 - check that project_short_name is 10 characters (issue for - languages with encoded characters) 2007-03-07 11:48 (merlinyoda) --------------------------------- modules/calendar/calendar.class.php modules/files/index_table.php - - Fixed issue with files marked for "all" projects not properly displaying - for users that are denied acces to at least one project. - - Also fixed small bug introduced into modules/calendar/calendar.class.php 2007-03-07 09:43 (merlinyoda) --------------------------------- modules/files/folders_table.php modules/files/index.php - - Fixed syntax error in modules/files/folders_table.php. - - Slight lin order change in modules/files/index.php 2007-03-07 08:57 (merlinyoda) --------------------------------- modules/calendar/calendar.class.php - - Streamlining previous fix concerning event visibility. Also fixed - company filter code immediately following. 2007-03-07 07:49 (merlinyoda) --------------------------------- modules/calendar/calendar.class.php modules/files/index.php - - Attempt to resolve issue where events and files that are not associated - with a project are not being displayed for users that are denied - to any (but not all) projects. 2007-03-07 00:57 (cyberhorse) --------------------------------- modules/companies/index.php modules/contacts/index.php modules/tasks/index.php - #1914 - fixed issues with disappearing quotes from search box after a search. 2007-03-07 00:17 (cyberhorse) --------------------------------- modules/tasks/do_task_assign_aed.php - #1913 - fixed sql error on priority update. 2007-03-06 23:50 (cyberhorse) --------------------------------- modules/contacts/index.php - #1911 - fixed browsing by letter in contacts module for first/last name as well as display name. 2007-03-06 23:31 (cyberhorse) --------------------------------- modules/companies/vw_contacts.php - #1916 - fixed issue with companies, containing single quotes in the name - when viewing contact tab. 2007-03-06 11:34 (merlinyoda) --------------------------------- locales/en/admin.inc modules/admin/addedituser.php modules/admin/admin.class.php modules/admin/do_perms_aed.php modules/admin/do_user_aed.php modules/admin/do_userrole_aed.php modules/admin/index.php modules/admin/viewuser.php modules/admin/vw_active_usr.php modules/admin/vw_inactive_usr.php modules/admin/vw_usr.php modules/admin/vw_usr_log.php modules/admin/vw_usr_perms.php modules/admin/vw_usr_roles.php modules/admin/vw_usr_sessions.php modules/calendar/addedit.php modules/calendar/calendar.class.php modules/calendar/clash.php modules/calendar/day_view.php modules/calendar/do_event_aed.php modules/calendar/index.php modules/calendar/links_events.php modules/calendar/links_tasks.php modules/calendar/view.php modules/calendar/vw_day_events.php modules/calendar/vw_day_tasks.php modules/calendar/week_view.php modules/companies/addedit.php modules/companies/companies.class.php modules/companies/do_company_aed.php modules/companies/index.php modules/companies/view.php modules/companies/vw_active.php modules/companies/vw_archived.php modules/companies/vw_companies.php modules/companies/vw_contacts.php modules/companies/vw_depts.php modules/companies/vw_users.php modules/contacts/addedit.php modules/contacts/contacts.class.php modules/contacts/csvexport.php modules/contacts/do_contact_aed.php modules/contacts/index.php modules/contacts/select_contact_company.php modules/contacts/vcardexport.php modules/contacts/vcardimport.php modules/contacts/view.php modules/departments/addedit.php modules/departments/departments.class.php modules/departments/do_dept_aed.php modules/departments/index.php modules/departments/view.php modules/departments/vw_contacts.php modules/files/addedit.php modules/files/addedit_folder.php modules/files/co.php modules/files/companies_tab.files.php modules/files/do_file_aed.php modules/files/do_file_co.php modules/files/do_files_bulk_aed.php modules/files/do_folder_aed.php modules/files/do_searchfiles.php modules/files/file_index_ignore.php modules/files/files.class.php modules/files/folders_table.php modules/files/functions.php modules/files/index.php modules/files/index_table.php modules/files/projects_tab.files.php modules/files/tasks_tab.files.php modules/files/tasks_tab.view.files.php modules/forums/addedit.php modules/forums/configure.php modules/forums/do_forum_aed.php modules/forums/do_post_aed.php modules/forums/do_watch_forum.php modules/forums/forums.class.php modules/forums/post_message.php modules/forums/setup.php modules/forums/view_messages.php modules/forums/view_pdf.php modules/forums/view_topics.php modules/forums/viewer.php modules/help/index.php modules/history/addedit.php modules/history/index.php modules/history/projects_tab.history.php modules/history/setup.php modules/links/addedit.php modules/links/do_link_aed.php modules/links/index.php modules/links/index_table.php modules/links/links.class.php modules/links/projects_tab.links.php modules/links/setup.php modules/links/tasks_tab.links.php modules/projects/addedit.php modules/projects/admin_tab.viewuser.projects.php modules/projects/admin_tab.viewuser.projects_gantt.php modules/projects/departments_tab.view.projects.php modules/projects/departments_tab.view.projects_gantt.php modules/projects/do_project_aed.php modules/projects/gantt.php modules/projects/gantt2.php modules/projects/index.php modules/projects/projects.class.php modules/projects/reports.php modules/projects/view.php modules/projects/viewgantt.php modules/projects/vw_files.php modules/projects/vw_forums.php modules/projects/vw_idx_active.php modules/projects/vw_idx_archived.php modules/projects/vw_idx_complete.php modules/projects/vw_idx_proposed.php modules/projects/vw_logs.php modules/projects/reports/allocateduserhours.php modules/projects/reports/completed.php modules/projects/reports/overall.php modules/projects/reports/overdue.php modules/projects/reports/stats.php modules/projects/reports/taskenddate.php modules/projects/reports/tasklist.php modules/projects/reports/tasklogs.php modules/projects/reports/tasksperuser.php modules/projects/reports/upcoming.php modules/projects/reports/userperformance.php modules/public/access_denied.php modules/public/calendar.php modules/public/chpwd.php modules/public/color_selector.php modules/public/contact_selector.php modules/public/date_format.php modules/public/selector.php modules/resources/addedit.php modules/resources/do_resource_aed.php modules/resources/index.php modules/resources/resources.class.php modules/resources/setup.php modules/resources/tasks_dosql.addedit.php modules/resources/tasks_tab.addedit.other_resources.php modules/resources/tasks_tab.view.other_resources.php modules/resources/view.php modules/resources/vw_resources.php modules/smartsearch/index.php modules/smartsearch/setup.php modules/smartsearch/smartsearch.class.php modules/smartsearch/searchobjects/companies.inc.php modules/smartsearch/searchobjects/contacts.inc.php modules/smartsearch/searchobjects/departments.inc.php modules/smartsearch/searchobjects/events.inc.php modules/smartsearch/searchobjects/files.inc.php modules/smartsearch/searchobjects/files_content.inc.php modules/smartsearch/searchobjects/forum_messages.inc.php modules/smartsearch/searchobjects/forums.inc.php modules/smartsearch/searchobjects/projects.inc.php modules/smartsearch/searchobjects/task_log.inc.php modules/smartsearch/searchobjects/tasks.inc.php modules/smartsearch/searchobjects/tickets.inc.php modules/smartsearch/searchobjects/users.inc.php modules/system/addeditpref.php modules/system/billingcode.php modules/system/contacts_ldap.php modules/system/custom_field_addedit.php modules/system/custom_field_editor.php modules/system/do_billingcode_aed.php modules/system/do_custom_field_aed.php modules/system/do_preference_aed.php modules/system/do_systemconfig_aed.php modules/system/domodsql.php modules/system/index.php modules/system/system.class.php modules/system/systemconfig.php modules/system/systemconfig_help.php modules/system/translate.php modules/system/translate_save.php modules/system/viewmods.php modules/system/roles/do_perms_aed.php modules/system/roles/do_role_aed.php modules/system/roles/index.php modules/system/roles/roles.class.php modules/system/roles/viewrole.php modules/system/roles/vw_role_perms.php modules/system/syskeys/do_syskey_aed.php modules/system/syskeys/do_sysval_aed.php modules/system/syskeys/index.php modules/system/syskeys/keys.php modules/system/syskeys/syskeys.class.php modules/tasks/addedit.php modules/tasks/ae_dates.php modules/tasks/ae_depend.php modules/tasks/ae_desc.php modules/tasks/ae_resource.php modules/tasks/do_task_aed.php modules/tasks/do_task_assign_aed.php modules/tasks/do_updatetask.php modules/tasks/gantt.php modules/tasks/index.php modules/tasks/listtasks.php modules/tasks/organize.php modules/tasks/organizer.php modules/tasks/tasks.class.php modules/tasks/tasks.php modules/tasks/tasksperuser.php modules/tasks/tasksperuser_sub.php modules/tasks/todo.php modules/tasks/todo_gantt_sub.php modules/tasks/todo_tasks_sub.php modules/tasks/view.php modules/tasks/viewgantt.php modules/tasks/vw_log_update.php modules/tasks/vw_logs.php modules/ticketsmith/admin.php modules/ticketsmith/attach.php modules/ticketsmith/comment.php modules/ticketsmith/common.inc.php modules/ticketsmith/config.inc.php modules/ticketsmith/do_ticket_aed.php modules/ticketsmith/followup.php modules/ticketsmith/index.php modules/ticketsmith/login.php modules/ticketsmith/pdf.php modules/ticketsmith/post_ticket.php modules/ticketsmith/reattachticket.php modules/ticketsmith/search.php modules/ticketsmith/view.php - Systematic check through files for (!defined('DP_BASE_DIR')) sentinel. - Also checking for any remaining $dPconfig['root_dir'], $baseDir, or $baseDir - Adding punctuation so sentinel warning message to looks "proper". - - ... also fixed some bugs in calendar.class.php and files.class.php - - - fix for company filter was not applied to recurring events. - - statically declaring $file_helpdesk_item without helpdesk installed was - breaking upload/check-in (stopping record being saved to database) 2007-03-05 07:06 (caseydk) --------------------------------- modules/departments/index.php - cleaning up some deprecated queries 2007-02-28 19:47 (cyberhorse) --------------------------------- modules/calendar/calendar.class.php - fixed filtering by company 2007-02-27 22:08 (nybod) --------------------------------- index.php - Couldn't handle empty default_view_a field. Applied code from HEAD to address problem. 2007-02-27 09:05 (merlinyoda) --------------------------------- fileviewer.php index.php queuescanner.php - - Replaced some double qoute usage with equivilents single quote usage. - Especially strings without variables in them. 2007-02-27 08:04 (merlinyoda) --------------------------------- install/check_upgrade.php install/db.php install/do_install_db.php install/index.php install/install.inc.php install/vw_idx_check.php install/docs/about.html install/docs/check.php install/docs/index.html install/docs/main.css install/docs/rfc0001.00.html locales/core.php misc/debug.php misc/postnuke/dplink/index.php misc/postnuke/dplink/pnadmin.php misc/postnuke/dplink/pnuser.php misc/postnuke/dplink/pnlang/eng/admin.php - - Systematic check through files for (!defined('DP_BASE_DIR')) sentinel. - Also checking for any remaining $dPconfig['root_dir'], $baseDir, or $baseDir - Adding punctuation so sentinel warning message to looks "proper". - - Also removed "keelhaulable" useage of double quotes for simple strings. - - Also removed carriage returns (^M) from some files. 2007-02-27 05:04 (merlinyoda) --------------------------------- includes/config-dist.php includes/db_adodb.php includes/db_connect.php includes/main_functions.php includes/permissions.php includes/sendpass.php includes/session.php includes/version.php - - Systematic check through files for (!defined('DP_BASE_DIR')) sentinel. - Also checking for any remaining $dPconfig['root_dir'], $baseDir, or $baseDir - Adding punctuation so sentinel warning message to looks "proper". - - Also removed "keelhaulable" useage of double quotes for simple strings. 2007-02-27 04:07 (merlinyoda) --------------------------------- functions/admin_func.php functions/forums_func.php functions/projects_func.php functions/tasks_func.php - - Systematic check through files for (!defined('DP_BASE_DIR')) sentinel. - Also checking for any remaining $dPconfig['root_dir'], $baseDir, or $baseDir. - Adding punctuation so sentinel warning message to looks "proper". 2007-02-27 04:03 (merlinyoda) --------------------------------- db/upgrade_contacts.php db/upgrade_contacts_company.php db/upgrade_latest.php db/upgrade_permissions.php - - Systematic check through files for (!defined('DP_BASE_DIR')) sentinel. - Also checking for any remaining $dPconfig['root_dir'], $baseDir, or $baseDir - Adding punctuation so sentinel warning message to looks "proper". - - Also removed "keelhaulable" useage of double quotes for simple strings. 2007-02-26 11:12 (nybod) --------------------------------- modules/files/index_table.php - Added missing tooltip to edit icon. 2007-02-25 07:32 (theideaman) --------------------------------- modules/projects/index.php - modified orderby code to sort asc by project_end_date; also did some code cleanup of that section 2007-02-23 05:36 (merlinyoda) --------------------------------- classes/CustomFields.class.php classes/authenticator.class.php classes/customfieldsparser.class.php classes/date.class.php classes/dp.class.php classes/event_queue.class.php classes/libmail.class.php classes/permissions.class.php classes/query.class.php classes/ui.class.php - - Systematic check through files for (!defined('DP_BASE_DIR')) sentinel. - Also checking for any remaining $dPconfig['root_dir'], $baseDir, or $baseDir - Adding punctuation so sentinel warning message to looks "proper". 2007-02-22 00:54 (merlinyoda) --------------------------------- modules/files/files.class.php - - Removed syntax error. Extra parenthesis at line 13. - Was causing white error screen of doom ... - ... (not to be confused with the Blue Screen Of Death :-)) 2007-02-21 22:00 (cyberhorse) --------------------------------- fileviewer.php index.php classes/dp.class.php classes/libmail.class.php classes/permissions.class.php classes/query.class.php classes/ui.class.php includes/db_adodb.php includes/db_connect.php includes/main_functions.php includes/sendpass.php includes/session.php modules/calendar/clash.php modules/forums/view_pdf.php modules/public/calendar.php modules/tasks/tasks.class.php modules/tasks/todo.php - Cleanup $dPconfig calls and others 2007-02-21 21:57 (ajdonnison) --------------------------------- modules/files/files.class.php - Don't rely on helpdesk just being installed, it should also be enabled. - Probably should also add check on being able to access it (permissions). 2007-02-21 21:25 (ajdonnison) --------------------------------- install/check_upgrade.php - Changed from projects to sysvals in check for existing table as projects - can give a false prefix if eventum integration module is installed. 2007-02-20 02:17 (caseydk) --------------------------------- modules/admin/admin.class.php modules/admin/do_perms_aed.php modules/admin/do_userrole_aed.php modules/admin/vw_usr.php modules/admin/vw_usr_log.php modules/admin/vw_usr_perms.php modules/calendar/addedit.php modules/calendar/do_event_aed.php modules/calendar/index.php modules/calendar/view.php modules/calendar/vw_day_events.php modules/calendar/vw_day_tasks.php modules/calendar/week_view.php modules/companies/addedit.php modules/companies/companies.class.php modules/companies/do_company_aed.php modules/companies/index.php modules/companies/vw_archived.php modules/companies/vw_companies.php modules/companies/vw_contacts.php modules/companies/vw_depts.php modules/companies/vw_users.php modules/departments/addedit.php modules/departments/departments.class.php modules/departments/do_dept_aed.php modules/departments/vw_contacts.php modules/files/addedit_folder.php modules/files/co.php modules/files/do_file_aed.php modules/files/do_file_co.php modules/files/do_files_bulk_aed.php modules/files/do_folder_aed.php modules/files/do_searchfiles.php modules/files/file_index_ignore.php modules/files/functions.php modules/forums/configure.php modules/forums/do_post_aed.php modules/forums/do_watch_forum.php modules/forums/setup.php modules/forums/view_messages.php modules/forums/view_topics.php modules/forums/viewer.php modules/contacts/addedit.php modules/contacts/contacts.class.php modules/contacts/do_contact_aed.php modules/contacts/index.php modules/contacts/select_contact_company.php modules/contacts/vcardimport.php modules/contacts/view.php modules/forums/addedit.php modules/forums/do_forum_aed.php modules/forums/index.php modules/forums/post_message.php modules/help/index.php modules/history/addedit.php modules/history/index.php modules/history/projects_tab.history.php modules/history/setup.php modules/links/addedit.php modules/links/do_link_aed.php modules/links/index_table.php modules/links/setup.php modules/projects/do_project_aed.php modules/projects/reports.php modules/projects/vw_forums.php modules/projects/vw_idx_active.php modules/projects/vw_idx_archived.php modules/projects/vw_idx_complete.php modules/projects/vw_idx_proposed.php modules/projects/vw_logs.php modules/projects/reports/allocateduserhours.php modules/projects/reports/overall.php modules/projects/reports/stats.php modules/projects/reports/taskenddate.php modules/projects/reports/tasklist.php modules/projects/reports/tasklogs.php modules/projects/reports/tasksperuser.php modules/system/addeditpref.php modules/system/billingcode.php modules/system/contacts_ldap.php modules/system/custom_field_addedit.php modules/system/custom_field_editor.php modules/system/do_billingcode_aed.php modules/system/do_custom_field_aed.php modules/system/do_preference_aed.php modules/system/do_systemconfig_aed.php modules/system/index.php modules/system/system.class.php modules/system/systemconfig_help.php modules/tasks/ae_resource.php modules/tasks/do_task_aed.php modules/tasks/do_task_assign_aed.php modules/tasks/do_updatetask.php modules/tasks/listtasks.php modules/tasks/organize.php modules/tasks/organizer.php modules/tasks/tasksperuser_sub.php modules/tasks/todo_tasks_sub.php modules/tasks/viewgantt.php modules/tasks/vw_log_update.php modules/tasks/vw_logs.php modules/ticketsmith/attach.php modules/ticketsmith/comment.php modules/ticketsmith/common.inc.php modules/ticketsmith/do_ticket_aed.php modules/ticketsmith/followup.php modules/ticketsmith/post_ticket.php modules/ticketsmith/reattachticket.php modules/ticketsmith/search.php modules/ticketsmith/view.php modules/system/roles/do_perms_aed.php modules/system/roles/do_role_aed.php modules/system/roles/index.php modules/system/roles/roles.class.php modules/system/roles/viewrole.php modules/system/roles/vw_role_perms.php modules/system/syskeys/do_syskey_aed.php modules/system/syskeys/do_sysval_aed.php modules/system/syskeys/index.php modules/system/syskeys/keys.php modules/system/syskeys/syskeys.class.php modules/ticketsmith/admin.php modules/ticketsmith/login.php functions/projects_func.php modules/public/access_denied.php modules/public/contact_selector.php modules/public/selector.php modules/resources/addedit.php modules/resources/do_resource_aed.php modules/resources/resources.class.php modules/resources/setup.php modules/resources/tasks_dosql.addedit.php modules/resources/tasks_tab.addedit.other_resources.php modules/resources/tasks_tab.view.other_resources.php modules/resources/view.php modules/resources/vw_resources.php modules/smartsearch/index.php modules/smartsearch/setup.php modules/smartsearch/smartsearch.class.php modules/smartsearch/searchobjects/companies.inc.php modules/smartsearch/searchobjects/contacts.inc.php modules/smartsearch/searchobjects/departments.inc.php modules/smartsearch/searchobjects/events.inc.php modules/smartsearch/searchobjects/files.inc.php modules/smartsearch/searchobjects/files_content.inc.php modules/smartsearch/searchobjects/forum_messages.inc.php modules/smartsearch/searchobjects/forums.inc.php modules/smartsearch/searchobjects/projects.inc.php modules/smartsearch/searchobjects/task_log.inc.php modules/smartsearch/searchobjects/tasks.inc.php modules/smartsearch/searchobjects/tickets.inc.php modules/smartsearch/searchobjects/users.inc.php functions/admin_func.php functions/forums_func.php functions/tasks_func.php - added the "!defined('DP_BASE_DIR')" sentinel to all of these files to prevent some of the previous register_globals issues; 2007-02-18 14:06 (ajdonnison) --------------------------------- locales/core.php misc/debug.php modules/admin/do_user_aed.php modules/admin/index.php modules/admin/viewuser.php modules/admin/vw_active_usr.php modules/admin/vw_inactive_usr.php modules/admin/vw_usr_sessions.php modules/calendar/calendar.class.php modules/calendar/day_view.php modules/calendar/links_events.php modules/calendar/links_tasks.php modules/companies/view.php modules/companies/vw_active.php modules/contacts/csvexport.php modules/contacts/vcardexport.php modules/departments/index.php modules/departments/view.php modules/files/addedit.php modules/files/companies_tab.files.php modules/files/files.class.php modules/files/folders_table.php modules/files/index.php modules/files/index_table.php modules/files/projects_tab.files.php modules/files/tasks_tab.files.php modules/files/tasks_tab.view.files.php modules/forums/forums.class.php modules/help/index.php modules/links/index.php modules/links/links.class.php modules/links/projects_tab.links.php modules/links/tasks_tab.links.php modules/projects/addedit.php modules/projects/admin_tab.viewuser.projects.php modules/projects/admin_tab.viewuser.projects_gantt.php modules/projects/departments_tab.view.projects.php modules/projects/departments_tab.view.projects_gantt.php modules/projects/gantt.php modules/projects/gantt2.php modules/projects/index.php modules/projects/projects.class.php modules/projects/view.php modules/projects/viewgantt.php modules/projects/vw_files.php modules/projects/reports/completed.php modules/projects/reports/overdue.php modules/projects/reports/upcoming.php modules/projects/reports/userperformance.php modules/public/chpwd.php modules/public/color_selector.php modules/resources/index.php modules/system/domodsql.php modules/system/translate.php modules/system/viewmods.php modules/tasks/addedit.php modules/tasks/ae_dates.php modules/tasks/ae_depend.php modules/tasks/ae_desc.php modules/tasks/do_task_aed.php modules/tasks/gantt.php modules/tasks/index.php modules/tasks/tasks.php modules/tasks/tasksperuser.php modules/tasks/todo_gantt_sub.php modules/tasks/view.php modules/ticketsmith/config.inc.php modules/ticketsmith/index.php modules/ticketsmith/pdf.php style/classic/header.php style/classic/login.php style/default/header.php style/default/login.php style/default/lostpass.php style/default/overrides.php style/dp-grey-theme/header.php style/dp-grey-theme/login.php style/dp-grey-theme/overrides.php - First pass of security fixes, add DP_BASE_DIR sentinel 2007-02-18 11:42 (nybod) --------------------------------- modules/system/viewmods.php - Was missing a column 2007-02-17 17:18 (ajdonnison) --------------------------------- install/check_upgrade.php - Probably should have gone into RC1, but can wait for full release. Better detection of previous installation. 2007-02-17 17:03 (ajdonnison) --------------------------------- install/do_install_db.php install/install.inc.php - Fixed problem with installer not getting correct dates. 2007-02-17 15:56 (ajdonnison) --------------------------------- ChangeLog - Changelog for 2.1-rc1 release 2007-02-17 15:48 (ajdonnison) --------------------------------- db/dotproject.sql db/upgrade_101_to_102.sql db/upgrade_102_to_20alpha.sql db/upgrade_204_to_21rc1.sql db/upgrade_latest.php db/upgrade_latest.sql db/upgrade_to_20.php db/upgrade_to_201.php db/upgrade_to_202.php db/upgrade_to_204.php db/upgrade_to_20beta.php includes/version.php install/do_install_db.php - Fixed a number of outstanding issues in install/upgrade script so it should - now be safe to upgrade from stable release to CVS to stable release without - re-running code or losing track of versions or change dates. - Also added the new version information. 2007-02-17 15:48 (ajdonnison) --------------------------------- db/upgrade_204_to_21rc1.sql - file upgrade_204_to_21rc1.sql was initially added on branch stable_2. 2007-02-17 12:44 (ajdonnison) --------------------------------- classes/authenticator.class.php - #1890 - Allow anon bind in LDAP auth. 2007-02-17 12:20 (ajdonnison) --------------------------------- modules/system/viewmods.php - Keep module list clean. 2007-02-15 10:35 (nybod) --------------------------------- modules/calendar/addedit.php - Fixed small problem when comparing event_end_date to start date. 2007-02-14 23:22 (cyberhorse) --------------------------------- modules/history/setup.php - #1879 - Optimized indexes on the history table to avoid slowdown. 2007-02-14 22:54 (cyberhorse) --------------------------------- modules/system/syskeys/syskeys.class.php - #1883 - fixed - added a check, which doesn't allow an empty key type. 2007-02-14 02:43 (merlinyoda) --------------------------------- modules/tasks/do_task_aed.php - - Fixed bug introduced by previous fix to #1695. Task parent was always - being set to task's own id and making it a "root level" task. - - Only existance of $_POST['new_task_project'] was checked and that - value was not 0 but did not check that project actually changed. - (that curreent project was different than new project). 2007-02-11 22:27 (cyberhorse) --------------------------------- classes/ui.class.php - #890 - fixed issue with quotes in passwords 2007-02-11 21:48 (cyberhorse) --------------------------------- modules/system/system.class.php - fixed billingcode id remembered after update 2007-02-11 03:53 (caseydk) --------------------------------- locales/en/system.inc - fixed a translation typo; 2007-02-11 03:49 (caseydk) --------------------------------- db/dotproject.sql db/upgrade_latest.sql - added UserType to close out issue #1882; - tweaked a sysval update statement to use the sysval_title as opposed to an id; 2007-02-11 03:40 (caseydk) --------------------------------- modules/admin/addedituser.php - cleaning out a bunch of deprecated code 2007-02-09 09:33 (caseydk) --------------------------------- modules/admin/do_user_aed.php - fixed #1880 - creating a user was case sensitive but the login was not - therefore, you could create User and user but the only one could log in; 2007-02-09 07:58 (theideaman) --------------------------------- style/classic/header.php - hide background image if window is a popup 2007-02-07 22:55 (gregorerhardt) --------------------------------- modules/files/do_file_aed.php modules/files/files.class.php - Fixing an unreported bug where the existing file has not been deleted on replacement via addedit - not via co and versioning 2007-02-06 05:18 (caseydk) --------------------------------- modules/tasks/do_task_aed.php - fix from #1695 - when moving a task to a new project, it resets its task_parent - was causing odd display errors elsewhere 2007-02-04 23:00 (gregorerhardt) --------------------------------- modules/projects/gantt.php - 1611 - corrected start dates for task workers in project gantt 2007-02-04 22:37 (gregorerhardt) --------------------------------- modules/tasks/do_task_aed.php - 1799 - sql error on saving with inexisting task dependency 2007-02-04 14:55 (cyberhorse) --------------------------------- modules/projects/vw_logs.php - #1764 - show deleted costcodes at the end of the filter 2007-02-04 14:09 (cyberhorse) --------------------------------- modules/system/billingcode.php modules/system/do_billingcode_aed.php modules/system/system.class.php - #1764 - added ability to edit billing codes 2007-02-04 13:01 (cyberhorse) --------------------------------- modules/tasks/addedit.js - #1849 - added a check for end date to be after start date if "check - dates" system config is enabled. 2007-02-04 01:32 (nybod) --------------------------------- modules/admin/do_user_aed.php - After new user creation redirect to new user's permissions tab. 2007-02-04 00:09 (gregorerhardt) --------------------------------- index.php - 1767 - disappearing tabs: unset commonly used reference variable 2007-02-03 21:48 (gregorerhardt) --------------------------------- install/check_upgrade.php - corrected typo in basedir define 2007-02-03 21:48 (gregorerhardt) --------------------------------- db/upgrade_latest.sql - adding missing folder table structure on upgrade 2007-02-03 05:11 (merlinyoda) --------------------------------- modules/projects/addedit.php - - Put back department selecting functionality for new projects. - Button appears for new projects. Drop-down appears for editing projects 2007-02-03 03:06 (merlinyoda) --------------------------------- modules/projects/addedit.php - - Further modification to department selection for projects. - Departments cannot be selected until after new project is saved. - "Temporary" work-around until something can be sorted out for - to populate/re-populate departments when company is selected. 2007-02-02 23:41 (nybod) --------------------------------- modules/admin/addedituser.php - Added asterisk beside "User Role" to denote it as a required field: removed asterisk beside "User Type" as it is not a required field. 2007-02-02 23:11 (pedroix) --------------------------------- modules/tasks/gantt.php - Only one dependency line was being drawn when there was more than one dependency (when several tasks depended on the end of only one task) 2007-02-02 10:58 (nybod) --------------------------------- locales/en/admin.inc modules/admin/addedituser.php modules/admin/do_user_aed.php - Made adding a role a requirement when creating a new user; made sending email to new user optional 2007-02-02 06:08 (merlinyoda) --------------------------------- modules/projects/gantt.php modules/projects/gantt2.php modules/tasks/gantt.php - - - Fixed an issue with Gantt chart locale as noted - (several times apparently:-)) on dP Forums - URL: - http://www.dotproject.net/vbulletin/showpost.php?p=26964&postcount=25 - - Slight variation from suggested fix: - Instead of changing - $graph->scale->SetDateLocale( $AppUI->user_lang[0] ); - to - $graph->scale->SetDateLocale( $AppUI->user_lang[1] ); - changed to - $graph->scale->SetDateLocale( $AppUI->user_lang[2] ); 2007-02-01 18:26 (ajdonnison) --------------------------------- classes/event_queue.class.php - #1773 - Don't crash on invalid method/class in event queue. 2007-02-01 04:12 (merlinyoda) --------------------------------- modules/projects/addedit.php modules/tasks/addedit.php - - Fix for Mantis Bug 1763. Make multi-select form objects into drop-downs - for Department field. 2007-01-31 20:36 (ajdonnison) --------------------------------- base.php fileviewer.php index.php queuescanner.php classes/CustomFields.class.php classes/authenticator.class.php classes/customfieldsparser.class.php classes/date.class.php classes/dp.class.php classes/event_queue.class.php classes/libmail.class.php classes/permissions.class.php classes/query.class.php classes/ui.class.php db/upgrade_contacts.php db/upgrade_contacts_company.php db/upgrade_latest.php db/upgrade_permissions.php db/upgrade_to_20.php db/upgrade_to_201.php db/upgrade_to_202.php db/upgrade_to_204.php db/upgrade_to_20beta.php includes/db_adodb.php includes/db_connect.php includes/main_functions.php includes/permissions.php includes/sendpass.php includes/session.php install/check_upgrade.php install/do_install_db.php install/vw_idx_check.php lib/phpgacl/admin/gacl_admin.inc.php modules/admin/addedituser.php modules/admin/vw_usr_roles.php modules/calendar/clash.php modules/forums/view_pdf.php modules/projects/reports.php modules/public/calendar.php modules/public/date_format.php modules/system/systemconfig.php modules/system/translate_save.php modules/tasks/tasks.class.php modules/tasks/todo.php - First cut of using defines instead of globals to bypass a slew of register_globals related issues. 2007-01-31 06:37 (merlinyoda) --------------------------------- modules/admin/index.php - - Added additional check on user administration index page to make sure - that "orderby" value is not an invalid column from the "Active Sessions" - tab (tab=3) (this would cause a minor error when switching tabs). - Otherwise orderby is set to 'user_username'. 2007-01-30 20:32 (pedroix) --------------------------------- modules/files/files.class.php - A last query DBQueried 2007-01-30 11:25 (nybod) --------------------------------- images/googlemaps.gif - file googlemaps.gif was initially added on branch stable_2. 2007-01-30 11:25 (nybod) --------------------------------- images/googlemaps.gif modules/contacts/view.php - Added feature: lookup of contact address on Google Maps, may need some tweaking for non-US addresses. Modified /contacts/view.php and added new file, /images/GoogleMaps.gif 2007-01-30 10:50 (merlinyoda) --------------------------------- modules/tasks/addedit.php - - Fixed Mantis Bug 1857: - Task name unnecessarily being run through dPformSafe() - on Add/Edit display page. 2007-01-30 00:11 (cyberhorse) --------------------------------- db/dotproject.sql - file_folder field doesn't exist (guessing pedro's folder contribution) 2007-01-29 14:38 (pedroix) --------------------------------- modules/smartsearch/images/kfind.png - file kfind.png was initially added on branch stable_2. 2007-01-29 14:37 (pedroix) --------------------------------- modules/smartsearch/index.php modules/smartsearch/setup.php modules/smartsearch/smartsearch.class.php modules/smartsearch/searchobjects/companies.inc.php modules/smartsearch/searchobjects/contacts.inc.php modules/smartsearch/searchobjects/departments.inc.php modules/smartsearch/searchobjects/events.inc.php modules/smartsearch/searchobjects/files.inc.php modules/smartsearch/searchobjects/files_content.inc.php modules/smartsearch/searchobjects/forum_messages.inc.php modules/smartsearch/searchobjects/forums.inc.php modules/smartsearch/searchobjects/projects.inc.php modules/smartsearch/searchobjects/task_log.inc.php modules/smartsearch/searchobjects/tasks.inc.php modules/smartsearch/searchobjects/tickets.inc.php modules/smartsearch/searchobjects/users.inc.php modules/smartsearch/images/kfind.png - SmartSearch module upgraded 2007-01-29 13:51 (pedroix) --------------------------------- modules/files/index_table.php - "to be project_active or not to be project_active that is the question" 2007-01-29 13:27 (pedroix) --------------------------------- includes/main_functions.php - Make sure XSS protection is run against the blacklist correctly 2007-01-27 03:49 (pedroix) --------------------------------- modules/files/addedit_folder.php - Last minute bug squash, cancel button thing 2007-01-27 03:42 (pedroix) --------------------------------- modules/files/addedit.php modules/files/folders_table.php - "to be project_active or not to be project_active that is the question" 2007-01-27 03:02 (pedroix) --------------------------------- db/upgrade_latest.sql - file_folder new field 2007-01-27 02:50 (pedroix) --------------------------------- db/dotproject.sql - file_folders new table 2007-01-27 02:40 (pedroix) --------------------------------- modules/admin/addedituser.php modules/admin/do_user_aed.php - Create a new user with a role and notification 2007-01-27 02:19 (pedroix) --------------------------------- modules/files/do_folder_aed.php - file do_folder_aed.php was initially added on branch stable_2. 2007-01-27 02:19 (pedroix) --------------------------------- modules/files/folders_table.php - file folders_table.php was initially added on branch stable_2. 2007-01-27 02:19 (pedroix) --------------------------------- modules/files/functions.php - file functions.php was initially added on branch stable_2. 2007-01-27 02:19 (pedroix) --------------------------------- modules/files/do_files_bulk_aed.php - file do_files_bulk_aed.php was initially added on branch stable_2. 2007-01-27 02:19 (pedroix) --------------------------------- modules/files/do_files_bulk_aed.php modules/files/do_folder_aed.php modules/files/folders_table.php modules/files/functions.php - Files module updated to folders 2007-01-27 02:16 (pedroix) --------------------------------- modules/files/addedit_folder.php - file addedit_folder.php was initially added on branch stable_2. 2007-01-27 02:15 (pedroix) --------------------------------- modules/files/addedit.php modules/files/addedit_folder.php modules/files/co.php modules/files/companies_tab.files.php modules/files/do_file_aed.php modules/files/do_file_co.php modules/files/files.class.php modules/files/index.php modules/files/index_table.php modules/files/projects_tab.files.php - Files module updated to folders 2007-01-27 02:12 (pedroix) --------------------------------- modules/files/images/up.png - file up.png was initially added on branch stable_2. 2007-01-27 02:12 (pedroix) --------------------------------- modules/files/images/up.png - Open source support icons for the files module 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/filesaveas.png - file filesaveas.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/folder_new.png - file folder_new.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/folder5_small.png - file folder5_small.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/home.png - file home.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/kedit.png - file kedit.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/remove.png - file remove.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/back.png - file back.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/back.png modules/files/images/down.png modules/files/images/duplicate.png modules/files/images/edit_add.png modules/files/images/filesaveas.png modules/files/images/folder5_small.png modules/files/images/folder_new.png modules/files/images/home.png modules/files/images/kedit.png modules/files/images/remove.png - Open source support icons for the files module 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/down.png - file down.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/duplicate.png - file duplicate.png was initially added on branch stable_2. 2007-01-27 02:00 (pedroix) --------------------------------- modules/files/images/edit_add.png - file edit_add.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/vmlinuz.png - file vmlinuz.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/x-office-address-book.png - file x-office-address-book.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/x-office-calendar.png - file x-office-calendar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/xi.png - file xi.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/x-office-document.png - file x-office-document.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/zip.png - file zip.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/voc.png - file voc.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/x-office-presentation.png - file x-office-presentation.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/xfig.png - file xfig.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/x-office-spreadsheet.png - file x-office-spreadsheet.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/xcf.png - file xcf.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/video.png - file video.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/xm.png - file xm.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/wav.png - file wav.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/text.png - file text.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/text-x-script.png - file text-x-script.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/video-x-generic.png - file video-x-generic.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/unknown.png - file unknown.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/txt.png - file txt.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/source_py.png - file source_py.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/tex.png - file tex.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/tga.png - file tga.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/text-html.png - file text-html.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/spreadsheet.png - file spreadsheet.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/source_pyc.png - file source_pyc.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/svg.png - file svg.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/tgz.png - file tgz.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/ulaw.png - file ulaw.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/tar.png - file tar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/text-x-generic.png - file text-x-generic.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/text-x-generic-template.png - file text-x-generic-template.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/vcalendar.png - file vcalendar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/tiff.png - file tiff.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/stm.png - file stm.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/template_source.png - file template_source.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/rgb.png - file rgb.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/shellscript.png - file shellscript.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/php.png - file php.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/png.png - file png.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mp3.png - file mp3.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/psd.png - file psd.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/source_php.png - file source_php.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/pix.png - file pix.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/par.png - file par.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/rpm.png - file rpm.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/source_java.png - file source_java.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/pdf.png - file pdf.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/package-x-generic.png - file package-x-generic.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/quicktime.png - file quicktime.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/ps.png - file ps.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/rar.png - file rar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/source_cpp.png - file source_cpp.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/schedule.png - file schedule.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/sound.png - file sound.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/s3m.png - file s3m.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/recycled.png - file recycled.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/source_c.png - file source_c.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/source_h.png - file source_h.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/image-x-generic.png - file image-x-generic.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/image2.png - file image2.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/midi.png - file midi.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime_colorset.png - file mime_colorset.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime-postscript.png - file mime-postscript.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/jpeg.png - file jpeg.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime-help.png - file mime-help.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/misc.png - file misc.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/image.png - file image.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime_cdr.png - file mime_cdr.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/info.png - file info.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mod.png - file mod.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/message.png - file message.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/jpg.png - file jpg.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/lha.png - file lha.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/lhz.png - file lhz.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/html.png - file html.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime_ascii.png - file mime_ascii.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime_koffice.png - file mime_koffice.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime-empty.png - file mime-empty.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime-colorset.png - file mime-colorset.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/ief.png - file ief.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/mime_empty.png - file mime_empty.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-xml.png - file gnome-mime-text-xml.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-video.png - file gnome-mime-video.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-video-x-ms-asf.png - file gnome-mime-video-x-ms-asf.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gz.png - file gz.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-objcsrc.png - file gnome-mime-text-x-objcsrc.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-x-directory-smb-share.png - file gnome-mime-x-directory-smb-share.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-tex.png - file gnome-mime-text-x-tex.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-video-x-ms-wmv.png - file gnome-mime-video-x-ms-wmv.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text.png - file gnome-mime-text.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-java.png - file gnome-mime-text-x-java.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-literate-haskell.png - file gnome-mime-text-x-literate-haskell.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-video-quicktime.png - file gnome-mime-video-quicktime.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-video-mpeg.png - file gnome-mime-video-mpeg.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-x-directory-smb-server.png - file gnome-mime-x-directory-smb-server.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-readme.png - file gnome-mime-text-x-readme.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-scheme.png - file gnome-mime-text-x-scheme.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-package.png - file gnome-package.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-python.png - file gnome-mime-text-x-python.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-video-x-msvideo.png - file gnome-mime-video-x-msvideo.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-txt.png - file gnome-mime-text-x-txt.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-tiff.png - file gnome-mime-image-tiff.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-authors.png - file gnome-mime-text-x-authors.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-html.png - file gnome-mime-text-html.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-c++src.png - file gnome-mime-text-x-c++src.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-x-xpixmap.png - file gnome-mime-image-x-xpixmap.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-credits.png - file gnome-mime-text-x-credits.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-x-tga.png - file gnome-mime-image-x-tga.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-x-xfig.png - file gnome-mime-image-x-xfig.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-haskell.png - file gnome-mime-text-x-haskell.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-c.png - file gnome-mime-text-x-c.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-x-psd.png - file gnome-mime-image-x-psd.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-css.png - file gnome-mime-text-css.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-install.png - file gnome-mime-text-x-install.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-csrc.png - file gnome-mime-text-x-csrc.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-x-xcf.png - file gnome-mime-image-x-xcf.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-c-header.png - file gnome-mime-text-x-c-header.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-plain.png - file gnome-mime-text-plain.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-x-xbitmap.png - file gnome-mime-image-x-xbitmap.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-chdr.png - file gnome-mime-text-x-chdr.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-x-rgb.png - file gnome-mime-image-x-rgb.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image.png - file gnome-mime-image.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-csharp.png - file gnome-mime-text-x-csharp.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-text-x-csh.png - file gnome-mime-text-x-csh.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-mod.png - file gnome-mime-audio-x-mod.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-voc.png - file gnome-mime-audio-x-voc.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-zip.png - file gnome-mime-application-zip.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-gif.png - file gnome-mime-image-gif.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-xi.png - file gnome-mime-audio-x-xi.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-ac3.png - file gnome-mime-audio-ac3.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-jpeg.png - file gnome-mime-image-jpeg.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-svg+xml.png - file gnome-mime-image-svg+xml.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-basic.png - file gnome-mime-audio-basic.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-midi.png - file gnome-mime-audio-x-midi.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-s3m.png - file gnome-mime-audio-x-s3m.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-xm.png - file gnome-mime-audio-x-xm.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-midi.png - file gnome-mime-audio-midi.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-ief.png - file gnome-mime-image-ief.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-bmp.png - file gnome-mime-image-bmp.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-ulaw.png - file gnome-mime-audio-x-ulaw.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application.png - file gnome-mime-application.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-mp3.png - file gnome-mime-audio-x-mp3.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-wav.png - file gnome-mime-audio-x-wav.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-aiff.png - file gnome-mime-audio-x-aiff.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio.png - file gnome-mime-audio.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-stm.png - file gnome-mime-audio-x-stm.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-audio-x-it.png - file gnome-mime-audio-x-it.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-image-png.png - file gnome-mime-image-png.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-perl.png - file gnome-mime-application-x-perl.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-shellscript.png - file gnome-mime-application-x-shellscript.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-ipod-firmware.png - file gnome-mime-application-x-ipod-firmware.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-java-byte-code.png - file gnome-mime-application-x-java-byte-code.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-zip-compressed.png - file gnome-mime-application-x-zip-compressed.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-sharedlib.png - file gnome-mime-application-x-sharedlib.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-python.png - file gnome-mime-application-x-python.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-rpm.png - file gnome-mime-application-x-rpm.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-lhz.png - file gnome-mime-application-x-lhz.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-php.png - file gnome-mime-application-x-php.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-lha.png - file gnome-mime-application-x-lha.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-par2.png - file gnome-mime-application-x-par2.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-jar.png - file gnome-mime-application-x-jar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-tar.png - file gnome-mime-application-x-tar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-python-bytecode.png - file gnome-mime-application-x-python-bytecode.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-zip.png - file gnome-mime-application-x-zip.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-rar.png - file gnome-mime-application-x-rar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-gzip.png - file gnome-mime-application-x-gzip.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-applix-spreadsheet.png - file gnome-mime-application-x-applix-spreadsheet.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.sun.xml.writer.png - file gnome-mime-application-vnd.sun.xml.writer.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-cpio-compressed.png - file gnome-mime-application-x-cpio-compressed.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-cpio.png - file gnome-mime-application-x-cpio.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-bzip-compressed-tar.png - file gnome-mime-application-x-bzip-compressed-tar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-desktop.png - file gnome-mime-application-x-desktop.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-deb.png - file gnome-mime-application-x-deb.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-extension-nfo.png - file gnome-mime-application-x-extension-nfo.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-arj.png - file gnome-mime-application-x-arj.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-gnumeric.png - file gnome-mime-application-x-gnumeric.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-wordperfect.png - file gnome-mime-application-wordperfect.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-abiword.png - file gnome-mime-application-x-abiword.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-compressed-tar.png - file gnome-mime-application-x-compressed-tar.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-cd-image.png - file gnome-mime-application-x-cd-image.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-bittorrent.png - file gnome-mime-application-x-bittorrent.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-extension-par2.png - file gnome-mime-application-x-extension-par2.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-compress.png - file gnome-mime-application-x-compress.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-archive.png - file gnome-mime-application-x-archive.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-bzip.png - file gnome-mime-application-x-bzip.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-x-dia-diagram.png - file gnome-mime-application-x-dia-diagram.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.sun.xml.writer.template.png - file gnome-mime-application-vnd.sun.xml.writer.template.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.ms-excel.png - file gnome-mime-application-vnd.ms-excel.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.formula.png - file gnome-mime-application-vnd.oasis.opendocument.formula.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.drawing.png - file gnome-mime-application-vnd.oasis.opendocument.drawing.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png - file gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png - file gnome-mime-application-vnd.oasis.opendocument.graphics-template.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.lotus-1-2-3.png - file gnome-mime-application-vnd.lotus-1-2-3.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.stardivision.calc.png - file gnome-mime-application-vnd.stardivision.calc.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.text-template.png - file gnome-mime-application-vnd.oasis.opendocument.text-template.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.sun.xml.calc.png - file gnome-mime-application-vnd.sun.xml.calc.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.database.png - file gnome-mime-application-vnd.oasis.opendocument.database.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.stardivision.writer.png - file gnome-mime-application-vnd.stardivision.writer.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.ms-powerpoint.png - file gnome-mime-application-vnd.ms-powerpoint.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png - file gnome-mime-application-vnd.oasis.opendocument.presentation-template.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png - file gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.presentation.png - file gnome-mime-application-vnd.oasis.opendocument.presentation.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.text-web.png - file gnome-mime-application-vnd.oasis.opendocument.text-web.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.image.png - file gnome-mime-application-vnd.oasis.opendocument.image.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.text.png - file gnome-mime-application-vnd.oasis.opendocument.text.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.stardivision.impress.png - file gnome-mime-application-vnd.stardivision.impress.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.sun.xml.draw.png - file gnome-mime-application-vnd.sun.xml.draw.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.chart.png - file gnome-mime-application-vnd.oasis.opendocument.chart.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-vnd.sun.xml.impress.png - file gnome-mime-application-vnd.sun.xml.impress.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-rtf.png - file gnome-mime-application-rtf.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-pgp.png - file gnome-mime-application-pgp.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-ogg.png - file gnome-mime-application-ogg.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-pgp-encrypted.png - file gnome-mime-application-pgp-encrypted.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-magicpoint.png - file gnome-mime-application-magicpoint.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-msword.png - file gnome-mime-application-msword.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-pdf.png - file gnome-mime-application-pdf.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-pgp-keys.png - file gnome-mime-application-pgp-keys.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-par.png - file gnome-mime-application-par.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gif.png - file gif.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/ggnome-mime-application-x-class-file.png - file ggnome-mime-application-x-class-file.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-library.png - file gnome-library.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/gnome-mime-application-postscript.png - file gnome-mime-application-postscript.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/file_temporary.png - file file_temporary.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/empty.png - file empty.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/font.png - file font.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/dia.png - file dia.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/encrypted.png - file encrypted.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/exec_wine.png - file exec_wine.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/deb.png - file deb.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/documents.png - file documents.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/documents2.png - file documents2.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/colorscm.png - file colorscm.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/font_truetype.png - file font_truetype.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/cdtrack.png - file cdtrack.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/exec_wine1.png - file exec_wine1.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/cdr.png - file cdr.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/cdimage.png - file cdimage.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/file_locked.png - file file_locked.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/font-x-generic.png - file font-x-generic.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/audio-x-generic.png - file audio-x-generic.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/bz2.png - file bz2.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/binary.png - file binary.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/ac3.png - file ac3.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/cdbo_list.png - file cdbo_list.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/aiff.png - file aiff.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/ascii.png - file ascii.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/ac3.png modules/files/images/icons/aiff.png modules/files/images/icons/application-certificate.png modules/files/images/icons/application-x-executable.png modules/files/images/icons/applix.png modules/files/images/icons/arj.png modules/files/images/icons/ascii.png modules/files/images/icons/audio-x-generic.png modules/files/images/icons/audio.png modules/files/images/icons/binary.png modules/files/images/icons/bmp.png modules/files/images/icons/bz2.png modules/files/images/icons/cbz.png modules/files/images/icons/cdbo_list.png modules/files/images/icons/cdimage.png modules/files/images/icons/cdr.png modules/files/images/icons/cdtrack.png modules/files/images/icons/colorscm.png modules/files/images/icons/deb.png modules/files/images/icons/dia.png modules/files/images/icons/documents.png modules/files/images/icons/documents2.png modules/files/images/icons/empty.png modules/files/images/icons/encrypted.png modules/files/images/icons/exec_wine.png modules/files/images/icons/exec_wine1.png modules/files/images/icons/file_locked.png modules/files/images/icons/file_temporary.png modules/files/images/icons/font-x-generic.png modules/files/images/icons/font.png modules/files/images/icons/font_truetype.png modules/files/images/icons/ggnome-mime-application-x-class-file.png modules/files/images/icons/gif.png modules/files/images/icons/gnome-library.png modules/files/images/icons/gnome-mime-application-magicpoint.png modules/files/images/icons/gnome-mime-application-msword.png modules/files/images/icons/gnome-mime-application-ogg.png modules/files/images/icons/gnome-mime-application-par.png modules/files/images/icons/gnome-mime-application-pdf.png modules/files/images/icons/gnome-mime-application-pgp-encrypted.png modules/files/images/icons/gnome-mime-application-pgp-keys.png modules/files/images/icons/gnome-mime-application-pgp.png modules/files/images/icons/gnome-mime-application-postscript.png modules/files/images/icons/gnome-mime-application-rtf.png modules/files/images/icons/gnome-mime-application-vnd.lotus-1-2-3.png modules/files/images/icons/gnome-mime-application-vnd.ms-excel.png modules/files/images/icons/gnome-mime-application-vnd.ms-powerpoint.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.chart.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.database.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.drawing.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.formula.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.graphics-template.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.image.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.presentation-template.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.presentation.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.spreadsheet-template.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.spreadsheet.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.text-template.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.text-web.png modules/files/images/icons/gnome-mime-application-vnd.oasis.opendocument.text.png modules/files/images/icons/gnome-mime-application-vnd.stardivision.calc.png modules/files/images/icons/gnome-mime-application-vnd.stardivision.impress.png modules/files/images/icons/gnome-mime-application-vnd.stardivision.writer.png modules/files/images/icons/gnome-mime-application-vnd.sun.xml.calc.png modules/files/images/icons/gnome-mime-application-vnd.sun.xml.draw.png modules/files/images/icons/gnome-mime-application-vnd.sun.xml.impress.png modules/files/images/icons/gnome-mime-application-vnd.sun.xml.writer.png modules/files/images/icons/gnome-mime-application-vnd.sun.xml.writer.template.png modules/files/images/icons/gnome-mime-application-wordperfect.png modules/files/images/icons/gnome-mime-application-x-abiword.png modules/files/images/icons/gnome-mime-application-x-applix-spreadsheet.png modules/files/images/icons/gnome-mime-application-x-archive.png modules/files/images/icons/gnome-mime-application-x-arj.png modules/files/images/icons/gnome-mime-application-x-bittorrent.png modules/files/images/icons/gnome-mime-application-x-bzip-compressed-tar.png modules/files/images/icons/gnome-mime-application-x-bzip.png modules/files/images/icons/gnome-mime-application-x-cd-image.png modules/files/images/icons/gnome-mime-application-x-compress.png modules/files/images/icons/gnome-mime-application-x-compressed-tar.png modules/files/images/icons/gnome-mime-application-x-cpio-compressed.png modules/files/images/icons/gnome-mime-application-x-cpio.png modules/files/images/icons/gnome-mime-application-x-deb.png modules/files/images/icons/gnome-mime-application-x-desktop.png modules/files/images/icons/gnome-mime-application-x-dia-diagram.png modules/files/images/icons/gnome-mime-application-x-extension-nfo.png modules/files/images/icons/gnome-mime-application-x-extension-par2.png modules/files/images/icons/gnome-mime-application-x-gnumeric.png modules/files/images/icons/gnome-mime-application-x-gzip.png modules/files/images/icons/gnome-mime-application-x-ipod-firmware.png modules/files/images/icons/gnome-mime-application-x-jar.png modules/files/images/icons/gnome-mime-application-x-java-byte-code.png modules/files/images/icons/gnome-mime-application-x-lha.png modules/files/images/icons/gnome-mime-application-x-lhz.png modules/files/images/icons/gnome-mime-application-x-par2.png modules/files/images/icons/gnome-mime-application-x-perl.png modules/files/images/icons/gnome-mime-application-x-php.png modules/files/images/icons/gnome-mime-application-x-python-bytecode.png modules/files/images/icons/gnome-mime-application-x-python.png modules/files/images/icons/gnome-mime-application-x-rar.png modules/files/images/icons/gnome-mime-application-x-rpm.png modules/files/images/icons/gnome-mime-application-x-sharedlib.png modules/files/images/icons/gnome-mime-application-x-shellscript.png modules/files/images/icons/gnome-mime-application-x-tar.png modules/files/images/icons/gnome-mime-application-x-zip-compressed.png modules/files/images/icons/gnome-mime-application-x-zip.png modules/files/images/icons/gnome-mime-application-zip.png modules/files/images/icons/gnome-mime-application.png modules/files/images/icons/gnome-mime-audio-ac3.png modules/files/images/icons/gnome-mime-audio-basic.png modules/files/images/icons/gnome-mime-audio-midi.png modules/files/images/icons/gnome-mime-audio-x-aiff.png modules/files/images/icons/gnome-mime-audio-x-it.png modules/files/images/icons/gnome-mime-audio-x-midi.png modules/files/images/icons/gnome-mime-audio-x-mod.png modules/files/images/icons/gnome-mime-audio-x-mp3.png modules/files/images/icons/gnome-mime-audio-x-s3m.png modules/files/images/icons/gnome-mime-audio-x-stm.png modules/files/images/icons/gnome-mime-audio-x-ulaw.png modules/files/images/icons/gnome-mime-audio-x-voc.png modules/files/images/icons/gnome-mime-audio-x-wav.png modules/files/images/icons/gnome-mime-audio-x-xi.png modules/files/images/icons/gnome-mime-audio-x-xm.png modules/files/images/icons/gnome-mime-audio.png modules/files/images/icons/gnome-mime-image-bmp.png modules/files/images/icons/gnome-mime-image-gif.png modules/files/images/icons/gnome-mime-image-ief.png modules/files/images/icons/gnome-mime-image-jpeg.png modules/files/images/icons/gnome-mime-image-png.png modules/files/images/icons/gnome-mime-image-svg+xml.png modules/files/images/icons/gnome-mime-image-tiff.png modules/files/images/icons/gnome-mime-image-x-psd.png modules/files/images/icons/gnome-mime-image-x-rgb.png modules/files/images/icons/gnome-mime-image-x-tga.png modules/files/images/icons/gnome-mime-image-x-xbitmap.png modules/files/images/icons/gnome-mime-image-x-xcf.png modules/files/images/icons/gnome-mime-image-x-xfig.png modules/files/images/icons/gnome-mime-image-x-xpixmap.png modules/files/images/icons/gnome-mime-image.png modules/files/images/icons/gnome-mime-text-css.png modules/files/images/icons/gnome-mime-text-html.png modules/files/images/icons/gnome-mime-text-plain.png modules/files/images/icons/gnome-mime-text-x-authors.png modules/files/images/icons/gnome-mime-text-x-c++src.png modules/files/images/icons/gnome-mime-text-x-c-header.png modules/files/images/icons/gnome-mime-text-x-c.png modules/files/images/icons/gnome-mime-text-x-chdr.png modules/files/images/icons/gnome-mime-text-x-credits.png modules/files/images/icons/gnome-mime-text-x-csh.png modules/files/images/icons/gnome-mime-text-x-csharp.png modules/files/images/icons/gnome-mime-text-x-csrc.png modules/files/images/icons/gnome-mime-text-x-haskell.png modules/files/images/icons/gnome-mime-text-x-install.png modules/files/images/icons/gnome-mime-text-x-java.png modules/files/images/icons/gnome-mime-text-x-literate-haskell.png modules/files/images/icons/gnome-mime-text-x-objcsrc.png modules/files/images/icons/gnome-mime-text-x-python.png modules/files/images/icons/gnome-mime-text-x-readme.png modules/files/images/icons/gnome-mime-text-x-scheme.png modules/files/images/icons/gnome-mime-text-x-tex.png modules/files/images/icons/gnome-mime-text-x-txt.png modules/files/images/icons/gnome-mime-text-xml.png modules/files/images/icons/gnome-mime-text.png modules/files/images/icons/gnome-mime-video-mpeg.png modules/files/images/icons/gnome-mime-video-quicktime.png modules/files/images/icons/gnome-mime-video-x-ms-asf.png modules/files/images/icons/gnome-mime-video-x-ms-wmv.png modules/files/images/icons/gnome-mime-video-x-msvideo.png modules/files/images/icons/gnome-mime-video.png modules/files/images/icons/gnome-mime-x-directory-smb-server.png modules/files/images/icons/gnome-mime-x-directory-smb-share.png modules/files/images/icons/gnome-package.png modules/files/images/icons/gz.png modules/files/images/icons/html.png modules/files/images/icons/ief.png modules/files/images/icons/image-x-generic.png modules/files/images/icons/image.png modules/files/images/icons/image2.png modules/files/images/icons/info.png modules/files/images/icons/jpeg.png modules/files/images/icons/jpg.png modules/files/images/icons/lha.png modules/files/images/icons/lhz.png modules/files/images/icons/message.png modules/files/images/icons/midi.png modules/files/images/icons/mime-colorset.png modules/files/images/icons/mime-empty.png modules/files/images/icons/mime-help.png modules/files/images/icons/mime-postscript.png modules/files/images/icons/mime_ascii.png modules/files/images/icons/mime_cdr.png modules/files/images/icons/mime_colorset.png modules/files/images/icons/mime_empty.png modules/files/images/icons/mime_koffice.png modules/files/images/icons/misc.png modules/files/images/icons/mod.png modules/files/images/icons/mp3.png modules/files/images/icons/package-x-generic.png modules/files/images/icons/par.png modules/files/images/icons/pdf.png modules/files/images/icons/php.png modules/files/images/icons/pix.png modules/files/images/icons/png.png modules/files/images/icons/ps.png modules/files/images/icons/psd.png modules/files/images/icons/quicktime.png modules/files/images/icons/rar.png modules/files/images/icons/recycled.png modules/files/images/icons/rgb.png modules/files/images/icons/rpm.png modules/files/images/icons/s3m.png modules/files/images/icons/schedule.png modules/files/images/icons/shellscript.png modules/files/images/icons/sound.png modules/files/images/icons/source_c.png modules/files/images/icons/source_cpp.png modules/files/images/icons/source_h.png modules/files/images/icons/source_java.png modules/files/images/icons/source_php.png modules/files/images/icons/source_py.png modules/files/images/icons/source_pyc.png modules/files/images/icons/spreadsheet.png modules/files/images/icons/stm.png modules/files/images/icons/svg.png modules/files/images/icons/tar.png modules/files/images/icons/template_source.png modules/files/images/icons/tex.png modules/files/images/icons/text-html.png modules/files/images/icons/text-x-generic-template.png modules/files/images/icons/text-x-generic.png modules/files/images/icons/text-x-script.png modules/files/images/icons/text.png modules/files/images/icons/tga.png modules/files/images/icons/tgz.png modules/files/images/icons/tiff.png modules/files/images/icons/txt.png modules/files/images/icons/ulaw.png modules/files/images/icons/unknown.png modules/files/images/icons/vcalendar.png modules/files/images/icons/video-x-generic.png modules/files/images/icons/video.png modules/files/images/icons/vmlinuz.png modules/files/images/icons/voc.png modules/files/images/icons/wav.png modules/files/images/icons/x-office-address-book.png modules/files/images/icons/x-office-calendar.png modules/files/images/icons/x-office-document.png modules/files/images/icons/x-office-presentation.png modules/files/images/icons/x-office-spreadsheet.png modules/files/images/icons/xcf.png modules/files/images/icons/xfig.png modules/files/images/icons/xi.png modules/files/images/icons/xm.png modules/files/images/icons/zip.png - Open source support icons for the files module 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/application-x-executable.png - file application-x-executable.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/bmp.png - file bmp.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/arj.png - file arj.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/application-certificate.png - file application-certificate.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/audio.png - file audio.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/cbz.png - file cbz.png was initially added on branch stable_2. 2007-01-27 01:53 (pedroix) --------------------------------- modules/files/images/icons/applix.png - file applix.png was initially added on branch stable_2. 2007-01-25 08:40 (merlinyoda) --------------------------------- db/dotproject.sql lib/phpgacl/Cache_Lite/Cache_Lite.php - - Changes towards Bug Report #1792 2007-01-25 04:35 (merlinyoda) --------------------------------- modules/tasks/tasks.php - - "Improvement" on fix for bug #1744. - Also "tabified" file (replaces 4 spaces with a tab character) 2007-01-20 01:32 (gregorerhardt) --------------------------------- modules/projects/departments_tab.view.projects.php - rounding duration - hint by bruce 2007-01-18 13:19 (nybod) --------------------------------- index.php - Oops. Not the right fix. Undoing for now. default_view_tab not getting pulled from dPconfig. 2007-01-18 13:06 (nybod) --------------------------------- index.php - default_view_tab not getting pulled from dPconfig. 2007-01-18 11:50 (merlinyoda) --------------------------------- locales/en/contacts.inc modules/contacts/addedit.php modules/contacts/contacts.class.php - - - Solidified fix for bug #1232. - - Added "user contact deletion" error message to "en" locale 2007-01-18 03:51 (gregorerhardt) --------------------------------- modules/projects/departments_tab.view.projects.php - Merge the forms for the checkboxes on departments: projects tab 2007-01-17 23:56 (nybod) --------------------------------- modules/projects/vw_logs.php - Mantis 1833 regarding task log editing permissions. 2007-01-13 08:18 (nybod) --------------------------------- modules/calendar/calendar.class.php - Corrected typo: uset_last_name to user_last_name. 2007-01-06 19:41 (gregorerhardt) --------------------------------- db/dotproject.sql db/upgrade_latest.sql - Adding INDEX for custom fields value_id 2007-01-04 12:59 (ajdonnison) --------------------------------- modules/system/system.class.php - Fixed problem where the wrong user's preferences are updated, thanks to ryan_ on IRC for his assistance in sorting this out. 2007-01-04 05:59 (gregorerhardt) --------------------------------- modules/departments/view.php - fix dept_id losing when viewing department from company's link 2007-01-03 04:32 (merlinyoda) --------------------------------- functions/projects_func.php - Set "$priority" array to use system configured values instead - of predefined values in the code. 2007-01-03 04:14 (merlinyoda) --------------------------------- functions/admin_func.php - - Updated "$utypes" user type array to use system configured values instead - of using a predefined list as it had been. 2006-12-28 05:50 (gregorerhardt) --------------------------------- modules/projects/departments_tab.view.projects_gantt.php - file departments_tab.view.projects_gantt.php was initially added on branch stable_2. 2006-12-28 05:50 (gregorerhardt) --------------------------------- modules/projects/departments_tab.view.projects_gantt.php modules/projects/gantt.php modules/projects/viewgantt.php - projects gantt subview with project owner option for departments 2006-12-27 21:49 (gregorerhardt) --------------------------------- modules/projects/gantt.php modules/tasks/gantt.php - fixing gantt locale determination change from 20061208 2006-12-27 20:54 (gregorerhardt) --------------------------------- db/dotproject.sql - added missing session_user column and updated ProjectStatus sysval 2006-12-27 20:09 (gregorerhardt) --------------------------------- modules/departments/index.php modules/departments/view.php - fix for the case where unset or no session data available 2006-12-20 00:43 (nybod) --------------------------------- modules/tasks/todo.php - #1790 - make selected user to see todo->gantt chart for stick (cyberhorse's work) 2006-12-17 05:33 (nybod) --------------------------------- modules/admin/addedituser.php - Removed asterisk beside Company field which erroneously indicated that it was a required field. 2006-12-16 05:32 (merlinyoda) --------------------------------- lib/ezpdf/class.ezpdf.php lib/ezpdf/class.pdf.php - - Got rid of the carrage return characters so they don't show up under *nix. - - Added the following lines to the stream() function in - lib/ezpdf/class.pdf.php to solve the problem of certain versions IE - trying to download/display a pdf report based on the page/arguments - in the URL instead of what is passed to it in the HTTP header information - (I've had a similiar problem in other programs because of IE's disreguard - of web standards by running everything in "quirks" mode unless you - explicitly specify otherwise not to): - - header( "Pragma: "); - header( "Cache-Control: public"); 2006-12-10 21:33 (ajdonnison) --------------------------------- modules/admin/vw_usr_perms.php - Added Module/Item separation, sponsored by De Bortoli Wines. 2006-12-09 19:21 (ajdonnison) --------------------------------- index.php includes/main_functions.php - Added anti-XSS function from Kallahar@quickwired.com with permission (code is released in the public domain). 2006-12-08 11:09 (merlinyoda) --------------------------------- modules/projects/gantt.php modules/tasks/gantt.php - - jpGraph is still a congig variable in stable_2 ... should be used on gantt 2006-12-08 10:50 (uid225572) --------------------------------- modules/projects/viewgantt.php - - Just made code a little more condensed/readable - ... someone got newline-happy :-) 2006-12-08 10:35 (merlinyoda) --------------------------------- classes/ui.class.php - - Class variable $user_lang was used but not defined in the code. 2006-12-07 22:45 (cyberhorse) --------------------------------- includes/db_connect.php - #1838 - applied suggested change 2006-12-06 05:25 (merlinyoda) --------------------------------- modules/system/system.class.php - - Modified install() function to filter out "Public" module when - calculating the value of mod_ui_value for a new module record. - - Streamlined the move() function to eliminate repeating code, making it - easier to expand upon if needed. 2006-12-03 21:30 (gregorerhardt) --------------------------------- includes/main_functions.php - fix for hidden and disabled fields in MSIE 2006-12-03 13:06 (nybod) --------------------------------- modules/calendar/day_view.php - Backward compatible function to address php5 date issue 2006-12-01 09:42 (nybod) --------------------------------- modules/projects/addedit.php - Added required field indicator (*) to project name 2006-12-01 00:58 (gregorerhardt) --------------------------------- modules/projects/view.php - last_name, first_name for consistency 2006-12-01 00:56 (gregorerhardt) --------------------------------- db/dotproject.sql db/upgrade_latest.sql includes/main_functions.php locales/en/projects.inc locales/en/tasks.inc modules/tasks/addedit.js modules/tasks/addedit.php - removing user-specific required fields from tasks 2006-11-30 22:29 (gregorerhardt) --------------------------------- modules/projects/addedit.php modules/tasks/addedit.php - Showing 2 save and cancel buttons for usability 2006-11-30 21:51 (gregorerhardt) --------------------------------- db/dotproject.sql - user-specific required fields 2006-11-30 21:46 (gregorerhardt) --------------------------------- ChangeLog classes/CustomFields.class.php db/upgrade_latest.sql includes/main_functions.php locales/en/projects.inc locales/en/tasks.inc modules/projects/addedit.php modules/system/syskeys/index.php modules/tasks/addedit.js modules/tasks/addedit.php - user-specific required fields 2006-11-29 23:57 (gregorerhardt) --------------------------------- modules/departments/departments.class.php modules/departments/index.php modules/departments/view.php modules/projects/departments_tab.view.projects.php modules/projects/projects.class.php - view departments from dep module; some auto-tabs 2006-11-29 23:57 (gregorerhardt) --------------------------------- modules/projects/departments_tab.view.projects.php - file departments_tab.view.projects.php was initially added on branch stable_2. 2006-11-28 10:37 (pedroix) --------------------------------- modules/projects/reports/upcoming.php - assigned_users variable typo 2006-11-28 03:30 (gregorerhardt) --------------------------------- modules/tasks/tasks.php - open or close all tasks in a list at once 2006-11-28 02:28 (gregorerhardt) --------------------------------- db/upgrade_latest.php db/upgrade_latest.sql - remove installer inconsistencies 2006-11-28 01:40 (gregorerhardt) --------------------------------- modules/projects/gantt.php modules/projects/viewgantt.php - gantt sortable by name 2006-11-28 01:04 (gregorerhardt) --------------------------------- modules/tasks/gantt.php modules/tasks/viewgantt.php - gantt sortable by name 2006-11-28 00:05 (gregorerhardt) --------------------------------- ChangeLog modules/projects/admin_tab.viewuser.projects.php modules/tasks/tasks.class.php modules/tasks/todo.php modules/tasks/todo_tasks_sub.php - sortable todo, some more tooltips 2006-11-25 23:13 (nybod) --------------------------------- modules/projects/reports/completed.php - Small typo 2006-11-23 06:35 (gregorerhardt) --------------------------------- modules/tasks/view.php - softcoding translation 2006-11-23 06:15 (gregorerhardt) --------------------------------- modules/calendar/week_view.php - softcoding translation 2006-11-23 05:59 (gregorerhardt) --------------------------------- modules/tasks/tasks.class.php - some additional overlib enhanced tooltips 2006-11-20 09:36 (gregorerhardt) --------------------------------- modules/projects/index.php modules/projects/projects.class.php - adding owner filter to projects 2006-11-20 08:27 (gregorerhardt) --------------------------------- modules/projects/reports/allocateduserhours.php - removing development testing code :) 2006-11-20 08:23 (gregorerhardt) --------------------------------- modules/projects/reports/allocateduserhours.php - correcting user usage hour and percent values 2006-11-20 07:46 (gregorerhardt) --------------------------------- classes/date.class.php - readded erraneously removed date::workingdaysinspan() 2006-11-20 06:39 (gregorerhardt) --------------------------------- ChangeLog modules/smartsearch/searchobjects/projects.inc.php - Smartsearch project_contacts for projects 2006-11-20 03:01 (gregorerhardt) --------------------------------- classes/ui.class.php lib/overlib/makemini.pl lib/overlib/overlib.js lib/overlib/overlib_anchor.js lib/overlib/overlib_centerpopup.js lib/overlib/overlib_crossframe.js lib/overlib/overlib_cssstyle.js lib/overlib/overlib_debug.js lib/overlib/overlib_exclusive.js lib/overlib/overlib_followscroll.js lib/overlib/overlib_hideform.js lib/overlib/overlib_setonoff.js lib/overlib/overlib_shadow.js lib/overlib/Mini/overlib_anchor_mini.js lib/overlib/Mini/overlib_centerpopup_mini.js lib/overlib/Mini/overlib_crossframe_mini.js lib/overlib/Mini/overlib_csstyle_mini.js lib/overlib/Mini/overlib_debug_mini.js lib/overlib/Mini/overlib_exclusive_mini.js lib/overlib/Mini/overlib_followscroll_mini.js lib/overlib/Mini/overlib_hideform_mini.js lib/overlib/Mini/overlib_mini.js lib/overlib/Mini/overlib_setonoff_mini.js lib/overlib/Mini/overlib_shadow_mini.js modules/projects/vw_idx_active.php modules/projects/vw_idx_archived.php modules/projects/vw_idx_complete.php modules/projects/vw_idx_proposed.php - Adding Overlib for advanced tooltips and implement tooltips for project description 2006-11-20 00:12 (gregorerhardt) --------------------------------- classes/ui.class.php db/dotproject.sql db/upgrade_latest.sql modules/companies/vw_active.php modules/companies/vw_archived.php modules/companies/vw_companies.php modules/files/addedit.php modules/files/co.php modules/files/index_table.php modules/forums/addedit.php modules/forums/index.php modules/links/addedit.php modules/projects/addedit.php modules/projects/admin_tab.viewuser.projects.php modules/projects/gantt.php modules/projects/gantt2.php modules/projects/index.php modules/projects/projects.class.php modules/projects/reports.php modules/projects/view.php modules/projects/viewgantt.php modules/projects/vw_idx_active.php modules/projects/vw_idx_archived.php modules/projects/vw_idx_complete.php modules/projects/vw_idx_proposed.php modules/tasks/addedit.php modules/tasks/gantt.php modules/tasks/tasks.php modules/tasks/todo.php style/default/overrides.php style/dp-grey-theme/overrides.php - Incorporating project inactive state in the Archived status 2006-11-19 19:29 (cyberhorse) --------------------------------- modules/tasks/tasks.class.php - #1824 - delete dependencies when deleting tasks. - ---------------------------------------------------------------------- 2006-11-15 22:55 (pedroix) --------------------------------- includes/main_functions.php - Make sure only one (the first found) option gets selected from a arraySelect 2006-11-06 03:04 (nybod) --------------------------------- modules/ticketsmith/view.php - Changed deprecated user_email to contact_email (Mantis 1813) 2006-11-05 15:05 (cyberhorse) --------------------------------- modules/system/addeditpref.php - #1814 - updated GET_HTTP_VARS usage to _GET 2006-11-01 02:05 (pedroix) --------------------------------- js/base.js - Opera browser would null the fields of tasks upon add or edit. Not anymore. - BTW: since navigator.family is propagated throughout the application and we don't know if opera will stick to geckos standards, navigator.family will be set to own opera in case we need evasive manouvres in the future. 2006-10-19 02:00 (merlinyoda) --------------------------------- modules/calendar/calendar.class.php - - Implementing (reimplementing?) fix for bug 0001557 on stable_2 branch. - - Change was implemented in HEAD branch as of revision 1.50 of - calendar.class.php, but was not implemented in the stable_2 branch. 2006-10-19 00:29 (merlinyoda) --------------------------------- modules/calendar/calendar.class.php - - Modified query code for recursive/non-recursive events around line 539. - Gets around object cloning/version skewing issue between PHP 4 and PHP 5. - Should probably have been created and managed independently anyway. 2006-10-18 20:52 (nybod) --------------------------------- classes/libmail.class.php - Modified regex to accept email address containing sub-domain. 2006-10-18 05:20 (theideaman) --------------------------------- classes/libmail.class.php - fixed CheckAdresses method to return true if addresses validate. Added CheckAddresses alias method to fix typo. 2006-10-12 08:43 (merlinyoda) --------------------------------- fileviewer.php - - Added code to resolve issues in IE/HTTPS with file download links that - go through fileviewer.php. 2006-10-12 00:10 (pedroix) --------------------------------- modules/tasks/tasks.class.php - clearReminder was not working. This method was trying to find nothing because the id field of a task is named "task_id" and not just "id". Therefore nothing was being cleared through this method. 2006-10-05 02:10 (pedroix) --------------------------------- classes/query.class.php - Backported loadHash and addReplace methods to stable_2 2006-10-03 20:12 (gregorerhardt) --------------------------------- classes/date.class.php modules/smartsearch/searchobjects/events.inc.php modules/smartsearch/searchobjects/projects.inc.php modules/smartsearch/searchobjects/tasks.inc.php modules/tasks/do_task_aed.php modules/tasks/tasks.class.php - task dependency shifting and fix for custom fields smartsearch 2006-09-20 19:37 (pedroix) --------------------------------- modules/tasks/tasks.php - Minor bug on tasks search feature upon search box reset. - http://www.dotproject.net/vbulletin/showthread.php?p=24667 2006-09-04 03:37 (gregorerhardt) --------------------------------- classes/date.class.php modules/tasks/do_task_aed.php modules/tasks/tasks.class.php - tasks dependency shifting - finally fixed? 2006-08-21 04:11 (gregorerhardt) --------------------------------- modules/tasks/tasks.class.php - fixing task dependency shifting bug for recursive dependencies 2006-08-20 19:59 (gregorerhardt) --------------------------------- modules/projects/reports/stats.php - prepared for translation 2006-08-19 07:45 (merlinyoda) --------------------------------- locales/en/system.inc - - Added some values that were missing for the English version of - the "system.inc" translation file. 2006-08-10 08:19 (merlinyoda) --------------------------------- db/upgrade_latest.php - - Added 2 lines of code in upgrade_latest so that the 'session_user' column - is present 'sessions' table. Sessions may be joined to a user id in - the database. This was also necessary to get the "Active Sessions" tab under - "User Admin" working in stable_2 2006-08-08 07:48 (merlinyoda) --------------------------------- db/upgrade_to_204.php modules/projects/view.php modules/tasks/tasks.php - - Fixed problem with "empty" projects not properly displaying information - on project/task view pages after 1737 bug fix. 2006-08-04 09:44 (merlinyoda) --------------------------------- modules/projects/projects.class.php modules/projects/view.php modules/tasks/tasks.php - Related to Bug Report 1737: - - Fixed project percentage complete calculations based on submitter's suggestions. 2006-08-01 16:18 (ajdonnison) --------------------------------- modules/projects/reports/tasklist.php - Fixed bug in getting project title. 2006-08-01 15:57 (ajdonnison) --------------------------------- modules/projects/reports/tasksperuser.php - Changes to support PDF output. 2006-08-01 03:15 (merlinyoda) --------------------------------- modules/admin/vw_usr_sessions.php - - Another "Active Sessions" tweak. Correted Company "order by" link. 2006-08-01 02:42 (merlinyoda) --------------------------------- modules/admin/vw_usr_sessions.php - - Another display tweak for "Active Session" tab in admin module. 2006-08-01 02:35 (merlinyoda) --------------------------------- locales/en/admin.inc modules/admin/vw_usr_sessions.php - - Tweeked display on "Active Session" tab in admin module. - Added text strings to translation files (English). 2006-07-31 21:54 (nybod) --------------------------------- modules/companies/vw_depts.php - Function 'findchilddept' renamed to avoid naming clash when viewed in flat view (fix taken from HEAD code) 2006-07-29 01:51 (merlinyoda) --------------------------------- modules/admin/vw_usr_sessions.php - - Adding code for "Active Sessions" tab 2006-07-29 01:42 (merlinyoda) --------------------------------- includes/session.php modules/admin/index.php - - Modified code to accept "Active Sessions" tab. Will be adding file for - "Active Sessions" tab shortly. 2006-07-28 06:43 (merlinyoda) --------------------------------- modules/files/addedit.php - - Fix for Bug Report 1700: - Applied more permanent and consistant fix. Redirect to link supplied - by "getPlace" method in "UI" class. 2006-07-28 06:29 (merlinyoda) --------------------------------- includes/main_functions.php modules/files/addedit.php - Fixed bug 1700: - Pressing the cancel button in the file add/edit page causes the user's - browser to go back in the user's history one page (after confirmation). - - Also modified part of a URL string in includes/main_functions.php to - conform with XHTML standards ( '&' to '&' ) 2006-07-28 05:16 (nybod) --------------------------------- modules/admin/viewuser.php modules/admin/vw_usr_log.php modules/calendar/addedit.php modules/calendar/clash.php modules/projects/addedit.php modules/projects/viewgantt.php modules/projects/reports/allocateduserhours.php modules/projects/reports/overall.php modules/projects/reports/taskenddate.php modules/projects/reports/tasklist.php modules/projects/reports/tasklogs.php modules/projects/reports/tasksperuser.php modules/projects/reports/userperformance.php modules/tasks/tasksperuser_sub.php modules/tasks/view.php modules/tasks/viewgantt.php modules/tasks/vw_log_update.php - Corrected spelling and syntax - from scollbars=false (note spelling) to scrollbars=no 2006-07-27 17:54 (gregorerhardt) --------------------------------- classes/CustomFields.class.php modules/smartsearch/searchobjects/events.inc.php modules/smartsearch/searchobjects/projects.inc.php modules/smartsearch/searchobjects/tasks.inc.php - smartsearch for custom fields: keyword highlighting 2006-07-26 06:24 (merlinyoda) --------------------------------- classes/dp.class.php modules/companies/companies.class.php modules/companies/do_company_aed.php modules/projects/do_project_aed.php modules/projects/projects.class.php modules/tasks/do_task_aed.php modules/tasks/do_task_assign_aed.php modules/tasks/do_updatetask.php modules/tasks/tasks.class.php - Fixed Bug 1709: - Added function "dPTrimAll" to main dP class. Only class variables of string - types are trimmed. Trim function is called immediately before the modules - respective "store" function. Exception is made in task module. The task log - description field value is preserved and restored after the parent function - is called. 2006-07-24 23:54 (gregorerhardt) --------------------------------- classes/CustomFields.class.php classes/customfieldsparser.class.php modules/projects/reports/allocateduserhours.php modules/smartsearch/searchobjects/events.inc.php modules/smartsearch/searchobjects/files.inc.php modules/smartsearch/searchobjects/projects.inc.php modules/smartsearch/searchobjects/tasks.inc.php modules/smartsearch/searchobjects/tickets.inc.php modules/system/custom_field_addedit.php modules/system/custom_field_editor.php - custom fields: new type weblink and smart searchability 2006-07-23 06:21 (nybod) --------------------------------- functions/tasks_func.php modules/tasks/view.php - Fix to read TaskPriority from sysvals 2006-07-19 23:30 (merlinyoda) --------------------------------- modules/projects/vw_logs.php - - Fixed Bug 1726: - The project module's "vw_logs.php" was improperly checking the value of - "$canEdit" to determine if the delete icon should be displayed. Replaced - "$canEdit" with "$canDelete". 2006-07-19 07:56 (merlinyoda) --------------------------------- modules/files/co.php modules/files/do_file_co.php - - Modification relating to Bug report# 1694: - - Modified and moved code for related to "file checkout" popup window in - order to be more compatible with "less-intelligent" popup blockers. Also - added menu bar on popup window to ease saving files that don't trigger - open/save dialogs (i.e. displayed in browser) 2006-07-12 14:30 (ajdonnison) --------------------------------- modules/tasks/tasks.class.php - Reordered query to get around LEFT JOIN constraints in MySQL 5 2006-07-07 22:46 (merlinyoda) --------------------------------- modules/tasks/tasks.php - Fixed Bug 1701: - Table "user_tasks" needed to be prepended to $from instead of appended so - that the result was "user_tasks, tasks" instead of "tasks, user_tasks". - This was messing up the following join statement as it was trying to - join using wrong table. 2006-07-07 07:07 (merlinyoda) --------------------------------- db/dotproject.sql - - Fixed Bug 1713: - changed instances of "VALUES (''" and "VALUES (NULL" to "VALUES (0" - for relevant columns (mainly for numeric ID column on "config" table) - - ... minor code cosmetic changes also. - changed "INSERT INTO config " to "INSERT INTO `config`" for purposes of - code regularity. 2006-07-07 06:29 (merlinyoda) --------------------------------- db/dotproject.sql - - Fixed trivial bug #1714: - - changed version number string from '2.0.2' to '2.0.4' 2006-07-06 17:48 (ajdonnison) --------------------------------- modules/tasks/tasks.php - Added fix for MySQL 5.x restriction on LEFT JOIN 2006-07-02 08:45 (nybod) --------------------------------- modules/projects/reports/tasklist.php modules/projects/reports/tasksperuser.php - Moved $q->clear(); to pickup all users assigned to task, and other fix.
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use