[boinc] 03/10: Merge tag 'upstream/7.8.0+dfsg'

Gianfranco Costamagna locutusofborg at moszumanska.debian.org
Fri Aug 11 17:29:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

locutusofborg pushed a commit to branch master
in repository boinc.

commit eff071bce19ff6383bb490b511fd00391df8f86d
Merge: 6fe8f7a acd40dc
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Tue Jun 20 09:56:48 2017 +0200

    Merge tag 'upstream/7.8.0+dfsg'
    
    Upstream version 7.8.0+dfsg

 .gitignore                                         |    41 +
 .scrutinizer.yml                                   |   143 +
 .travis.yml                                        |    31 +-
 .tx/config                                         |    47 +
 3rdParty/README.md                                 |    12 +
 3rdParty/buildLinuxDependencies.sh                 |   137 +
 3rdParty/buildWxLinux.sh                           |   101 +
 INSTALL                                            |     2 +-
 Makefile.incl                                      |     1 +
 README.md                                          |    41 +-
 _autosetup                                         |    94 +-
 android/.gitignore                                 |    11 -
 android/BOINC/AndroidManifest.xml                  |   144 -
 android/BOINC/app/build.gradle                     |    75 +
 android/BOINC/app/lint.xml                         |     4 +
 android/BOINC/app/src/main/AndroidManifest.xml     |   125 +
 .../aidl}/edu/berkeley/boinc/client/IMonitor.aidl  |     0
 .../aidl}/edu/berkeley/boinc/rpc/AccountIn.aidl    |     0
 .../aidl}/edu/berkeley/boinc/rpc/AccountOut.aidl   |     0
 .../aidl}/edu/berkeley/boinc/rpc/AcctMgrInfo.aidl  |     0
 .../edu/berkeley/boinc/rpc/GlobalPreferences.aidl  |     0
 .../aidl}/edu/berkeley/boinc/rpc/HostInfo.aidl     |     0
 .../aidl}/edu/berkeley/boinc/rpc/ImageWrapper.aidl |     0
 .../main/aidl}/edu/berkeley/boinc/rpc/Message.aidl |     0
 .../main/aidl}/edu/berkeley/boinc/rpc/Notice.aidl  |     0
 .../main/aidl}/edu/berkeley/boinc/rpc/Project.aidl |     0
 .../edu/berkeley/boinc/rpc/ProjectConfig.aidl      |     0
 .../aidl}/edu/berkeley/boinc/rpc/ProjectInfo.aidl  |     0
 .../main/aidl}/edu/berkeley/boinc/rpc/Result.aidl  |     0
 .../aidl}/edu/berkeley/boinc/rpc/Transfer.aidl     |     0
 .../src/main/assets/arm64-v8a}/placeholder.txt     |     0
 .../src/main/assets/armeabi-v7a}/placeholder.txt   |     0
 .../BOINC/{ => app/src/main}/assets/cc_config.xml  |     0
 .../src/main/assets/mips}/placeholder.txt          |     0
 .../src/main/assets/mips64}/placeholder.txt        |     0
 .../src/main/assets/x86}/placeholder.txt           |     0
 .../src/main/assets/x86_64}/placeholder.txt        |     0
 .../java/edu/berkeley/boinc/BOINCActivity.java     |   468 +
 .../berkeley/boinc/BoincNotExclusiveDialog.java    |     0
 .../edu/berkeley/boinc/ConfirmationDialog.java     |     0
 .../java}/edu/berkeley/boinc/EventLogActivity.java |     0
 .../boinc/EventLogActivityTabListener.java         |     0
 .../edu/berkeley/boinc/EventLogClientFragment.java |     0
 .../edu/berkeley/boinc/EventLogGuiFragment.java    |     0
 .../java}/edu/berkeley/boinc/NoticesFragment.java  |     0
 .../java/edu/berkeley/boinc/PrefsFragment.java     |   717 +
 .../edu/berkeley/boinc/ProjectDetailsFragment.java |     0
 .../java}/edu/berkeley/boinc/ProjectsFragment.java |     0
 .../java}/edu/berkeley/boinc/SplashActivity.java   |     0
 .../java}/edu/berkeley/boinc/StatusFragment.java   |     0
 .../java}/edu/berkeley/boinc/TasksFragment.java    |     0
 .../boinc/adapter/ClientLogListAdapter.java        |   126 +
 .../edu/berkeley/boinc/adapter/GalleryAdapter.java |     0
 .../boinc/adapter/NavDrawerListAdapter.java        |   273 +
 .../berkeley/boinc/adapter/NoticesListAdapter.java |   111 +
 .../berkeley/boinc/adapter/PrefsListAdapter.java   |   136 +
 .../boinc/adapter/PrefsListItemWrapper.java        |     0
 .../boinc/adapter/PrefsListItemWrapperBool.java    |     0
 .../boinc/adapter/PrefsListItemWrapperValue.java   |    94 +
 .../adapter/PrefsSelectionDialogListAdapter.java   |     0
 .../boinc/adapter/ProjectControlsListAdapter.java  |     0
 .../boinc/adapter/ProjectsListAdapter.java         |   264 +
 .../berkeley/boinc/adapter/TasksListAdapter.java   |   294 +
 .../edu/berkeley/boinc/attach/AcctMgrFragment.java |     0
 .../boinc/attach/BatchConflictListActivity.java    |     0
 .../boinc/attach/BatchConflictListAdapter.java     |     0
 .../boinc/attach/BatchProcessingActivity.java      |   280 +
 .../boinc/attach/CredentialInputActivity.java      |     0
 .../edu/berkeley/boinc/attach/HintFragment.java    |     0
 .../attach/IndividualCredentialInputFragment.java  |     0
 .../boinc/attach/ManualUrlInputFragment.java       |     0
 .../boinc/attach/ProjectAttachService.java         |     0
 .../berkeley/boinc/attach/ProjectInfoFragment.java |     0
 .../boinc/attach/SelectionListActivity.java        |   298 +
 .../boinc/attach/SelectionListAdapter.java         |     0
 .../edu/berkeley/boinc/client/AppPreferences.java  |     0
 .../client/ClientInterfaceImplementation.java      |   496 +
 .../berkeley/boinc/client/ClientNotification.java  |     0
 .../edu/berkeley/boinc/client/ClientStatus.java    |     0
 .../edu/berkeley/boinc/client/DeviceStatus.java    |   263 +
 .../java/edu/berkeley/boinc/client/Monitor.java    |  1306 ++
 .../berkeley/boinc/client/NoticeNotification.java  |   193 +
 .../berkeley/boinc/client/PersistentStorage.java   |     0
 .../java}/edu/berkeley/boinc/mutex/BoincMutex.java |     0
 .../edu/berkeley/boinc/receiver/BootReceiver.java  |     0
 .../boinc/receiver/PackageReplacedReceiver.java    |     0
 .../boinc/receiver/PowerConnectedReceiver.java     |     0
 .../java}/edu/berkeley/boinc/rpc/AccountIn.java    |     0
 .../java}/edu/berkeley/boinc/rpc/AccountOut.java   |     0
 .../edu/berkeley/boinc/rpc/AccountOutParser.java   |     0
 .../java}/edu/berkeley/boinc/rpc/AcctMgrInfo.java  |     0
 .../edu/berkeley/boinc/rpc/AcctMgrInfoParser.java  |     0
 .../edu/berkeley/boinc/rpc/AcctMgrRPCReply.java    |     0
 .../berkeley/boinc/rpc/AcctMgrRPCReplyParser.java  |     0
 .../src/main/java}/edu/berkeley/boinc/rpc/App.java |     0
 .../java}/edu/berkeley/boinc/rpc/AppVersion.java   |     0
 .../edu/berkeley/boinc/rpc/AppVersionsParser.java  |     0
 .../java}/edu/berkeley/boinc/rpc/AppsParser.java   |     0
 .../java}/edu/berkeley/boinc/rpc/BaseParser.java   |     0
 .../main/java}/edu/berkeley/boinc/rpc/Boinc.java   |     0
 .../main/java}/edu/berkeley/boinc/rpc/CcState.java |     0
 .../edu/berkeley/boinc/rpc/CcStateParser.java      |     0
 .../java}/edu/berkeley/boinc/rpc/CcStatus.java     |     0
 .../edu/berkeley/boinc/rpc/CcStatusParser.java     |     0
 .../edu/berkeley/boinc/rpc/DeviceStatusData.java   |    29 +
 .../edu/berkeley/boinc/rpc/GlobalPreferences.java  |     0
 .../boinc/rpc/GlobalPreferencesParser.java         |     0
 .../main/java}/edu/berkeley/boinc/rpc/GuiUrl.java  |     0
 .../java}/edu/berkeley/boinc/rpc/HostInfo.java     |     0
 .../edu/berkeley/boinc/rpc/HostInfoParser.java     |     0
 .../java}/edu/berkeley/boinc/rpc/ImageWrapper.java |     0
 .../src/main/java}/edu/berkeley/boinc/rpc/Md5.java |     0
 .../main/java}/edu/berkeley/boinc/rpc/Message.java |     0
 .../edu/berkeley/boinc/rpc/MessageCountParser.java |     0
 .../edu/berkeley/boinc/rpc/MessagesParser.java     |     0
 .../main/java}/edu/berkeley/boinc/rpc/Notice.java  |     0
 .../edu/berkeley/boinc/rpc/NoticesParser.java      |     0
 .../java}/edu/berkeley/boinc/rpc/PlatformInfo.java |     0
 .../main/java}/edu/berkeley/boinc/rpc/Project.java |     0
 .../edu/berkeley/boinc/rpc/ProjectAttachReply.java |     0
 .../boinc/rpc/ProjectAttachReplyParser.java        |     0
 .../edu/berkeley/boinc/rpc/ProjectConfig.java      |     0
 .../boinc/rpc/ProjectConfigReplyParser.java        |     0
 .../java}/edu/berkeley/boinc/rpc/ProjectInfo.java  |     0
 .../edu/berkeley/boinc/rpc/ProjectInfoParser.java  |     0
 .../edu/berkeley/boinc/rpc/ProjectsParser.java     |     0
 .../main/java}/edu/berkeley/boinc/rpc/Result.java  |     0
 .../edu/berkeley/boinc/rpc/ResultsParser.java      |     0
 .../java/edu/berkeley/boinc/rpc/RpcClient.java     |  1421 ++
 .../edu/berkeley/boinc/rpc/SimpleReplyParser.java  |     0
 .../edu/berkeley/boinc/rpc/TimePreferences.java    |     0
 .../java}/edu/berkeley/boinc/rpc/Transfer.java     |     0
 .../edu/berkeley/boinc/rpc/TransfersParser.java    |     0
 .../java}/edu/berkeley/boinc/rpc/VersionInfo.java  |     0
 .../edu/berkeley/boinc/rpc/VersionInfoParser.java  |     0
 .../java}/edu/berkeley/boinc/rpc/Workunit.java     |     0
 .../edu/berkeley/boinc/rpc/WorkunitsParser.java    |     0
 .../edu/berkeley/boinc/util/SystemUiHider.java     |     0
 .../edu/berkeley/boinc/util/SystemUiHiderBase.java |     0
 .../boinc/util/SystemUiHiderHoneycomb.java         |     0
 .../java}/edu/berkeley/boinc/utils/BOINCDefs.java  |     0
 .../edu/berkeley/boinc/utils/BOINCErrors.java      |     0
 .../java}/edu/berkeley/boinc/utils/BOINCUtils.java |     0
 .../java}/edu/berkeley/boinc/utils/Logging.java    |     0
 .../src/main}/res/drawable/icon_notices_tab.xml    |     0
 .../src/main}/res/drawable/icon_prefs_tab.xml      |     0
 .../src/main}/res/drawable/icon_projects_tab.xml   |     0
 .../src/main}/res/drawable/icon_status_tab.xml     |     0
 .../src/main}/res/drawable/icon_tasks_tab.xml      |     0
 .../res/drawable/navlist_counter_background.xml    |     0
 .../main}/res/drawable/navlist_item_background.xml |     0
 .../drawable/navlist_item_focussed_background.xml  |     0
 ...avlist_item_pressed_and_focussed_background.xml |     0
 .../drawable/navlist_item_pressed_background.xml   |     0
 .../src/main}/res/drawable/navlist_selector.xml    |     0
 .../res/drawable/navlist_selector_pressed.xml      |     0
 .../src/main}/res/drawable/progressbar.xml         |     0
 .../src/main}/res/drawable/shape_blue_border.xml   |     0
 .../src/main}/res/drawable/shape_button_blue.xml   |     0
 .../src/main}/res/drawable/shape_button_grey.xml   |     0
 .../src/main}/res/drawable/shape_button_red.xml    |     0
 .../shape_dark_blue_background_wo_stroke.xml       |     0
 .../main}/res/drawable/shape_dark_blue_border.xml  |     0
 .../res/drawable/shape_dark_blue_gradient_2.xml    |     0
 .../shape_dark_blue_gradient_background.xml        |     0
 .../res/drawable/shape_light_blue_background.xml   |     0
 .../shape_light_blue_background_wo_stroke.xml      |     0
 .../main}/res/drawable/shape_light_blue_border.xml |     0
 .../res/drawable/shape_light_green_background.xml  |     0
 .../res/drawable/shape_light_red_background.xml    |     0
 .../shape_light_red_background_wo_stroke.xml       |     0
 .../shape_preferences_status_background.xml        |     0
 .../main}/res/drawable/shape_yellow_background.xml |     0
 .../src/main}/res/drawable/tab_background.xml      |     0
 .../main}/res/drawable/tab_background_selected.xml |     0
 .../res/drawable/tab_background_unselected.xml     |     0
 .../{ => app/src/main}/res/drawable/tab_text.xml   |     0
 .../src/main}/res/layout/activity_splash.xml       |     0
 .../res/layout/attach_project_acctmgr_dialog.xml   |     0
 .../attach_project_batch_conflicts_layout.xml      |     0
 .../attach_project_batch_conflicts_listitem.xml    |     0
 .../attach_project_batch_processing_layout.xml     |     0
 .../attach_project_credential_input_dialog.xml     |     0
 .../attach_project_credential_input_layout.xml     |     0
 .../attach_project_hint_contribution_layout.xml    |     0
 .../attach_project_hint_platforms_layout.xml       |     0
 .../attach_project_hint_projectwebsite_layout.xml  |     0
 .../res/layout/attach_project_info_layout.xml      |     0
 .../res/layout/attach_project_list_layout.xml      |     0
 .../layout/attach_project_list_layout_listitem.xml |     0
 .../attach_project_manual_url_input_dialog.xml     |     0
 .../{ => app/src/main}/res/layout/dialog_about.xml |     0
 .../src/main}/res/layout/dialog_confirm.xml        |     0
 .../{ => app/src/main}/res/layout/dialog_list.xml  |     0
 .../main}/res/layout/eventlog_client_layout.xml    |     0
 .../res/layout/eventlog_client_listitem_layout.xml |     0
 .../src/main}/res/layout/eventlog_gui_layout.xml   |     0
 .../res/layout/eventlog_gui_listitem_layout.xml    |     0
 .../main}/res/layout/generic_layout_loading.xml    |     0
 .../BOINC/{ => app/src/main}/res/layout/main.xml   |     0
 .../{ => app/src/main}/res/layout/main_loading.xml |     0
 .../src/main}/res/layout/main_tab_layout.xml       |     0
 .../src/main}/res/layout/navlist_listitem.xml      |     0
 .../main}/res/layout/navlist_listitem_subitem.xml  |     0
 .../src/main}/res/layout/notices_layout.xml        |     0
 .../main}/res/layout/notices_layout_listitem.xml   |     0
 .../{ => app/src/main}/res/layout/prefs_layout.xml |     0
 .../src/main}/res/layout/prefs_layout_dialog.xml   |     0
 .../main}/res/layout/prefs_layout_dialog_pct.xml   |     0
 .../res/layout/prefs_layout_dialog_selection.xml   |     0
 .../src/main}/res/layout/prefs_layout_listitem.xml |     0
 .../res/layout/prefs_layout_listitem_bool.xml      |     0
 .../res/layout/prefs_layout_listitem_category.xml  |     0
 .../main}/res/layout/project_details_layout.xml    |     0
 .../project_details_slideshow_image_layout.xml     |     0
 .../layout/projects_controls_listitem_layout.xml   |     0
 .../src/main}/res/layout/projects_layout.xml       |     0
 .../main/res/layout/projects_layout_listitem.xml   |   115 +
 .../layout/projects_layout_listitem_acctmgr.xml    |     0
 .../src/main}/res/layout/status_layout.xml         |     0
 .../{ => app/src/main}/res/layout/tasks_layout.xml |     0
 .../src/main}/res/layout/tasks_layout_listitem.xml |     0
 .../{ => app/src/main}/res/menu/eventlog_menu.xml  |     0
 .../{ => app/src/main}/res/menu/main_menu.xml      |     0
 .../src/main}/res/menu/project_details_menu.xml    |     0
 .../{ => app/src/main}/res/menu/projects_menu.xml  |     0
 .../BOINC/app/src/main/res/values-bg/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-ca/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-cs/strings.xml   |   360 +
 .../BOINC/app/src/main/res/values-da/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-de/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-el/strings.xml   |     3 +
 .../BOINC/app/src/main/res/values-en/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-es/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-fi/strings.xml   |   247 +
 .../BOINC/app/src/main/res/values-fr/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-he/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-hr/strings.xml   |     4 +
 .../BOINC/app/src/main/res/values-hu/strings.xml   |   357 +
 .../app/src/main/res/values-it-rIT/strings.xml     |   357 +
 .../BOINC/app/src/main/res/values-ja/strings.xml   |   353 +
 .../BOINC/app/src/main/res/values-ka/strings.xml   |   356 +
 .../BOINC/app/src/main/res/values-ko/strings.xml   |   356 +
 .../BOINC/app/src/main/res/values-lt/strings.xml   |   262 +
 .../BOINC/app/src/main/res/values-lv/strings.xml   |     2 +
 .../BOINC/app/src/main/res/values-nb/strings.xml   |     2 +
 .../BOINC/app/src/main/res/values-nl/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-pl/strings.xml   |   359 +
 .../app/src/main/res/values-pt-rBR/strings.xml     |   358 +
 .../app/src/main/res/values-pt-rPT/strings.xml     |   357 +
 .../BOINC/app/src/main/res/values-ro/strings.xml   |   352 +
 .../BOINC/app/src/main/res/values-ru/strings.xml   |   359 +
 .../BOINC/app/src/main/res/values-sk/strings.xml   |   359 +
 .../BOINC/app/src/main/res/values-sl/strings.xml   |   148 +
 .../BOINC/app/src/main/res/values-sv/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-tr/strings.xml   |   357 +
 .../BOINC/app/src/main/res/values-uk/strings.xml   |   352 +
 .../{ => app/src/main}/res/values-v11/styles.xml   |     0
 .../{ => app/src/main}/res/values-v14/theme.xml    |     0
 .../app/src/main/res/values-zh-rCN/strings.xml     |   356 +
 .../app/src/main/res/values-zh-rTW/strings.xml     |   352 +
 .../BOINC/{ => app/src/main}/res/values/Color.xml  |     0
 .../BOINC/{ => app/src/main}/res/values/colors.xml |     0
 .../app/src/main/res/values/configuration.xml      |    88 +
 android/BOINC/app/src/main/res/values/strings.xml  |   392 +
 .../BOINC/{ => app/src/main}/res/values/theme.xml  |     0
 android/BOINC/assets/all_projects_list.xml         |  1050 --
 android/BOINC/assets/ca-bundle.crt                 |  4059 -----
 android/BOINC/build.gradle                         |    15 +
 android/BOINC/gradle/wrapper/gradle-wrapper.jar    |   Bin 0 -> 53636 bytes
 .../BOINC/gradle/wrapper/gradle-wrapper.properties |     6 +
 android/BOINC/gradlew                              |   160 +
 android/BOINC/gradlew.bat                          |    90 +
 android/BOINC/lint.xml                             |     4 -
 android/BOINC/proguard-project.txt                 |    20 -
 android/BOINC/project.properties                   |    15 -
 .../BOINC/res/layout/projects_layout_listitem.xml  |    99 -
 android/BOINC/res/values-bg/strings.xml            |   244 -
 android/BOINC/res/values-ca/strings.xml            |   360 -
 android/BOINC/res/values-cs/strings.xml            |   362 -
 android/BOINC/res/values-da/strings.xml            |   360 -
 android/BOINC/res/values-de/strings.xml            |   360 -
 android/BOINC/res/values-el/strings.xml            |     3 -
 android/BOINC/res/values-en/strings.xml            |   360 -
 android/BOINC/res/values-es/strings.xml            |   360 -
 android/BOINC/res/values-fi/strings.xml            |   251 -
 android/BOINC/res/values-fr/strings.xml            |   360 -
 android/BOINC/res/values-he/strings.xml            |   218 -
 android/BOINC/res/values-hr/strings.xml            |     4 -
 android/BOINC/res/values-hu/strings.xml            |   360 -
 android/BOINC/res/values-it-rIT/strings.xml        |   360 -
 android/BOINC/res/values-it_rIT/strings.xml        |   360 -
 android/BOINC/res/values-ja/strings.xml            |   360 -
 android/BOINC/res/values-ka/strings.xml            |   360 -
 android/BOINC/res/values-ko/strings.xml            |   360 -
 android/BOINC/res/values-lt/strings.xml            |   266 -
 android/BOINC/res/values-lv/strings.xml            |     2 -
 android/BOINC/res/values-nb/strings.xml            |     2 -
 android/BOINC/res/values-nl/strings.xml            |   360 -
 android/BOINC/res/values-pt-rBR/strings.xml        |     3 -
 android/BOINC/res/values-pt-rPT/strings.xml        |   360 -
 android/BOINC/res/values-ro/strings.xml            |   360 -
 android/BOINC/res/values-ru-rRU/strings.xml        |   360 -
 android/BOINC/res/values-ru/strings.xml            |   360 -
 android/BOINC/res/values-sk/strings.xml            |   361 -
 android/BOINC/res/values-sl/strings.xml            |   149 -
 android/BOINC/res/values-tr/strings.xml            |   360 -
 android/BOINC/res/values-uk/strings.xml            |   360 -
 android/BOINC/res/values-zh-rCN/strings.xml        |   360 -
 android/BOINC/res/values-zh-rTW/strings.xml        |   360 -
 android/BOINC/res/values/configuration.xml         |    88 -
 android/BOINC/res/values/strings.xml               |   395 -
 android/BOINC/settings.gradle                      |     1 +
 .../src/edu/berkeley/boinc/BOINCActivity.java      |   454 -
 .../src/edu/berkeley/boinc/PrefsFragment.java      |   695 -
 .../boinc/adapter/ClientLogListAdapter.java        |   118 -
 .../boinc/adapter/NavDrawerListAdapter.java        |   272 -
 .../berkeley/boinc/adapter/NoticesListAdapter.java |   110 -
 .../berkeley/boinc/adapter/PrefsListAdapter.java   |   116 -
 .../boinc/adapter/PrefsListItemWrapperValue.java   |    91 -
 .../boinc/adapter/ProjectsListAdapter.java         |   266 -
 .../berkeley/boinc/adapter/TasksListAdapter.java   |   275 -
 .../boinc/attach/BatchProcessingActivity.java      |   276 -
 .../boinc/attach/SelectionListActivity.java        |   231 -
 .../client/ClientInterfaceImplementation.java      |   496 -
 .../edu/berkeley/boinc/client/DeviceStatus.java    |   263 -
 .../src/edu/berkeley/boinc/client/Monitor.java     |  1260 --
 .../berkeley/boinc/client/NoticeNotification.java  |   149 -
 .../edu/berkeley/boinc/rpc/DeviceStatusData.java   |    29 -
 .../src/edu/berkeley/boinc/rpc/RpcClient.java      |  1421 --
 android/Vagrant.README.md                          |    40 +
 android/Vagrantfile                                |   135 +
 android/build_all.sh                               |    12 +
 android/build_androidtc_arm.sh                     |     8 +-
 android/build_androidtc_arm64.sh                   |    15 +
 android/build_androidtc_mips.sh                    |     8 +-
 android/build_androidtc_mips64.sh                  |    15 +
 android/build_androidtc_x86.sh                     |     8 +-
 android/build_androidtc_x86_64.sh                  |    15 +
 android/build_boinc_all.sh                         |     3 +
 android/build_boinc_arm.sh                         |    21 +-
 android/build_boinc_arm64.sh                       |    65 +
 android/build_boinc_mips.sh                        |    15 +-
 android/build_boinc_mips64.sh                      |    65 +
 android/build_boinc_x86.sh                         |    15 +-
 android/build_boinc_x86_64.sh                      |    65 +
 android/build_build_app_arm.sh                     |     3 +-
 android/build_build_app_mips.sh                    |     3 +-
 android/build_build_app_x86.sh                     |     3 +-
 android/build_curl_arm.sh                          |    13 +-
 android/build_curl_arm64.sh                        |    46 +
 android/build_curl_mips.sh                         |     5 +-
 android/build_curl_mips64.sh                       |    45 +
 android/build_curl_x86.sh                          |     5 +-
 android/build_curl_x86_64.sh                       |    46 +
 android/build_libraries_arm.sh                     |     3 +-
 android/build_libraries_mips.sh                    |     3 +-
 android/build_libraries_x86.sh                     |     3 +-
 android/build_openssl_arm.sh                       |    11 +-
 android/build_openssl_arm64.sh                     |    50 +
 android/build_openssl_mips.sh                      |     5 +-
 android/build_openssl_mips64.sh                    |    49 +
 android/build_openssl_x86.sh                       |     5 +-
 android/build_openssl_x86_64.sh                    |    50 +
 android/build_wrapper_arm.sh                       |     3 +-
 android/build_wrapper_mips.sh                      |     3 +-
 android/build_wrapper_x86.sh                       |     3 +-
 api/Makefile.am                                    |     6 +-
 api/boinc_api.cpp                                  |   352 +-
 api/boinc_api.h                                    |     4 +-
 api/boinc_gl.h                                     |     4 +-
 api/boinc_glut.h                                   |     4 +-
 api/graphics2.h                                    |     4 +-
 api/graphics_data.h                                |     4 +-
 api/gutil.h                                        |     4 +-
 api/mac_icon.cpp                                   |    13 +
 api/make_app_icon_h.cpp                            |    12 +
 api/reduce.h                                       |     4 +-
 api/reduce_lib.cpp                                 |    12 +-
 build_pos                                          |     5 +-
 client/acct_mgr.cpp                                |   192 +-
 client/acct_mgr.h                                  |    36 +-
 client/acct_setup.h                                |     5 +-
 client/app.cpp                                     |     3 +-
 client/app.h                                       |    11 +-
 client/app_config.cpp                              |   183 +-
 client/app_config.h                                |    51 +-
 client/app_control.cpp                             |     7 +-
 client/app_start.cpp                               |     2 +-
 client/async_file.cpp                              |    49 +-
 client/async_file.h                                |     9 +-
 client/auto_update.h                               |     4 +-
 client/boinc_cmd.cpp                               |    20 +
 client/build_po                                    |     3 -
 client/check_security.cpp                          |    61 +-
 client/client_msgs.h                               |     5 +-
 client/client_state.cpp                            |    99 +-
 client/client_state.h                              |     6 +-
 client/client_types.cpp                            |     2 +-
 client/client_types.h                              |     5 +-
 client/cpu_sched.cpp                               |    87 +-
 client/cs_account.cpp                              |     4 +-
 client/cs_apps.cpp                                 |     3 +-
 client/cs_benchmark.cpp                            |     4 +-
 client/cs_notice.h                                 |     4 +-
 client/cs_prefs.cpp                                |    26 +-
 client/cs_scheduler.cpp                            |    34 +-
 client/cs_statefile.cpp                            |     8 +-
 client/cs_trickle.cpp                              |     8 +-
 client/cs_trickle.h                                |     4 +-
 client/current_version.cpp                         |    10 +-
 client/current_version.h                           |     4 +-
 client/file_names.cpp                              |     8 +-
 client/file_names.h                                |     4 +-
 client/file_xfer.h                                 |     4 +-
 client/gpu_amd.cpp                                 |   108 +-
 client/gpu_detect.cpp                              |    46 +-
 client/gpu_detect.h                                |     4 +-
 client/gpu_nvidia.cpp                              |   217 +-
 client/gpu_opencl.cpp                              |   246 +-
 client/gui_http.h                                  |     4 +-
 client/gui_rpc_server.cpp                          |    15 +-
 client/gui_rpc_server.h                            |     4 +-
 client/gui_rpc_server_ops.cpp                      |   110 +-
 client/hostinfo_network.cpp                        |     5 -
 client/hostinfo_unix.cpp                           |   828 +-
 client/hostinfo_unix_test.cpp                      |   437 +-
 client/hostinfo_win.cpp                            |     6 +-
 client/http_curl.cpp                               |     4 +-
 client/http_curl.h                                 |     6 +-
 client/log_flags.cpp                               |     7 +-
 client/log_flags.h                                 |    12 +-
 client/mac_address.h                               |     6 +-
 client/main.cpp                                    |    32 +-
 client/net_stats.h                                 |     4 +-
 client/pers_file_xfer.h                            |     4 +-
 client/project.cpp                                 |    26 +-
 client/project.h                                   |    64 +-
 client/result.h                                    |     4 +-
 client/rr_sim.h                                    |     4 +-
 client/sandbox.cpp                                 |     2 +-
 client/scheduler_op.cpp                            |    12 +-
 client/scheduler_op.h                              |     4 +-
 client/scripts/Makefile.am                         |     2 +-
 client/sim.h                                       |     4 +-
 client/sysmon_win.cpp                              |    52 +-
 client/sysmon_win.h                                |     4 +-
 client/thread.h                                    |     4 +-
 client/time_stats.h                                |     4 +-
 client/work_fetch.cpp                              |     3 +
 client/work_fetch.h                                |     4 +-
 clientgui/AccountInfoPage.h                        |     6 +-
 clientgui/AccountManagerInfoPage.h                 |     6 +-
 clientgui/AccountManagerProcessingPage.h           |     6 +-
 clientgui/AccountManagerPropertiesPage.h           |     6 +-
 clientgui/AdvancedFrame.cpp                        |   150 +-
 clientgui/AdvancedFrame.h                          |     8 +-
 clientgui/AlreadyExistsPage.h                      |     6 +-
 clientgui/AsyncRPC.h                               |     6 +-
 clientgui/BOINCBaseFrame.h                         |     5 +-
 clientgui/BOINCBaseView.h                          |     5 +-
 clientgui/BOINCBaseWizard.cpp                      |     2 +
 clientgui/BOINCBaseWizard.h                        |     9 +-
 clientgui/BOINCClientManager.cpp                   |    65 +-
 clientgui/BOINCClientManager.h                     |    13 +-
 clientgui/BOINCDialupManager.cpp                   |     1 -
 clientgui/BOINCDialupManager.h                     |     9 +-
 clientgui/BOINCGUIApp.cpp                          |   166 +-
 clientgui/BOINCGUIApp.h                            |    30 +-
 clientgui/BOINCListCtrl.h                          |     5 +-
 clientgui/BOINCTaskBar.cpp                         |     6 +-
 clientgui/BOINCTaskBar.h                           |     6 +-
 clientgui/BOINCTaskCtrl.h                          |     4 +-
 clientgui/CompletionErrorPage.h                    |     6 +-
 clientgui/CompletionPage.h                         |     6 +-
 clientgui/DlgAbout.cpp                             |     4 +-
 clientgui/DlgAbout.h                               |     5 +-
 clientgui/DlgAdvPreferences.h                      |     6 +-
 clientgui/DlgAdvPreferencesBase.cpp                |   102 +-
 clientgui/DlgAdvPreferencesBase.h                  |     6 +-
 clientgui/DlgDiagnosticLogFlags.cpp                |    76 +-
 clientgui/DlgDiagnosticLogFlags.h                  |    11 +-
 clientgui/DlgEventLog.h                            |    21 +-
 clientgui/DlgEventLogListCtrl.h                    |     4 +-
 clientgui/DlgExclusiveApps.h                       |     7 +-
 clientgui/DlgExitMessage.h                         |     5 +-
 clientgui/DlgGenericMessage.h                      |     5 +-
 clientgui/DlgHiddenColumns.cpp                     |    13 +-
 clientgui/DlgHiddenColumns.h                       |     7 +-
 clientgui/DlgItemProperties.cpp                    |     2 +-
 clientgui/DlgItemProperties.h                      |     8 +-
 clientgui/DlgOptions.cpp                           |    15 +-
 clientgui/DlgOptions.h                             |     8 +-
 clientgui/DlgSelectComputer.cpp                    |     5 +-
 clientgui/DlgSelectComputer.h                      |     5 +-
 clientgui/Events.h                                 |     6 +-
 clientgui/Localization.h                           |     6 +-
 clientgui/LogBOINC.h                               |     9 +-
 clientgui/MainDocument.cpp                         |   486 +-
 clientgui/MainDocument.h                           |     7 +-
 clientgui/Makefile.am                              |     2 +-
 clientgui/NoInternetConnectionPage.h               |     6 +-
 clientgui/NotDetectedPage.h                        |     5 +-
 clientgui/NotFoundPage.h                           |     6 +-
 clientgui/NoticeListCtrl.cpp                       |     4 +-
 clientgui/NoticeListCtrl.h                         |     6 +-
 clientgui/ProjectInfoPage.h                        |     6 +-
 clientgui/ProjectProcessingPage.h                  |     6 +-
 clientgui/ProjectPropertiesPage.h                  |     6 +-
 clientgui/ProjectWelcomePage.h                     |     7 +-
 clientgui/ProxyInfoPage.h                          |     7 +-
 clientgui/ProxyPage.h                              |     7 +-
 clientgui/SkinManager.h                            |     5 +-
 clientgui/TermsOfUsePage.h                         |     4 +-
 clientgui/UnavailablePage.h                        |     5 +-
 clientgui/ValidateAccountKey.h                     |     8 +-
 clientgui/ValidateEmailAddress.h                   |     8 +-
 clientgui/ValidateURL.h                            |     8 +-
 clientgui/ViewMessages.h                           |     5 +-
 clientgui/ViewNotices.h                            |     6 +-
 clientgui/ViewProjects.h                           |     6 +-
 clientgui/ViewResources.h                          |     6 +-
 clientgui/ViewStatistics.h                         |     6 +-
 clientgui/ViewTransfers.h                          |     6 +-
 clientgui/ViewWork.h                               |     6 +-
 clientgui/WizardAttach.cpp                         |     4 +-
 clientgui/WizardAttach.h                           |     6 +-
 clientgui/browser.cpp                              |     1 -
 clientgui/browser.h                                |     5 +-
 clientgui/build_po                                 |     3 -
 clientgui/common/wxPieCtrl.cpp                     |     2 +-
 clientgui/sg_BoincSimpleFrame.cpp                  |    62 +-
 clientgui/sg_BoincSimpleFrame.h                    |     9 +-
 clientgui/sg_CustomControls.h                      |     6 +-
 clientgui/sg_DlgMessages.h                         |     7 +-
 clientgui/sg_DlgPreferences.h                      |     8 +-
 clientgui/sg_PanelBase.h                           |     6 +-
 clientgui/sg_ProjectCommandPopup.h                 |     6 +-
 clientgui/sg_ProjectPanel.h                        |     6 +-
 clientgui/sg_ProjectWebSitesPopup.cpp              |     1 -
 clientgui/sg_ProjectWebSitesPopup.h                |     6 +-
 clientgui/sg_TaskCommandPopup.h                    |     6 +-
 clientgui/sg_TaskPanel.cpp                         |     1 -
 clientgui/sg_TaskPanel.h                           |     6 +-
 clientgui/stdwx.h                                  |     7 +-
 clientgui/wizardex.cpp                             |     3 -
 clientgui/wizardex.h                               |     6 +-
 clientscr/BOINCSaver_MacOS10_6_7.zip               |   Bin 0 -> 49995 bytes
 clientscr/Mac_Saver_Module.h                       |     4 +-
 clientscr/Mac_Saver_ModuleView.h                   |     3 +-
 clientscr/Mac_Saver_ModuleView.m                   |   157 +-
 clientscr/gfx_switcher.cpp                         |     8 +-
 clientscr/mac_saver_module.cpp                     |    47 +-
 clientscr/res/BOINCSaver.nib/classes.nib           |     0
 clientscr/res/BOINCSaver.nib/info.nib              |     0
 clientscr/res/BOINCSaver.nib/keyedobjects.nib      |   Bin
 clientscr/screensaver.cpp                          |     3 +-
 clientscr/ss_app.cpp                               |     8 +-
 configure.ac                                       |    68 +-
 db/boinc_db.cpp                                    |   391 +-
 db/boinc_db.h                                      |    90 +-
 db/boinc_db_types.h                                |   109 +-
 db/constraints.sql                                 |    10 +-
 db/db_base.cpp                                     |    34 +-
 db/db_base.h                                       |    27 +-
 db/schema.sql                                      |     9 +-
 doc/account_managers.inc                           |    18 +
 doc/addon_data.php                                 |    23 +-
 doc/build_po.php                                   |     8 +-
 doc/docutil.php                                    |     4 +-
 doc/download.php                                   |    41 +-
 doc/get_platforms.inc                              |    52 +-
 doc/help.php                                       |    42 +-
 doc/help_db.php                                    |    30 +-
 doc/help_funcs.php                                 |    31 +-
 doc/help_lang.php                                  |    10 +-
 doc/help_vol.php                                   |    19 +-
 doc/index.php                                      |   402 +-
 doc/links.php                                      |    67 +-
 doc/logo.php                                       |    19 +-
 doc/manpages/boinccmd.xml                          |     2 +-
 doc/projects.inc                                   |   328 +-
 doc/rss_main.php                                   |     2 +-
 doc/sim/sim_web.php                                |    18 +-
 doc/sim_web.php                                    |     1 +
 doc/versions.inc                                   |   105 +-
 doc/white.css                                      |    14 +-
 drupal/.gitignore                                  |     1 +
 drupal/sites/all/README.txt                        |     9 +
 .../boinc_server_migration.features.inc            |    11 +
 .../boinc_server_migration.info                    |    17 +
 .../boinc_server_migration.module                  |     3 +
 .../boinc_server_migration.strongarm.inc           |    17 +
 .../boinc_solr_search.features.inc                 |    11 +
 .../boinc_solr_search/boinc_solr_search.info       |    10 +
 .../boinc_solr_search/boinc_solr_search.module     |     3 +
 .../boinc_solr_search.strongarm.inc                |    23 +
 .../boinc_standard.features.fe_block_settings.inc  |    77 +
 .../boinc_standard/boinc_standard.features.inc     |   380 +
 .../boinc_standard.features.menu_custom.inc        |    22 +
 .../boinc_standard.features.menu_links.inc         |    90 +
 .../boinc_standard.features.role_export.inc        |    34 +
 .../boinc_standard.features.user_permission.inc    |   578 +
 .../features/boinc_standard/boinc_standard.info    |   253 +
 .../boinc_standard.input_formats.inc               |   200 +
 .../features/boinc_standard/boinc_standard.module  |    21 +
 .../boinc_standard.pages_default.inc               |   717 +
 .../boinc_standard.panels_default.inc              |    97 +
 .../boinc_standard/boinc_standard.strongarm.inc    |  1312 ++
 .../boinc_standard.views_default.inc               |   409 +
 .../boinc_standard/boinc_standard.wysiwyg.inc      |    84 +
 .../discussion_forums.context.inc                  |    61 +
 ...iscussion_forums.features.fe_block_settings.inc |   137 +
 .../discussion_forums.features.inc                 |    14 +
 .../discussion_forums.features.role_export.inc     |    16 +
 .../discussion_forums.features.user_permission.inc |   109 +
 .../discussion_forums/discussion_forums.info       |    46 +
 .../discussion_forums/discussion_forums.module     |    62 +
 .../discussion_forums.strongarm.inc                |    88 +
 .../all/features/friends/friends.features.inc      |    52 +
 .../friends/friends.features.user_permission.inc   |    19 +
 drupal/sites/all/features/friends/friends.info     |    14 +
 drupal/sites/all/features/friends/friends.module   |     3 +
 .../all/features/friends/friends.views_default.inc |   918 +
 .../global_search/global_search.features.inc       |    11 +
 .../global_search.features.user_permission.inc     |    36 +
 .../all/features/global_search/global_search.info  |    18 +
 .../features/global_search/global_search.module    |     3 +
 .../global_search/global_search.strongarm.inc      |    58 +
 .../global_search_solr.apachesolr_environments.inc |    93 +
 ...obal_search_solr.apachesolr_search_defaults.inc |    31 +
 .../global_search_solr.facetapi_defaults.inc       |   143 +
 ...obal_search_solr.features.fe_block_settings.inc |   257 +
 .../global_search_solr.features.inc                |    17 +
 ...global_search_solr.features.user_permission.inc |    36 +
 .../global_search_solr/global_search_solr.info     |    28 +
 .../global_search_solr/global_search_solr.module   |    12 +
 ...earch_teams_solr.apachesolr_search_defaults.inc |    33 +
 .../global_search_teams_solr.features.inc          |    11 +
 .../global_search_teams_solr.info                  |    11 +
 .../global_search_teams_solr.module                |     3 +
 .../internationalization.features.inc              |    11 +
 ...ternationalization.features.user_permission.inc |    50 +
 .../internationalization/internationalization.info |    28 +
 .../internationalization.module                    |     3 +
 .../internationalization.strongarm.inc             |    37 +
 .../mobilemenu.features.fe_block_settings.inc      |    77 +
 .../features/mobilemenu/mobilemenu.features.inc    |    11 +
 .../sites/all/features/mobilemenu/mobilemenu.info  |    18 +
 .../all/features/mobilemenu/mobilemenu.module      |     3 +
 .../features/mobilemenu/mobilemenu.strongarm.inc   |    82 +
 drupal/sites/all/features/news/news.context.inc    |    41 +
 .../news/news.features.fe_block_settings.inc       |   125 +
 drupal/sites/all/features/news/news.features.inc   |    43 +
 .../all/features/news/news.features.menu_links.inc |    34 +
 .../news/news.features.user_permission.inc         |    28 +
 drupal/sites/all/features/news/news.info           |    36 +
 drupal/sites/all/features/news/news.module         |     3 +
 drupal/sites/all/features/news/news.strongarm.inc  |    90 +
 .../sites/all/features/news/news.views_default.inc |   948 +
 .../private_messages/private_messages.features.inc |    11 +
 .../private_messages.features.user_permission.inc  |    52 +
 .../private_messages/private_messages.info         |    20 +
 .../private_messages/private_messages.module       |     3 +
 .../private_messages.panels_default.inc            |    72 +
 .../spam_controls/spam_controls.context.inc        |    41 +
 .../spam_controls.features.captcha.inc             |    19 +
 .../spam_controls/spam_controls.features.inc       |    14 +
 .../spam_controls.features.user_permission.inc     |    40 +
 .../all/features/spam_controls/spam_controls.info  |    30 +
 .../features/spam_controls/spam_controls.module    |    19 +
 .../spam_controls/spam_controls.strongarm.inc      |    80 +
 .../stats_charts/stats_charts.features.inc         |    20 +
 .../all/features/stats_charts/stats_charts.info    |    13 +
 .../all/features/stats_charts/stats_charts.module  |     3 +
 .../stats_charts/stats_charts.panels_default.inc   |    63 +
 .../stats_charts/stats_charts.views_default.inc    |   961 +
 .../features/team_forums/team_forums.context.inc   |    61 +
 .../features/team_forums/team_forums.features.inc  |    46 +
 .../team_forums.features.user_permission.inc       |    58 +
 .../all/features/team_forums/team_forums.info      |    39 +
 .../all/features/team_forums/team_forums.module    |     3 +
 .../team_forums/team_forums.pages_default.inc      |   624 +
 .../features/team_forums/team_forums.strongarm.inc |    89 +
 .../team_forums/team_forums.views_default.inc      |  1050 ++
 drupal/sites/all/features/teams/teams.features.inc |    43 +
 .../teams/teams.features.user_permission.inc       |    26 +
 drupal/sites/all/features/teams/teams.info         |    37 +
 drupal/sites/all/features/teams/teams.module       |     3 +
 .../all/features/teams/teams.pages_default.inc     |  1880 ++
 .../sites/all/features/teams/teams.strongarm.inc   |    82 +
 .../all/features/teams/teams.views_default.inc     |  4323 +++++
 .../user_account_host_list.features.inc            |    10 +
 .../user_account_host_list.info                    |    11 +
 .../user_account_host_list.module                  |     3 +
 .../user_account_host_list.views_default.inc       |  1546 ++
 .../user_account_project_list.features.inc         |    11 +
 .../user_account_project_list.info                 |    10 +
 .../user_account_project_list.module               |     3 +
 .../user_account_project_list.panels_default.inc   |    63 +
 .../user_preferences/user_preferences.features.inc |    10 +
 .../user_preferences.features.menu_links.inc       |    36 +
 .../user_preferences/user_preferences.info         |    17 +
 .../user_preferences/user_preferences.module       |     3 +
 .../user_preferences.views_default.inc             |   915 +
 .../user_profiles/user_profiles.context.inc        |    33 +
 .../user_profiles.features.content.inc             |   717 +
 .../user_profiles/user_profiles.features.inc       |   679 +
 .../user_profiles.features.menu_links.inc          |    53 +
 .../user_profiles.features.user_permission.inc     |    88 +
 .../all/features/user_profiles/user_profiles.info  |    66 +
 .../features/user_profiles/user_profiles.module    |     3 +
 .../user_profiles/user_profiles.panels_default.inc |    91 +
 .../user_profiles/user_profiles.strongarm.inc      |   120 +
 .../user_profiles/user_profiles.views_default.inc  |   830 +
 .../work_and_host_stats.features.inc               |    20 +
 .../work_and_host_stats/work_and_host_stats.info   |    24 +
 .../work_and_host_stats/work_and_host_stats.module |     3 +
 .../work_and_host_stats.pages_default.inc          |   142 +
 .../work_and_host_stats.views_default.inc          | 13045 ++++++++++++++
 .../sites/all/libraries/fonts/DejaVuSans-Bold.ttf  |   Bin 0 -> 672300 bytes
 .../all/libraries/fonts/DejaVuSans-BoldOblique.ttf |   Bin 0 -> 611212 bytes
 .../all/libraries/fonts/DejaVuSans-ExtraLight.ttf  |   Bin 0 -> 345208 bytes
 .../all/libraries/fonts/DejaVuSans-Oblique.ttf     |   Bin 0 -> 611556 bytes
 drupal/sites/all/libraries/fonts/DejaVuSans.ttf    |   Bin 0 -> 720012 bytes
 .../libraries/fonts/DejaVuSansCondensed-Bold.ttf   |   Bin 0 -> 631992 bytes
 .../fonts/DejaVuSansCondensed-BoldOblique.ttf      |   Bin 0 -> 580168 bytes
 .../fonts/DejaVuSansCondensed-Oblique.ttf          |   Bin 0 -> 576004 bytes
 .../all/libraries/fonts/DejaVuSansCondensed.ttf    |   Bin 0 -> 643852 bytes
 .../all/libraries/fonts/DejaVuSansMono-Bold.ttf    |   Bin 0 -> 313856 bytes
 .../libraries/fonts/DejaVuSansMono-BoldOblique.ttf |   Bin 0 -> 235848 bytes
 .../all/libraries/fonts/DejaVuSansMono-Oblique.ttf |   Bin 0 -> 241972 bytes
 .../sites/all/libraries/fonts/DejaVuSansMono.ttf   |   Bin 0 -> 333636 bytes
 .../sites/all/libraries/fonts/DejaVuSerif-Bold.ttf |   Bin 0 -> 341072 bytes
 .../all/libraries/fonts/DejaVuSerif-BoldItalic.ttf |   Bin 0 -> 332036 bytes
 .../all/libraries/fonts/DejaVuSerif-Italic.ttf     |   Bin 0 -> 338776 bytes
 drupal/sites/all/libraries/fonts/DejaVuSerif.ttf   |   Bin 0 -> 363200 bytes
 .../libraries/fonts/DejaVuSerifCondensed-Bold.ttf  |   Bin 0 -> 316440 bytes
 .../fonts/DejaVuSerifCondensed-BoldItalic.ttf      |   Bin 0 -> 331128 bytes
 .../fonts/DejaVuSerifCondensed-Italic.ttf          |   Bin 0 -> 338140 bytes
 .../all/libraries/fonts/DejaVuSerifCondensed.ttf   |   Bin 0 -> 330012 bytes
 drupal/sites/all/libraries/phpmailer/LICENSE       |   504 +
 .../all/libraries/phpmailer/PHPMailerAutoload.php  |    49 +
 drupal/sites/all/libraries/phpmailer/VERSION       |     1 +
 .../all/libraries/phpmailer/class.phpmailer.php    |  4025 +++++
 .../libraries/phpmailer/class.phpmaileroauth.php   |   197 +
 .../phpmailer/class.phpmaileroauthgoogle.php       |    77 +
 .../sites/all/libraries/phpmailer/class.pop3.php   |   407 +
 .../sites/all/libraries/phpmailer/class.smtp.php   |  1249 ++
 drupal/sites/all/libraries/phpmailer/composer.json |    44 +
 drupal/sites/all/libraries/phpmailer/composer.lock |  3576 ++++
 .../all/libraries/phpmailer/examples/DKIM.phps     |    38 +
 .../phpmailer/examples/code_generator.phps         |   597 +
 .../all/libraries/phpmailer/examples/contents.html |    17 +
 .../libraries/phpmailer/examples/contentsutf8.html |    20 +
 .../libraries/phpmailer/examples/exceptions.phps   |    35 +
 .../all/libraries/phpmailer/examples/gmail.phps    |    75 +
 .../libraries/phpmailer/examples/gmail_xoauth.phps |    85 +
 .../phpmailer/examples/images/phpmailer.png        |   Bin 0 -> 5831 bytes
 .../phpmailer/examples/images/phpmailer_mini.png   |   Bin 0 -> 1842 bytes
 .../all/libraries/phpmailer/examples/index.html    |    48 +
 .../all/libraries/phpmailer/examples/mail.phps     |    31 +
 .../libraries/phpmailer/examples/mailing_list.phps |    59 +
 .../phpmailer/examples/pop_before_smtp.phps        |    54 +
 .../phpmailer/examples/scripts/XRegExp.js          |   664 +
 .../phpmailer/examples/scripts/shAutoloader.js     |   122 +
 .../phpmailer/examples/scripts/shBrushPhp.js       |    72 +
 .../libraries/phpmailer/examples/scripts/shCore.js |     1 +
 .../phpmailer/examples/scripts/shLegacy.js         |   140 +
 .../phpmailer/examples/send_file_upload.phps       |    49 +
 .../examples/send_multiple_file_upload.phps        |    51 +
 .../all/libraries/phpmailer/examples/sendmail.phps |    33 +
 .../libraries/phpmailer/examples/signed-mail.phps  |    89 +
 .../all/libraries/phpmailer/examples/smtp.phps     |    54 +
 .../libraries/phpmailer/examples/smtp_check.phps   |    55 +
 .../libraries/phpmailer/examples/smtp_no_auth.phps |    50 +
 .../libraries/phpmailer/examples/ssl_options.phps  |    74 +
 .../libraries/phpmailer/examples/styles/shCore.css |    46 +
 .../phpmailer/examples/styles/shCoreDefault.css    |    77 +
 .../phpmailer/examples/styles/shCoreDjango.css     |    78 +
 .../phpmailer/examples/styles/shCoreEclipse.css    |    80 +
 .../phpmailer/examples/styles/shCoreEmacs.css      |    76 +
 .../phpmailer/examples/styles/shCoreFadeToGrey.css |    77 +
 .../phpmailer/examples/styles/shCoreMDUltra.css    |    76 +
 .../phpmailer/examples/styles/shCoreMidnight.css   |    76 +
 .../phpmailer/examples/styles/shCoreRDark.css      |    76 +
 .../examples/styles/shThemeAppleScript.css         |    21 +
 .../phpmailer/examples/styles/shThemeDefault.css   |    31 +
 .../phpmailer/examples/styles/shThemeDjango.css    |    32 +
 .../phpmailer/examples/styles/shThemeEclipse.css   |    34 +
 .../phpmailer/examples/styles/shThemeEmacs.css     |    30 +
 .../examples/styles/shThemeFadeToGrey.css          |    31 +
 .../phpmailer/examples/styles/shThemeMDUltra.css   |    30 +
 .../phpmailer/examples/styles/shThemeMidnight.css  |    30 +
 .../phpmailer/examples/styles/shThemeRDark.css     |    30 +
 .../examples/styles/shThemeVisualStudio.css        |    31 +
 .../phpmailer/examples/styles/wrapping.png         |   Bin 0 -> 631 bytes
 .../libraries/phpmailer/extras/EasyPeasyICS.php    |   148 +
 .../sites/all/libraries/phpmailer/extras/README.md |    17 +
 .../all/libraries/phpmailer/extras/htmlfilter.php  |  1159 ++
 .../phpmailer/extras/ntlm_sasl_client.php          |   185 +
 .../all/libraries/phpmailer/get_oauth_token.php    |   162 +
 .../phpmailer/language/phpmailer.lang-am.php       |    26 +
 .../phpmailer/language/phpmailer.lang-ar.php       |    27 +
 .../phpmailer/language/phpmailer.lang-az.php       |    26 +
 .../phpmailer/language/phpmailer.lang-be.php       |    26 +
 .../phpmailer/language/phpmailer.lang-bg.php       |    26 +
 .../phpmailer/language/phpmailer.lang-ca.php       |    26 +
 .../phpmailer/language/phpmailer.lang-ch.php       |    26 +
 .../phpmailer/language/phpmailer.lang-cs.php       |    25 +
 .../phpmailer/language/phpmailer.lang-da.php       |    26 +
 .../phpmailer/language/phpmailer.lang-de.php       |    25 +
 .../phpmailer/language/phpmailer.lang-el.php       |    25 +
 .../phpmailer/language/phpmailer.lang-eo.php       |    25 +
 .../phpmailer/language/phpmailer.lang-es.php       |    26 +
 .../phpmailer/language/phpmailer.lang-et.php       |    27 +
 .../phpmailer/language/phpmailer.lang-fa.php       |    27 +
 .../phpmailer/language/phpmailer.lang-fi.php       |    27 +
 .../phpmailer/language/phpmailer.lang-fo.php       |    26 +
 .../phpmailer/language/phpmailer.lang-fr.php       |    29 +
 .../phpmailer/language/phpmailer.lang-gl.php       |    26 +
 .../phpmailer/language/phpmailer.lang-he.php       |    26 +
 .../phpmailer/language/phpmailer.lang-hr.php       |    26 +
 .../phpmailer/language/phpmailer.lang-hu.php       |    26 +
 .../phpmailer/language/phpmailer.lang-id.php       |    26 +
 .../phpmailer/language/phpmailer.lang-it.php       |    27 +
 .../phpmailer/language/phpmailer.lang-ja.php       |    27 +
 .../phpmailer/language/phpmailer.lang-ka.php       |    26 +
 .../phpmailer/language/phpmailer.lang-ko.php       |    26 +
 .../phpmailer/language/phpmailer.lang-lt.php       |    26 +
 .../phpmailer/language/phpmailer.lang-lv.php       |    26 +
 .../phpmailer/language/phpmailer.lang-ms.php       |    26 +
 .../phpmailer/language/phpmailer.lang-nb.php       |    25 +
 .../phpmailer/language/phpmailer.lang-nl.php       |    26 +
 .../phpmailer/language/phpmailer.lang-pl.php       |    26 +
 .../phpmailer/language/phpmailer.lang-pt.php       |    26 +
 .../phpmailer/language/phpmailer.lang-pt_br.php    |    28 +
 .../phpmailer/language/phpmailer.lang-ro.php       |    26 +
 .../phpmailer/language/phpmailer.lang-ru.php       |    27 +
 .../phpmailer/language/phpmailer.lang-sk.php       |    26 +
 .../phpmailer/language/phpmailer.lang-sl.php       |    26 +
 .../phpmailer/language/phpmailer.lang-sr.php       |    26 +
 .../phpmailer/language/phpmailer.lang-sv.php       |    26 +
 .../phpmailer/language/phpmailer.lang-tr.php       |    29 +
 .../phpmailer/language/phpmailer.lang-uk.php       |    27 +
 .../phpmailer/language/phpmailer.lang-vi.php       |    26 +
 .../phpmailer/language/phpmailer.lang-zh.php       |    28 +
 .../phpmailer/language/phpmailer.lang-zh_cn.php    |    27 +
 drupal/sites/all/libraries/tinymce/changelog.txt   |  1519 ++
 .../libraries/tinymce/examples/accessibility.html  |   101 +
 .../all/libraries/tinymce/examples/css/content.css |   105 +
 .../all/libraries/tinymce/examples/css/word.css    |    53 +
 .../libraries/tinymce/examples/custom_formats.html |   111 +
 .../sites/all/libraries/tinymce/examples/full.html |   101 +
 .../all/libraries/tinymce/examples/index.html      |    10 +
 .../libraries/tinymce/examples/lists/image_list.js |     9 +
 .../libraries/tinymce/examples/lists/link_list.js  |    10 +
 .../libraries/tinymce/examples/lists/media_list.js |    14 +
 .../tinymce/examples/lists/template_list.js        |     9 +
 .../all/libraries/tinymce/examples/media/logo.jpg  |   Bin 0 -> 2729 bytes
 .../libraries/tinymce/examples/media/logo_over.jpg |   Bin 0 -> 6473 bytes
 .../libraries/tinymce/examples/media/sample.avi    |   Bin 0 -> 82944 bytes
 .../libraries/tinymce/examples/media/sample.dcr    |   Bin 0 -> 6774 bytes
 .../libraries/tinymce/examples/media/sample.flv    |   Bin 0 -> 88722 bytes
 .../libraries/tinymce/examples/media/sample.mov    |   Bin 0 -> 55622 bytes
 .../libraries/tinymce/examples/media/sample.ram    |     1 +
 .../all/libraries/tinymce/examples/media/sample.rm |   Bin 0 -> 17846 bytes
 .../libraries/tinymce/examples/media/sample.swf    |   Bin 0 -> 6118 bytes
 .../sites/all/libraries/tinymce/examples/menu.html |    18 +
 .../all/libraries/tinymce/examples/simple.html     |    47 +
 .../all/libraries/tinymce/examples/skins.html      |   216 +
 .../tinymce/examples/templates/layout1.htm         |    15 +
 .../tinymce/examples/templates/snippet1.htm        |     1 +
 .../sites/all/libraries/tinymce/examples/word.html |    72 +
 .../tinymce/jscripts/tiny_mce/langs/en.js          |     1 +
 .../tinymce/jscripts/tiny_mce/license.txt          |   504 +
 .../jscripts/tiny_mce/plugins/advhr/css/advhr.css  |     5 +
 .../tiny_mce/plugins/advhr/editor_plugin.js        |     1 +
 .../tiny_mce/plugins/advhr/editor_plugin_src.js    |    57 +
 .../jscripts/tiny_mce/plugins/advhr/js/rule.js     |    43 +
 .../tiny_mce/plugins/advhr/langs/en_dlg.js         |     1 +
 .../jscripts/tiny_mce/plugins/advhr/rule.htm       |    58 +
 .../tiny_mce/plugins/advimage/css/advimage.css     |    13 +
 .../tiny_mce/plugins/advimage/editor_plugin.js     |     1 +
 .../tiny_mce/plugins/advimage/editor_plugin_src.js |    50 +
 .../jscripts/tiny_mce/plugins/advimage/image.htm   |   235 +
 .../tiny_mce/plugins/advimage/img/sample.gif       |   Bin 0 -> 1624 bytes
 .../jscripts/tiny_mce/plugins/advimage/js/image.js |   462 +
 .../tiny_mce/plugins/advimage/langs/en_dlg.js      |     1 +
 .../tiny_mce/plugins/advlink/css/advlink.css       |     8 +
 .../tiny_mce/plugins/advlink/editor_plugin.js      |     1 +
 .../tiny_mce/plugins/advlink/editor_plugin_src.js  |    61 +
 .../tiny_mce/plugins/advlink/js/advlink.js         |   539 +
 .../tiny_mce/plugins/advlink/langs/en_dlg.js       |     1 +
 .../jscripts/tiny_mce/plugins/advlink/link.htm     |   338 +
 .../tiny_mce/plugins/advlist/editor_plugin.js      |     1 +
 .../tiny_mce/plugins/advlist/editor_plugin_src.js  |   176 +
 .../tiny_mce/plugins/autolink/editor_plugin.js     |     1 +
 .../tiny_mce/plugins/autolink/editor_plugin_src.js |   174 +
 .../tiny_mce/plugins/autoresize/editor_plugin.js   |     1 +
 .../plugins/autoresize/editor_plugin_src.js        |   119 +
 .../tiny_mce/plugins/autosave/editor_plugin.js     |     1 +
 .../tiny_mce/plugins/autosave/editor_plugin_src.js |   431 +
 .../jscripts/tiny_mce/plugins/autosave/langs/en.js |     4 +
 .../tiny_mce/plugins/bbcode/editor_plugin.js       |     1 +
 .../tiny_mce/plugins/bbcode/editor_plugin_src.js   |   120 +
 .../tiny_mce/plugins/contextmenu/editor_plugin.js  |     1 +
 .../plugins/contextmenu/editor_plugin_src.js       |   161 +
 .../plugins/directionality/editor_plugin.js        |     1 +
 .../plugins/directionality/editor_plugin_src.js    |    82 +
 .../tiny_mce/plugins/emotions/editor_plugin.js     |     1 +
 .../tiny_mce/plugins/emotions/editor_plugin_src.js |    43 +
 .../tiny_mce/plugins/emotions/emotions.htm         |    42 +
 .../tiny_mce/plugins/emotions/img/smiley-cool.gif  |   Bin 0 -> 354 bytes
 .../tiny_mce/plugins/emotions/img/smiley-cry.gif   |   Bin 0 -> 329 bytes
 .../plugins/emotions/img/smiley-embarassed.gif     |   Bin 0 -> 331 bytes
 .../plugins/emotions/img/smiley-foot-in-mouth.gif  |   Bin 0 -> 342 bytes
 .../tiny_mce/plugins/emotions/img/smiley-frown.gif |   Bin 0 -> 340 bytes
 .../plugins/emotions/img/smiley-innocent.gif       |   Bin 0 -> 336 bytes
 .../tiny_mce/plugins/emotions/img/smiley-kiss.gif  |   Bin 0 -> 338 bytes
 .../plugins/emotions/img/smiley-laughing.gif       |   Bin 0 -> 343 bytes
 .../plugins/emotions/img/smiley-money-mouth.gif    |   Bin 0 -> 321 bytes
 .../plugins/emotions/img/smiley-sealed.gif         |   Bin 0 -> 323 bytes
 .../tiny_mce/plugins/emotions/img/smiley-smile.gif |   Bin 0 -> 344 bytes
 .../plugins/emotions/img/smiley-surprised.gif      |   Bin 0 -> 338 bytes
 .../plugins/emotions/img/smiley-tongue-out.gif     |   Bin 0 -> 328 bytes
 .../plugins/emotions/img/smiley-undecided.gif      |   Bin 0 -> 337 bytes
 .../tiny_mce/plugins/emotions/img/smiley-wink.gif  |   Bin 0 -> 350 bytes
 .../tiny_mce/plugins/emotions/img/smiley-yell.gif  |   Bin 0 -> 336 bytes
 .../tiny_mce/plugins/emotions/js/emotions.js       |    43 +
 .../tiny_mce/plugins/emotions/langs/en_dlg.js      |     1 +
 .../jscripts/tiny_mce/plugins/example/dialog.htm   |    22 +
 .../tiny_mce/plugins/example/editor_plugin.js      |     1 +
 .../tiny_mce/plugins/example/editor_plugin_src.js  |    84 +
 .../tiny_mce/plugins/example/img/example.gif       |   Bin 0 -> 87 bytes
 .../jscripts/tiny_mce/plugins/example/js/dialog.js |    19 +
 .../jscripts/tiny_mce/plugins/example/langs/en.js  |     3 +
 .../tiny_mce/plugins/example/langs/en_dlg.js       |     3 +
 .../plugins/example_dependency/editor_plugin.js    |     1 +
 .../example_dependency/editor_plugin_src.js        |    50 +
 .../tiny_mce/plugins/fullpage/css/fullpage.css     |   143 +
 .../tiny_mce/plugins/fullpage/editor_plugin.js     |     1 +
 .../tiny_mce/plugins/fullpage/editor_plugin_src.js |   405 +
 .../tiny_mce/plugins/fullpage/fullpage.htm         |   259 +
 .../tiny_mce/plugins/fullpage/js/fullpage.js       |   232 +
 .../tiny_mce/plugins/fullpage/langs/en_dlg.js      |     1 +
 .../tiny_mce/plugins/fullscreen/editor_plugin.js   |     1 +
 .../plugins/fullscreen/editor_plugin_src.js        |   159 +
 .../tiny_mce/plugins/fullscreen/fullscreen.htm     |   110 +
 .../tiny_mce/plugins/iespell/editor_plugin.js      |     1 +
 .../tiny_mce/plugins/iespell/editor_plugin_src.js  |    54 +
 .../tiny_mce/plugins/inlinepopups/editor_plugin.js |     1 +
 .../plugins/inlinepopups/editor_plugin_src.js      |   699 +
 .../inlinepopups/skins/clearlooks2/img/alert.gif   |   Bin 0 -> 810 bytes
 .../inlinepopups/skins/clearlooks2/img/button.gif  |   Bin 0 -> 272 bytes
 .../inlinepopups/skins/clearlooks2/img/buttons.gif |   Bin 0 -> 1195 bytes
 .../inlinepopups/skins/clearlooks2/img/confirm.gif |   Bin 0 -> 907 bytes
 .../inlinepopups/skins/clearlooks2/img/corners.gif |   Bin 0 -> 909 bytes
 .../skins/clearlooks2/img/horizontal.gif           |   Bin 0 -> 769 bytes
 .../skins/clearlooks2/img/vertical.gif             |   Bin 0 -> 84 bytes
 .../inlinepopups/skins/clearlooks2/window.css      |    90 +
 .../tiny_mce/plugins/inlinepopups/template.htm     |   387 +
 .../plugins/insertdatetime/editor_plugin.js        |     1 +
 .../plugins/insertdatetime/editor_plugin_src.js    |    83 +
 .../tiny_mce/plugins/layer/editor_plugin.js        |     1 +
 .../tiny_mce/plugins/layer/editor_plugin_src.js    |   262 +
 .../tiny_mce/plugins/legacyoutput/editor_plugin.js |     1 +
 .../plugins/legacyoutput/editor_plugin_src.js      |   139 +
 .../tiny_mce/plugins/lists/editor_plugin.js        |     1 +
 .../tiny_mce/plugins/lists/editor_plugin_src.js    |   954 +
 .../jscripts/tiny_mce/plugins/media/css/media.css  |    17 +
 .../tiny_mce/plugins/media/editor_plugin.js        |     1 +
 .../tiny_mce/plugins/media/editor_plugin_src.js    |   890 +
 .../jscripts/tiny_mce/plugins/media/js/embed.js    |    73 +
 .../jscripts/tiny_mce/plugins/media/js/media.js    |   470 +
 .../tiny_mce/plugins/media/langs/en_dlg.js         |     1 +
 .../jscripts/tiny_mce/plugins/media/media.htm      |   922 +
 .../tiny_mce/plugins/media/moxieplayer.swf         |   Bin 0 -> 19980 bytes
 .../tiny_mce/plugins/nonbreaking/editor_plugin.js  |     1 +
 .../plugins/nonbreaking/editor_plugin_src.js       |    54 +
 .../tiny_mce/plugins/noneditable/editor_plugin.js  |     1 +
 .../plugins/noneditable/editor_plugin_src.js       |   433 +
 .../tiny_mce/plugins/pagebreak/editor_plugin.js    |     1 +
 .../plugins/pagebreak/editor_plugin_src.js         |    74 +
 .../tiny_mce/plugins/paste/editor_plugin.js        |     1 +
 .../tiny_mce/plugins/paste/editor_plugin_src.js    |   871 +
 .../tiny_mce/plugins/paste/js/pastetext.js         |    36 +
 .../tiny_mce/plugins/paste/js/pasteword.js         |    51 +
 .../tiny_mce/plugins/paste/langs/en_dlg.js         |     1 +
 .../jscripts/tiny_mce/plugins/paste/pastetext.htm  |    27 +
 .../jscripts/tiny_mce/plugins/paste/pasteword.htm  |    21 +
 .../tiny_mce/plugins/preview/editor_plugin.js      |     1 +
 .../tiny_mce/plugins/preview/editor_plugin_src.js  |    53 +
 .../jscripts/tiny_mce/plugins/preview/example.html |    28 +
 .../tiny_mce/plugins/preview/jscripts/embed.js     |    73 +
 .../jscripts/tiny_mce/plugins/preview/preview.html |    17 +
 .../tiny_mce/plugins/print/editor_plugin.js        |     1 +
 .../tiny_mce/plugins/print/editor_plugin_src.js    |    34 +
 .../tiny_mce/plugins/save/editor_plugin.js         |     1 +
 .../tiny_mce/plugins/save/editor_plugin_src.js     |   101 +
 .../plugins/searchreplace/css/searchreplace.css    |     6 +
 .../plugins/searchreplace/editor_plugin.js         |     1 +
 .../plugins/searchreplace/editor_plugin_src.js     |    61 +
 .../plugins/searchreplace/js/searchreplace.js      |   142 +
 .../tiny_mce/plugins/searchreplace/langs/en_dlg.js |     1 +
 .../plugins/searchreplace/searchreplace.htm        |   100 +
 .../tiny_mce/plugins/spellchecker/css/content.css  |     1 +
 .../tiny_mce/plugins/spellchecker/editor_plugin.js |     1 +
 .../plugins/spellchecker/editor_plugin_src.js      |   436 +
 .../tiny_mce/plugins/spellchecker/img/wline.gif    |   Bin 0 -> 46 bytes
 .../jscripts/tiny_mce/plugins/style/css/props.css  |    14 +
 .../tiny_mce/plugins/style/editor_plugin.js        |     1 +
 .../tiny_mce/plugins/style/editor_plugin_src.js    |    71 +
 .../jscripts/tiny_mce/plugins/style/js/props.js    |   709 +
 .../tiny_mce/plugins/style/langs/en_dlg.js         |     1 +
 .../jscripts/tiny_mce/plugins/style/props.htm      |   845 +
 .../jscripts/tiny_mce/plugins/style/readme.txt     |    19 +
 .../tiny_mce/plugins/tabfocus/editor_plugin.js     |     1 +
 .../tiny_mce/plugins/tabfocus/editor_plugin_src.js |   122 +
 .../jscripts/tiny_mce/plugins/table/cell.htm       |   180 +
 .../jscripts/tiny_mce/plugins/table/css/cell.css   |    17 +
 .../jscripts/tiny_mce/plugins/table/css/row.css    |    25 +
 .../jscripts/tiny_mce/plugins/table/css/table.css  |    13 +
 .../tiny_mce/plugins/table/editor_plugin.js        |     1 +
 .../tiny_mce/plugins/table/editor_plugin_src.js    |  1428 ++
 .../jscripts/tiny_mce/plugins/table/js/cell.js     |   319 +
 .../tiny_mce/plugins/table/js/merge_cells.js       |    27 +
 .../jscripts/tiny_mce/plugins/table/js/row.js      |   237 +
 .../jscripts/tiny_mce/plugins/table/js/table.js    |   489 +
 .../tiny_mce/plugins/table/langs/en_dlg.js         |     1 +
 .../tiny_mce/plugins/table/merge_cells.htm         |    32 +
 .../jscripts/tiny_mce/plugins/table/row.htm        |   158 +
 .../jscripts/tiny_mce/plugins/table/table.htm      |   188 +
 .../jscripts/tiny_mce/plugins/template/blank.htm   |    12 +
 .../tiny_mce/plugins/template/css/template.css     |    23 +
 .../tiny_mce/plugins/template/editor_plugin.js     |     1 +
 .../tiny_mce/plugins/template/editor_plugin_src.js |   159 +
 .../tiny_mce/plugins/template/js/template.js       |   106 +
 .../tiny_mce/plugins/template/langs/en_dlg.js      |     1 +
 .../tiny_mce/plugins/template/template.htm         |    31 +
 .../plugins/visualblocks/css/visualblocks.css      |    19 +
 .../tiny_mce/plugins/visualblocks/editor_plugin.js |     1 +
 .../plugins/visualblocks/editor_plugin_src.js      |    63 +
 .../tiny_mce/plugins/visualchars/editor_plugin.js  |     1 +
 .../plugins/visualchars/editor_plugin_src.js       |    83 +
 .../tiny_mce/plugins/wordcount/editor_plugin.js    |     1 +
 .../plugins/wordcount/editor_plugin_src.js         |   122 +
 .../jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm  |   142 +
 .../tiny_mce/plugins/xhtmlxtras/acronym.htm        |   142 +
 .../tiny_mce/plugins/xhtmlxtras/attributes.htm     |   149 +
 .../jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm  |   142 +
 .../tiny_mce/plugins/xhtmlxtras/css/attributes.css |    11 +
 .../tiny_mce/plugins/xhtmlxtras/css/popup.css      |     9 +
 .../jscripts/tiny_mce/plugins/xhtmlxtras/del.htm   |   162 +
 .../tiny_mce/plugins/xhtmlxtras/editor_plugin.js   |     1 +
 .../plugins/xhtmlxtras/editor_plugin_src.js        |   132 +
 .../jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm   |   162 +
 .../tiny_mce/plugins/xhtmlxtras/js/abbr.js         |    28 +
 .../tiny_mce/plugins/xhtmlxtras/js/acronym.js      |    28 +
 .../tiny_mce/plugins/xhtmlxtras/js/attributes.js   |   111 +
 .../tiny_mce/plugins/xhtmlxtras/js/cite.js         |    28 +
 .../jscripts/tiny_mce/plugins/xhtmlxtras/js/del.js |    53 +
 .../plugins/xhtmlxtras/js/element_common.js        |   229 +
 .../jscripts/tiny_mce/plugins/xhtmlxtras/js/ins.js |    53 +
 .../tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js    |     1 +
 .../jscripts/tiny_mce/themes/advanced/about.htm    |    52 +
 .../jscripts/tiny_mce/themes/advanced/anchor.htm   |    26 +
 .../jscripts/tiny_mce/themes/advanced/charmap.htm  |    55 +
 .../tiny_mce/themes/advanced/color_picker.htm      |    74 +
 .../tiny_mce/themes/advanced/editor_template.js    |     1 +
 .../themes/advanced/editor_template_src.js         |  1467 ++
 .../jscripts/tiny_mce/themes/advanced/image.htm    |    80 +
 .../tiny_mce/themes/advanced/img/colorpicker.jpg   |   Bin 0 -> 2584 bytes
 .../tiny_mce/themes/advanced/img/flash.gif         |   Bin 0 -> 239 bytes
 .../tiny_mce/themes/advanced/img/icons.gif         |   Bin 0 -> 11982 bytes
 .../tiny_mce/themes/advanced/img/iframe.gif        |   Bin 0 -> 600 bytes
 .../tiny_mce/themes/advanced/img/pagebreak.gif     |   Bin 0 -> 325 bytes
 .../tiny_mce/themes/advanced/img/quicktime.gif     |   Bin 0 -> 301 bytes
 .../tiny_mce/themes/advanced/img/realmedia.gif     |   Bin 0 -> 439 bytes
 .../tiny_mce/themes/advanced/img/shockwave.gif     |   Bin 0 -> 384 bytes
 .../tiny_mce/themes/advanced/img/trans.gif         |   Bin 0 -> 43 bytes
 .../tiny_mce/themes/advanced/img/video.gif         |   Bin 0 -> 597 bytes
 .../tiny_mce/themes/advanced/img/windowsmedia.gif  |   Bin 0 -> 415 bytes
 .../jscripts/tiny_mce/themes/advanced/js/about.js  |    73 +
 .../jscripts/tiny_mce/themes/advanced/js/anchor.js |    44 +
 .../tiny_mce/themes/advanced/js/charmap.js         |   363 +
 .../tiny_mce/themes/advanced/js/color_picker.js    |   345 +
 .../jscripts/tiny_mce/themes/advanced/js/image.js  |   251 +
 .../jscripts/tiny_mce/themes/advanced/js/link.js   |   153 +
 .../tiny_mce/themes/advanced/js/source_editor.js   |    78 +
 .../jscripts/tiny_mce/themes/advanced/langs/en.js  |     1 +
 .../tiny_mce/themes/advanced/langs/en_dlg.js       |     1 +
 .../jscripts/tiny_mce/themes/advanced/link.htm     |    57 +
 .../tiny_mce/themes/advanced/shortcuts.htm         |    47 +
 .../themes/advanced/skins/default/content.css      |    50 +
 .../themes/advanced/skins/default/dialog.css       |   117 +
 .../themes/advanced/skins/default/img/buttons.png  |   Bin 0 -> 3133 bytes
 .../themes/advanced/skins/default/img/items.gif    |   Bin 0 -> 64 bytes
 .../advanced/skins/default/img/menu_arrow.gif      |   Bin 0 -> 68 bytes
 .../advanced/skins/default/img/menu_check.gif      |   Bin 0 -> 70 bytes
 .../themes/advanced/skins/default/img/progress.gif |   Bin 0 -> 1787 bytes
 .../themes/advanced/skins/default/img/tabs.gif     |   Bin 0 -> 1322 bytes
 .../tiny_mce/themes/advanced/skins/default/ui.css  |   215 +
 .../themes/advanced/skins/highcontrast/content.css |    24 +
 .../themes/advanced/skins/highcontrast/dialog.css  |   105 +
 .../themes/advanced/skins/highcontrast/ui.css      |   102 +
 .../themes/advanced/skins/o2k7/content.css         |    48 +
 .../tiny_mce/themes/advanced/skins/o2k7/dialog.css |   117 +
 .../themes/advanced/skins/o2k7/img/button_bg.png   |   Bin 0 -> 2766 bytes
 .../advanced/skins/o2k7/img/button_bg_black.png    |   Bin 0 -> 651 bytes
 .../advanced/skins/o2k7/img/button_bg_silver.png   |   Bin 0 -> 2084 bytes
 .../tiny_mce/themes/advanced/skins/o2k7/ui.css     |   218 +
 .../themes/advanced/skins/o2k7/ui_black.css        |     8 +
 .../themes/advanced/skins/o2k7/ui_silver.css       |     5 +
 .../tiny_mce/themes/advanced/source_editor.htm     |    25 +
 .../tiny_mce/themes/simple/editor_template.js      |     1 +
 .../tiny_mce/themes/simple/editor_template_src.js  |    84 +
 .../jscripts/tiny_mce/themes/simple/img/icons.gif  |   Bin 0 -> 806 bytes
 .../jscripts/tiny_mce/themes/simple/langs/en.js    |     1 +
 .../themes/simple/skins/default/content.css        |    25 +
 .../tiny_mce/themes/simple/skins/default/ui.css    |    32 +
 .../tiny_mce/themes/simple/skins/o2k7/content.css  |    17 +
 .../themes/simple/skins/o2k7/img/button_bg.png     |   Bin 0 -> 5102 bytes
 .../tiny_mce/themes/simple/skins/o2k7/ui.css       |    35 +
 .../tinymce/jscripts/tiny_mce/tiny_mce.js          |     1 +
 .../tinymce/jscripts/tiny_mce/tiny_mce_popup.js    |     5 +
 .../tinymce/jscripts/tiny_mce/tiny_mce_src.js      | 17480 +++++++++++++++++++
 .../jscripts/tiny_mce/utils/editable_selects.js    |    70 +
 .../tinymce/jscripts/tiny_mce/utils/form_utils.js  |   210 +
 .../tinymce/jscripts/tiny_mce/utils/mctabs.js      |   162 +
 .../tinymce/jscripts/tiny_mce/utils/validate.js    |   252 +
 drupal/sites/all/themes/zen/CHANGELOG.txt          |   390 +
 drupal/sites/all/themes/zen/LICENSE.txt            |   274 +
 drupal/sites/all/themes/zen/README-FIRST.txt       |    79 +
 drupal/sites/all/themes/zen/STARTERKIT/README.txt  |   127 +
 .../all/themes/zen/STARTERKIT/STARTERKIT.info.txt  |    96 +
 .../sites/all/themes/zen/STARTERKIT/css/README.txt |   134 +
 .../zen/STARTERKIT/css/block-editing-rtl.css       |    10 +
 .../themes/zen/STARTERKIT/css/block-editing.css    |    25 +
 .../sites/all/themes/zen/STARTERKIT/css/blocks.css |    96 +
 .../all/themes/zen/STARTERKIT/css/comments.css     |    79 +
 .../zen/STARTERKIT/css/drupal6-reference.css       |  1983 +++
 .../sites/all/themes/zen/STARTERKIT/css/fields.css |    44 +
 .../all/themes/zen/STARTERKIT/css/forms-rtl.css    |    46 +
 .../sites/all/themes/zen/STARTERKIT/css/forms.css  |   134 +
 .../themes/zen/STARTERKIT/css/html-reset-rtl.css   |    37 +
 .../all/themes/zen/STARTERKIT/css/html-reset.css   |   291 +
 drupal/sites/all/themes/zen/STARTERKIT/css/ie.css  |    47 +
 .../all/themes/zen/STARTERKIT/css/ie6-rtl.css      |    12 +
 drupal/sites/all/themes/zen/STARTERKIT/css/ie6.css |   105 +
 .../themes/zen/STARTERKIT/css/layout-fixed-rtl.css |    74 +
 .../all/themes/zen/STARTERKIT/css/layout-fixed.css |   212 +
 .../zen/STARTERKIT/css/layout-liquid-rtl.css       |    68 +
 .../themes/zen/STARTERKIT/css/layout-liquid.css    |   202 +
 .../all/themes/zen/STARTERKIT/css/messages-rtl.css |    13 +
 .../all/themes/zen/STARTERKIT/css/messages.css     |    53 +
 .../all/themes/zen/STARTERKIT/css/navigation.css   |    44 +
 .../sites/all/themes/zen/STARTERKIT/css/nodes.css  |    81 +
 .../themes/zen/STARTERKIT/css/page-backgrounds.css |    38 +
 .../all/themes/zen/STARTERKIT/css/pages-rtl.css    |    19 +
 .../sites/all/themes/zen/STARTERKIT/css/pages.css  |   314 +
 .../themes/zen/STARTERKIT/css/panels-styles.css    |     6 +
 .../sites/all/themes/zen/STARTERKIT/css/print.css  |    73 +
 .../all/themes/zen/STARTERKIT/css/tabs-rtl.css     |    22 +
 .../sites/all/themes/zen/STARTERKIT/css/tabs.css   |   128 +
 .../all/themes/zen/STARTERKIT/css/views-styles.css |     6 +
 .../all/themes/zen/STARTERKIT/css/wireframes.css   |    24 +
 drupal/sites/all/themes/zen/STARTERKIT/favicon.ico |   Bin 0 -> 15086 bytes
 .../zen/STARTERKIT/images-source/messages.psd      |   Bin 0 -> 199810 bytes
 .../STARTERKIT/images-source/panels-layouts.psd    |   Bin 0 -> 78724 bytes
 .../zen/STARTERKIT/images-source/screenshot.psd    |   Bin 0 -> 196125 bytes
 .../themes/zen/STARTERKIT/images-source/tabs.psd   |   Bin 0 -> 56436 bytes
 .../zen/STARTERKIT/images/messages-error-ie6.png   |   Bin 0 -> 719 bytes
 .../zen/STARTERKIT/images/messages-error.png       |   Bin 0 -> 727 bytes
 .../zen/STARTERKIT/images/messages-status-ie6.png  |   Bin 0 -> 610 bytes
 .../zen/STARTERKIT/images/messages-status.png      |   Bin 0 -> 560 bytes
 .../zen/STARTERKIT/images/messages-warning-ie6.png |   Bin 0 -> 693 bytes
 .../zen/STARTERKIT/images/messages-warning.png     |   Bin 0 -> 664 bytes
 .../all/themes/zen/STARTERKIT/images/tab-bar.png   |   Bin 0 -> 160 bytes
 .../themes/zen/STARTERKIT/images/tab-left-ie6.png  |   Bin 0 -> 331 bytes
 .../all/themes/zen/STARTERKIT/images/tab-left.png  |   Bin 0 -> 303 bytes
 .../themes/zen/STARTERKIT/images/tab-right-ie6.png |   Bin 0 -> 473 bytes
 .../all/themes/zen/STARTERKIT/images/tab-right.png |   Bin 0 -> 685 bytes
 .../zen/STARTERKIT/images/tab-secondary-bg.png     |   Bin 0 -> 166 bytes
 .../themes/zen/STARTERKIT/images/tab-secondary.png |   Bin 0 -> 195 bytes
 .../sites/all/themes/zen/STARTERKIT/js/README.txt  |    14 +
 drupal/sites/all/themes/zen/STARTERKIT/logo.png    |   Bin 0 -> 1027 bytes
 .../sites/all/themes/zen/STARTERKIT/screenshot.png |   Bin 0 -> 1119 bytes
 .../sites/all/themes/zen/STARTERKIT/template.php   |   155 +
 .../all/themes/zen/STARTERKIT/templates/README.txt |    82 +
 .../all/themes/zen/STARTERKIT/theme-settings.php   |    43 +
 drupal/sites/all/themes/zen/layouts/README.txt     |     5 +
 .../one_sidebar_first/one-sidebar-first-admin.css  |    41 +
 .../one_sidebar_first/one-sidebar-first.css        |    36 +
 .../one_sidebar_first/one-sidebar-first.png        |   Bin 0 -> 813 bytes
 .../one_sidebar_first/one_sidebar_first.inc        |    20 +
 .../zen-one-sidebar-first-admin.tpl.php            |    28 +
 .../zen-one-sidebar-first.tpl.php                  |    28 +
 .../one-sidebar-second-admin.css                   |    42 +
 .../one_sidebar_second/one-sidebar-second.css      |    50 +
 .../one_sidebar_second/one-sidebar-second.png      |   Bin 0 -> 812 bytes
 .../one_sidebar_second/one_sidebar_second.inc      |    20 +
 .../zen-one-sidebar-second-admin.tpl.php           |    28 +
 .../zen-one-sidebar-second.tpl.php                 |    28 +
 .../layouts/two_sidebars/two-sidebars-admin.css    |    53 +
 .../zen/layouts/two_sidebars/two-sidebars.css      |    51 +
 .../zen/layouts/two_sidebars/two-sidebars.png      |   Bin 0 -> 817 bytes
 .../zen/layouts/two_sidebars/two_sidebars.inc      |    21 +
 .../two_sidebars/zen-two-sidebars-admin.tpl.php    |    33 +
 .../layouts/two_sidebars/zen-two-sidebars.tpl.php  |    33 +
 .../two-sidebars-first-admin.css                   |    53 +
 .../two_sidebars_first/two-sidebars-first.css      |    51 +
 .../two_sidebars_first/two-sidebars-first.png      |   Bin 0 -> 812 bytes
 .../two_sidebars_first/two_sidebars_first.inc      |    21 +
 .../zen-two-sidebars-first-admin.tpl.php           |    33 +
 .../zen-two-sidebars-first.tpl.php                 |    33 +
 .../two-sidebars-second-admin.css                  |    55 +
 .../two_sidebars_second/two-sidebars-second.css    |    62 +
 .../two_sidebars_second/two-sidebars-second.png    |   Bin 0 -> 814 bytes
 .../two_sidebars_second/two_sidebars_second.inc    |    21 +
 .../zen-two-sidebars-second-admin.tpl.php          |    33 +
 .../zen-two-sidebars-second.tpl.php                |    33 +
 drupal/sites/all/themes/zen/logo.png               |   Bin 0 -> 1027 bytes
 drupal/sites/all/themes/zen/template.php           |   668 +
 .../sites/all/themes/zen/templates/block.tpl.php   |    66 +
 .../themes/zen/templates/comment-wrapper.tpl.php   |    45 +
 .../sites/all/themes/zen/templates/comment.tpl.php |    90 +
 .../themes/zen/templates/maintenance-page.tpl.php  |   107 +
 drupal/sites/all/themes/zen/templates/node.tpl.php |   104 +
 drupal/sites/all/themes/zen/templates/page.tpl.php |   252 +
 .../themes/zen/templates/region-sidebar.tpl.php    |    31 +
 .../sites/all/themes/zen/templates/region.tpl.php  |    31 +
 .../all/themes/zen/templates/views-view.tpl.php    |    92 +
 drupal/sites/all/themes/zen/theme-settings.php     |   127 +
 drupal/sites/all/themes/zen/translations/de.po     |   240 +
 drupal/sites/all/themes/zen/translations/hu.po     |   144 +
 drupal/sites/all/themes/zen/translations/zen.pot   |   237 +
 drupal/sites/all/themes/zen/zen-internals/TODO.txt |     7 +
 .../all/themes/zen/zen-internals/css/generate.sh   |    80 +
 .../sites/all/themes/zen/zen-internals/css/ie.css  |    47 +
 .../all/themes/zen/zen-internals/css/ie6-rtl.css   |    12 +
 .../sites/all/themes/zen/zen-internals/css/ie6.css |   105 +
 .../all/themes/zen/zen-internals/css/print.css     |    73 +
 .../zen/zen-internals/css/theme-settings-rtl.css   |    56 +
 .../zen/zen-internals/css/theme-settings.css       |    69 +
 .../themes/zen/zen-internals/css/zen-fixed-rtl.css |   243 +
 .../all/themes/zen/zen-internals/css/zen-fixed.css |  1615 ++
 .../zen/zen-internals/css/zen-liquid-rtl.css       |   237 +
 .../themes/zen/zen-internals/css/zen-liquid.css    |  1605 ++
 .../zen-internals/images/messages-error-ie6.png    |   Bin 0 -> 719 bytes
 .../zen/zen-internals/images/messages-error.png    |   Bin 0 -> 727 bytes
 .../zen-internals/images/messages-status-ie6.png   |   Bin 0 -> 610 bytes
 .../zen/zen-internals/images/messages-status.png   |   Bin 0 -> 560 bytes
 .../zen-internals/images/messages-warning-ie6.png  |   Bin 0 -> 693 bytes
 .../zen/zen-internals/images/messages-warning.png  |   Bin 0 -> 664 bytes
 .../themes/zen/zen-internals/images/tab-bar.png    |   Bin 0 -> 160 bytes
 .../zen/zen-internals/images/tab-left-ie6.png      |   Bin 0 -> 331 bytes
 .../themes/zen/zen-internals/images/tab-left.png   |   Bin 0 -> 303 bytes
 .../zen/zen-internals/images/tab-right-ie6.png     |   Bin 0 -> 473 bytes
 .../themes/zen/zen-internals/images/tab-right.png  |   Bin 0 -> 685 bytes
 .../zen/zen-internals/images/tab-secondary-bg.png  |   Bin 0 -> 166 bytes
 .../zen/zen-internals/images/tab-secondary.png     |   Bin 0 -> 195 bytes
 .../themes/zen/zen-internals/js/theme-settings.js  |    27 +
 .../all/themes/zen/zen-internals/screenshot.png    |   Bin 0 -> 3807 bytes
 .../zen/zen-internals/template.block-editing.inc   |    88 +
 .../themes/zen/zen-internals/template.comment.inc  |    58 +
 .../zen-internals/template.conditional-styles.inc  |   112 +
 .../zen/zen-internals/template.theme-registry.inc  |   137 +
 .../all/themes/zen/zen-internals/template.zen.inc  |    41 +
 drupal/sites/all/themes/zen/zen.info               |    49 +
 .../boinc_solr_comments/INSTALL.txt                |    15 +
 .../boinc_solr_comments/README.txt                 |    73 +
 .../boinc_solr_comments.admin.inc                  |    54 +
 .../boinc_solr_comments/boinc_solr_comments.info   |     9 +
 .../boinc_solr_comments/boinc_solr_comments.module |   434 +
 .../boinc/modules/boinccore/boinccore.admin.inc    |   229 +
 .../default/boinc/modules/boinccore/boinccore.info |     8 +
 .../boinc/modules/boinccore/boinccore.install      |    28 +
 .../boinc/modules/boinccore/boinccore.module       |  1933 ++
 .../boinc/modules/boincimport/boincimport.info     |    11 +
 .../boinc/modules/boincimport/boincimport.install  |    42 +
 .../boinc/modules/boincimport/boincimport.module   |  4209 +++++
 .../modules/boincimport/boincimport.pages.inc      |   455 +
 .../boincimport/includes/import_subscriptions.php  |    44 +
 .../modules/boincimport/includes/import_team.php   |    93 +
 .../modules/boincimport/includes/import_users.php  |    71 +
 .../views/views_handler_argument_boincteam_id.inc  |    21 +
 .../boinc/modules/boincstats/boincstats.admin.inc  |    72 +
 .../boinc/modules/boincstats/boincstats.info       |     6 +
 .../boinc/modules/boincstats/boincstats.module     |   476 +
 .../modules/boincstats/includes/pchart/GPLv3.txt   |   675 +
 .../includes/pchart/class/pBarcode128.class.php    |   184 +
 .../includes/pchart/class/pBarcode39.class.php     |   200 +
 .../includes/pchart/class/pBubble.class.php        |   326 +
 .../includes/pchart/class/pCache.class.php         |   280 +
 .../includes/pchart/class/pData.class.php          |   787 +
 .../includes/pchart/class/pDraw.class.php          |  6193 +++++++
 .../includes/pchart/class/pImage.class.php         |   472 +
 .../includes/pchart/class/pIndicator.class.php     |   241 +
 .../includes/pchart/class/pPie.class.php           |  1500 ++
 .../includes/pchart/class/pRadar.class.php         |   681 +
 .../includes/pchart/class/pScatter.class.php       |  1158 ++
 .../includes/pchart/class/pSplit.class.php         |   131 +
 .../includes/pchart/class/pSpring.class.php        |   868 +
 .../includes/pchart/class/pStock.class.php         |   216 +
 .../includes/pchart/class/pSurface.class.php       |   315 +
 .../default/boinc/modules/boincteam/boincteam.info |     9 +
 .../boinc/modules/boincteam/boincteam.install      |    23 +
 .../boinc/modules/boincteam/boincteam.module       |  1309 ++
 .../boinc/modules/boincteam/boincteam.views.inc    |   455 +
 .../boinc/modules/boincteam/boincteam_forum.info   |     6 +
 .../modules/boincteam/boincteam_forum.install      |   118 +
 .../boinc/modules/boincteam/boincteam_forum.module |   402 +
 .../modules/boincteam/boincteam_forum.views.inc    |    92 +
 .../modules/boincteam/includes/boincteam.forms.inc |   624 +
 .../boincteam/includes/boincteam.helpers.inc       |   113 +
 .../boincteam/includes/boincteam_forum.forms.inc   |   321 +
 .../views_handler_argument_boincteam_id.inc        |    21 +
 .../boinctranslate/boinctranslate.admin.inc        |   356 +
 .../modules/boinctranslate/boinctranslate.info     |     8 +
 .../modules/boinctranslate/boinctranslate.install  |    53 +
 .../modules/boinctranslate/boinctranslate.module   |  1583 ++
 .../includes/other-boinc-translation-strings.txt   |    42 +
 .../boinc/modules/boincuser/boincuser.admin.inc    |   349 +
 .../default/boinc/modules/boincuser/boincuser.info |     6 +
 .../boinc/modules/boincuser/boincuser.install      |   117 +
 .../boinc/modules/boincuser/boincuser.module       |  1858 ++
 .../boinc/modules/boincuser/boincuser.views.inc    |   288 +
 .../modules/boincuser/includes/boincuser.forms.inc |   618 +
 .../boincuser/includes/boincuser.helpers.inc       |   404 +
 .../views/views_handler_argument_boincteam_id.inc  |    21 +
 .../views/views_handler_argument_boincuser_id.inc  |    21 +
 .../boinc/modules/boincwork/boincwork.admin.inc    |   304 +
 .../default/boinc/modules/boincwork/boincwork.info |     8 +
 .../boinc/modules/boincwork/boincwork.module       |  1006 ++
 .../boinc/modules/boincwork/boincwork.views.inc    |  1700 ++
 .../modules/boincwork/includes/boincwork.forms.inc |  1794 ++
 .../boincwork/includes/boincwork.helpers.inc       |  1472 ++
 .../modules/boincwork/includes/projectprefs.xsd    |   184 +
 .../views/views_handler_argument_boincuser_id.inc  |    21 +
 ..._handler_field_boincwork_app_version_number.inc |    16 +
 ...ews_handler_field_boincwork_host_app_et_avg.inc |    20 +
 ...ler_field_boincwork_host_app_turnaround_avg.inc |    17 +
 .../comment_form_block/comment_form_block.info     |     5 +
 .../comment_form_block/comment_form_block.module   |    90 +
 .../boinc/modules/contrib/bbcode/LICENSE.txt       |   274 +
 .../boinc/modules/contrib/bbcode/README.txt        |   100 +
 .../boinc/modules/contrib/bbcode/bbcode-filter.inc |   368 +
 .../boinc/modules/contrib/bbcode/bbcode-help.inc   |   364 +
 .../boinc/modules/contrib/bbcode/bbcode-test.css   |    25 +
 .../boinc/modules/contrib/bbcode/bbcode-test.txt   |   298 +
 .../boinc/modules/contrib/bbcode/bbcode.info       |    11 +
 .../boinc/modules/contrib/bbcode/bbcode.module     |   148 +
 .../boinc/modules/contrib/bbcode/po/de/de.po       |   504 +
 .../modules/contrib/bbcode/po/es/es-general.po     |   643 +
 .../boinc/modules/contrib/bbcode/po/es/es.po       |    59 +
 .../modules/contrib/bbcode/po/hu/bbcode-module.po  |    66 +
 .../boinc/modules/contrib/bbcode/po/hu/general.po  |   688 +
 .../boinc/modules/contrib/bbcode/po/ja/ja.po       |   711 +
 .../boinc/modules/contrib/cck/CHANGELOG.txt        |   624 +
 .../boinc/modules/contrib/cck/DEVELOPER.txt        |     6 +
 .../default/boinc/modules/contrib/cck/LICENSE.txt  |   339 +
 .../default/boinc/modules/contrib/cck/README.txt   |    48 +
 .../default/boinc/modules/contrib/cck/UPGRADE.txt  |    87 +
 .../default/boinc/modules/contrib/cck/content.info |    11 +
 .../boinc/modules/contrib/cck/content.install      |   621 +
 .../default/boinc/modules/contrib/cck/content.js   |    80 +
 .../boinc/modules/contrib/cck/content.module       |  2709 +++
 .../contrib/cck/help/add-existing-field.html       |    47 +
 .../contrib/cck/help/add-existing-field.png        |   Bin 0 -> 2345 bytes
 .../modules/contrib/cck/help/add-new-field.html    |    58 +
 .../modules/contrib/cck/help/add-new-field.png     |   Bin 0 -> 2489 bytes
 .../modules/contrib/cck/help/add-new-group.html    |    40 +
 .../modules/contrib/cck/help/add-new-group.png     |   Bin 0 -> 1662 bytes
 .../boinc/modules/contrib/cck/help/add-new.png     |   Bin 0 -> 5474 bytes
 .../boinc/modules/contrib/cck/help/add.html        |    16 +
 .../modules/contrib/cck/help/content.help.ini      |    60 +
 .../boinc/modules/contrib/cck/help/drag-groups.png |   Bin 0 -> 1034 bytes
 .../boinc/modules/contrib/cck/help/drag-new.png    |   Bin 0 -> 3801 bytes
 .../boinc/modules/contrib/cck/help/draggable.png   |   Bin 0 -> 997 bytes
 .../boinc/modules/contrib/cck/help/fields.html     |     1 +
 .../contrib/cck/help/group-node-display.png        |   Bin 0 -> 1022 bytes
 .../contrib/cck/help/group-node-edit-form.png      |   Bin 0 -> 1507 bytes
 .../modules/contrib/cck/help/manage-fields.html    |     4 +
 .../boinc/modules/contrib/cck/help/rearrange.html  |    25 +
 .../boinc/modules/contrib/cck/help/remove.html     |    17 +
 .../contrib/cck/help/theme-field-templates.html    |    76 +
 .../modules/contrib/cck/help/theme-formatters.html |    14 +
 .../contrib/cck/help/theme-node-templates.html     |   131 +
 .../boinc/modules/contrib/cck/help/theme.html      |    10 +
 .../boinc/modules/contrib/cck/help/theme.png       |   Bin 0 -> 4206 bytes
 .../modules/contrib/cck/includes/content.admin.inc |  1916 ++
 .../modules/contrib/cck/includes/content.crud.inc  |   695 +
 .../modules/contrib/cck/includes/content.devel.inc |   218 +
 .../modules/contrib/cck/includes/content.diff.inc  |   128 +
 .../contrib/cck/includes/content.node_form.inc     |   380 +
 .../modules/contrib/cck/includes/content.rules.inc |   348 +
 .../modules/contrib/cck/includes/content.token.inc |   187 +
 .../panels/content_types/content_field.inc         |   215 +
 .../panels/content_types/icon_cck_field.png        |   Bin 0 -> 989 bytes
 .../contrib/cck/includes/views/content.views.inc   |   375 +
 .../cck/includes/views/content.views_convert.inc   |    72 +
 .../views/handlers/content_handler_argument.inc    |    18 +
 .../content_handler_argument_many_to_one.inc       |    48 +
 .../handlers/content_handler_argument_numeric.inc  |    18 +
 .../content_handler_argument_reference.inc         |    25 +
 .../handlers/content_handler_argument_string.inc   |    18 +
 .../views/handlers/content_handler_field.inc       |   229 +
 .../handlers/content_handler_field_multiple.inc    |   322 +
 .../handlers/content_handler_filter_float.inc      |    26 +
 .../content_handler_filter_many_to_one.inc         |    42 +
 .../handlers/content_handler_filter_numeric.inc    |    17 +
 .../handlers/content_handler_filter_string.inc     |    17 +
 .../handlers/content_handler_relationship.inc      |    73 +
 .../views/handlers/content_handler_sort.inc        |    74 +
 .../handlers/content_plugin_display_simple.inc     |    43 +
 .../handlers/content_plugin_style_php_array_ac.inc |    34 +
 .../cck/modules/content_copy/content_copy.info     |    12 +
 .../cck/modules/content_copy/content_copy.module   |   649 +
 .../content_copy/content_copy_export_form.tpl.php  |    42 +
 .../translations/modules-content_copy.de.po        |   137 +
 .../translations/modules-content_copy.fr.po        |   177 +
 .../translations/modules-content_copy.hu.po        |   193 +
 .../translations/modules-content_copy.nl.po        |   146 +
 .../translations/modules-content_copy.pot          |   126 +
 .../translations/modules-content_copy.sv.po        |   148 +
 .../cck/modules/content_multigroup/README.txt      |     4 +
 .../content_permissions/content_permissions.info   |    12 +
 .../content_permissions.install                    |    10 +
 .../content_permissions/content_permissions.module |    28 +
 .../translations/modules-content_permissions.de.po |    61 +
 .../translations/modules-content_permissions.fr.po |    49 +
 .../translations/modules-content_permissions.hu.po |    52 +
 .../translations/modules-content_permissions.nl.po |    56 +
 .../translations/modules-content_permissions.pot   |    50 +
 .../translations/modules-content_permissions.sv.po |    55 +
 .../cck/modules/fieldgroup/fieldgroup-rtl.css      |     6 +
 .../modules/fieldgroup/fieldgroup-simple.tpl.php   |    33 +
 .../contrib/cck/modules/fieldgroup/fieldgroup.css  |     8 +
 .../contrib/cck/modules/fieldgroup/fieldgroup.info |    12 +
 .../cck/modules/fieldgroup/fieldgroup.install      |   316 +
 .../cck/modules/fieldgroup/fieldgroup.module       |   913 +
 .../panels/content_types/content_fieldgroup.inc    |   164 +
 .../panels/content_types/icon_cck_field_group.png  |   Bin 0 -> 552 bytes
 .../modules-fieldgroup-panels-content_types.de.po  |    42 +
 .../modules-fieldgroup-panels-content_types.pot    |    31 +
 .../translations/modules-fieldgroup.de.po          |   151 +
 .../translations/modules-fieldgroup.fr.po          |   110 +
 .../translations/modules-fieldgroup.hu.po          |   163 +
 .../translations/modules-fieldgroup.nl.po          |   192 +
 .../fieldgroup/translations/modules-fieldgroup.pot |   142 +
 .../translations/modules-fieldgroup.sv.po          |   204 +
 .../nodereference/help/nodereference.help.ini      |     8 +
 .../modules/nodereference/help/nodereference.html  |     3 +
 .../cck/modules/nodereference/nodereference.info   |    14 +
 .../modules/nodereference/nodereference.install    |   165 +
 .../cck/modules/nodereference/nodereference.module |  1054 ++
 .../modules/nodereference/nodereference.rules.inc  |    60 +
 .../panels/relationships/node_from_noderef.inc     |    76 +
 ...odules-nodereference-panels-relationships.de.po |    42 +
 .../modules-nodereference-panels-relationships.pot |    31 +
 .../translations/modules-nodereference.de.po       |   124 +
 .../translations/modules-nodereference.fr.po       |    86 +
 .../translations/modules-nodereference.hu.po       |   123 +
 .../translations/modules-nodereference.nl.po       |   193 +
 .../translations/modules-nodereference.pot         |   114 +
 .../translations/modules-nodereference.sv.po       |   179 +
 .../cck/modules/number/help/number.help.ini        |     8 +
 .../contrib/cck/modules/number/help/number.html    |     2 +
 .../modules/contrib/cck/modules/number/number.info |    12 +
 .../contrib/cck/modules/number/number.install      |    60 +
 .../contrib/cck/modules/number/number.module       |   585 +
 .../number/translations/modules-number.de.po       |   152 +
 .../number/translations/modules-number.fr.po       |   163 +
 .../number/translations/modules-number.hu.po       |   228 +
 .../number/translations/modules-number.nl.po       |   214 +
 .../modules/number/translations/modules-number.pot |   137 +
 .../number/translations/modules-number.sv.po       |   190 +
 .../optionwidgets/help/optionwidgets.help.ini      |    11 +
 .../modules/optionwidgets/help/optionwidgets.html  |     2 +
 .../cck/modules/optionwidgets/optionwidgets.info   |    12 +
 .../modules/optionwidgets/optionwidgets.install    |    76 +
 .../cck/modules/optionwidgets/optionwidgets.module |   456 +
 .../translations/modules-optionwidgets.de.po       |    79 +
 .../translations/modules-optionwidgets.fr.po       |    75 +
 .../translations/modules-optionwidgets.hu.po       |    84 +
 .../translations/modules-optionwidgets.nl.po       |    89 +
 .../translations/modules-optionwidgets.pot         |    71 +
 .../translations/modules-optionwidgets.sv.po       |    78 +
 .../contrib/cck/modules/text/help/text.help.ini    |     8 +
 .../contrib/cck/modules/text/help/text.html        |     2 +
 .../modules/contrib/cck/modules/text/text.info     |    12 +
 .../modules/contrib/cck/modules/text/text.install  |   156 +
 .../modules/contrib/cck/modules/text/text.module   |   485 +
 .../modules/text/translations/modules-text.de.po   |    74 +
 .../modules/text/translations/modules-text.fr.po   |    33 +
 .../modules/text/translations/modules-text.hu.po   |   156 +
 .../modules/text/translations/modules-text.nl.po   |   147 +
 .../cck/modules/text/translations/modules-text.pot |    65 +
 .../modules/text/translations/modules-text.sv.po   |   135 +
 .../userreference/help/userreference.help.ini      |     8 +
 .../modules/userreference/help/userreference.html  |     3 +
 .../panels/relationships/user_from_userref.inc     |    65 +
 ...odules-userreference-panels-relationships.de.po |    42 +
 .../modules-userreference-panels-relationships.pot |    31 +
 .../translations/modules-userreference.de.po       |   136 +
 .../translations/modules-userreference.fr.po       |    89 +
 .../translations/modules-userreference.hu.po       |   137 +
 .../translations/modules-userreference.nl.po       |   209 +
 .../translations/modules-userreference.pot         |   126 +
 .../translations/modules-userreference.sv.po       |   191 +
 .../cck/modules/userreference/userreference.info   |    14 +
 .../modules/userreference/userreference.install    |   153 +
 .../cck/modules/userreference/userreference.module |   933 +
 .../modules/userreference/userreference.rules.inc  |    62 +
 .../modules/contrib/cck/tests/content.crud.test    |  1236 ++
 .../content-admin-display-overview-form.tpl.php    |    40 +
 .../content-admin-field-overview-form.tpl.php      |   102 +
 .../contrib/cck/theme/content-field.tpl.php        |    49 +
 .../contrib/cck/theme/content-module-rtl.css       |    22 +
 .../modules/contrib/cck/theme/content-module.css   |    97 +
 .../boinc/modules/contrib/cck/theme/theme.inc      |   145 +
 .../modules/contrib/cck/translations/content.de.po |   245 +
 .../modules/contrib/cck/translations/content.fr.po |   280 +
 .../modules/contrib/cck/translations/content.pot   |   236 +
 .../modules/contrib/cck/translations/content.sv.po |   243 +
 .../boinc/modules/contrib/cck/translations/es.po   |   403 +
 .../contrib/cck/translations/examples.fr.po        |    34 +
 .../boinc/modules/contrib/cck/translations/fr.po   |  2020 +++
 .../modules/contrib/cck/translations/general.de.po |   308 +
 .../modules/contrib/cck/translations/general.fr.po |   207 +
 .../modules/contrib/cck/translations/general.pot   |   246 +
 .../modules/contrib/cck/translations/general.sv.po |   292 +
 .../translations/help/de/add-existing-field.html   |    51 +
 .../translations/help/de/add-existing-field.png    |   Bin 0 -> 2307 bytes
 .../cck/translations/help/de/add-new-field.html    |    61 +
 .../cck/translations/help/de/add-new-field.png     |   Bin 0 -> 2380 bytes
 .../cck/translations/help/de/add-new-group.html    |    44 +
 .../cck/translations/help/de/add-new-group.png     |   Bin 0 -> 926 bytes
 .../contrib/cck/translations/help/de/add-new.png   |   Bin 0 -> 5242 bytes
 .../contrib/cck/translations/help/de/add.html      |    16 +
 .../cck/translations/help/de/content.help.ini      |    56 +
 .../cck/translations/help/de/drag-groups.png       |   Bin 0 -> 1164 bytes
 .../contrib/cck/translations/help/de/drag-new.png  |   Bin 0 -> 3841 bytes
 .../translations/help/de/group-node-display.png    |   Bin 0 -> 1134 bytes
 .../translations/help/de/group-node-edit-form.png  |   Bin 0 -> 923 bytes
 .../cck/translations/help/de/manage-fields.html    |     4 +
 .../cck/translations/help/de/rearrange.html        |    29 +
 .../contrib/cck/translations/help/de/remove.html   |    11 +
 .../cck/translations/help/de/theme-formatters.html |    17 +
 .../contrib/cck/translations/help/de/theme.html    |    11 +
 .../boinc/modules/contrib/cck/translations/hu.po   |  1541 ++
 .../includes-panels-content_types.de.po            |    66 +
 .../translations/includes-panels-content_types.pot |    55 +
 .../cck/translations/includes-views-handlers.de.po |    88 +
 .../cck/translations/includes-views-handlers.pot   |    79 +
 .../cck/translations/includes-views-handlers.sv.po |    82 +
 .../contrib/cck/translations/includes-views.de.po  |    40 +
 .../contrib/cck/translations/includes-views.pot    |    39 +
 .../contrib/cck/translations/includes-views.sv.po  |    40 +
 .../contrib/cck/translations/includes.de.po        |   583 +
 .../contrib/cck/translations/includes.fr.po        |   420 +
 .../modules/contrib/cck/translations/includes.pot  |   534 +
 .../contrib/cck/translations/includes.sv.po        |   590 +
 .../boinc/modules/contrib/cck/translations/it.po   |   846 +
 .../boinc/modules/contrib/cck/translations/ja.po   |  1278 ++
 .../boinc/modules/contrib/cck/translations/nl.po   |   406 +
 .../modules/contrib/cck/translations/pt-br.po      |  1523 ++
 .../boinc/modules/contrib/cck/translations/pt.po   |   822 +
 .../boinc/modules/contrib/cck/translations/ru.po   |   748 +
 .../modules/contrib/cck/translations/theme.de.po   |    97 +
 .../modules/contrib/cck/translations/theme.pot     |    65 +
 .../modules/contrib/cck/translations/theme.sv.po   |    66 +
 .../modules/contrib/cck/translations/uk-ua.po      |  1754 ++
 .../boinc/modules/contrib/cck/translations/uk.po   |  1754 ++
 .../boinc/modules/contrib/cck/translations/vi.po   |   417 +
 .../modules/contrib/content_profile/LICENSE.txt    |   274 +
 .../modules/contrib/content_profile/README.txt     |   244 +
 .../content_profile-display-view.tpl.php           |    28 +
 .../contrib/content_profile/content_profile.css    |    21 +
 .../contrib/content_profile/content_profile.info   |    11 +
 .../content_profile/content_profile.install        |   139 +
 .../contrib/content_profile/content_profile.module |   649 +
 .../content_profile/content_profile.pageroute.inc  |   130 +
 .../content_profile/content_profile.rules.inc      |    97 +
 .../content_profile.rules_defaults.inc             |   112 +
 .../content_profile/content_profile.theme.inc      |   113 +
 .../content_profile/content_profile.theme_vars.inc |   119 +
 .../modules/content_profile_registration.info      |    12 +
 .../modules/content_profile_registration.install   |    23 +
 .../modules/content_profile_registration.module    |   277 +
 .../modules/content_profile_tokens.info            |    15 +
 .../modules/content_profile_tokens.module          |    94 +
 .../panels/relationships/node_from_user.inc        |    67 +
 .../content_profile/tests/content_profile.test     |    55 +
 .../translations/content_profile.pot               |   265 +
 .../contrib/content_profile/translations/da.po     |   271 +
 .../contrib/content_profile/translations/de.po     |   270 +
 .../contrib/content_profile/translations/hu.po     |   169 +
 .../contrib/content_profile/translations/ja.po     |   298 +
 .../contrib/content_profile/translations/sv.po     |   273 +
 .../views/content_profile.views.inc                |    42 +
 .../content_profile_views_handler_relationship.inc |    57 +
 .../boinc/modules/contrib/elysia_cron/API.txt      |   243 +
 .../boinc/modules/contrib/elysia_cron/INSTALL.txt  |    83 +
 .../boinc/modules/contrib/elysia_cron/LICENSE.txt  |   339 +
 .../boinc/modules/contrib/elysia_cron/README.txt   |   247 +
 .../boinc/modules/contrib/elysia_cron/cron.php     |    27 +
 .../contrib/elysia_cron/elysia_cron.admin.inc      |   811 +
 .../contrib/elysia_cron/elysia_cron.ctools.inc     |   203 +
 .../contrib/elysia_cron/elysia_cron.drush.inc      |    29 +
 .../modules/contrib/elysia_cron/elysia_cron.info   |     9 +
 .../contrib/elysia_cron/elysia_cron.install        |   163 +
 .../modules/contrib/elysia_cron/elysia_cron.module |  1342 ++
 .../contrib/elysia_cron/elysia_cron_scheduler.inc  |   238 +
 .../elysia_cron/elysia_cron_scheduler_old.inc      |   230 +
 .../contrib/elysia_cron/elysia_cron_update.php     |   327 +
 .../contrib/elysia_cron/elysia_drupalconv.php      |   125 +
 .../default/boinc/modules/contrib/features/API.txt |   189 +
 .../boinc/modules/contrib/features/CHANGELOG.txt   |   392 +
 .../boinc/modules/contrib/features/LICENSE.txt     |   339 +
 .../boinc/modules/contrib/features/README.txt      |   163 +
 .../modules/contrib/features/features.admin.inc    |   807 +
 .../modules/contrib/features/features.api.php      |   345 +
 .../boinc/modules/contrib/features/features.css    |   295 +
 .../modules/contrib/features/features.drush.inc    |   448 +
 .../modules/contrib/features/features.export.inc   |   847 +
 .../boinc/modules/contrib/features/features.info   |    11 +
 .../modules/contrib/features/features.install      |   100 +
 .../boinc/modules/contrib/features/features.js     |   104 +
 .../boinc/modules/contrib/features/features.module |   786 +
 .../contrib/features/includes/features.block.inc   |    40 +
 .../contrib/features/includes/features.content.inc |   212 +
 .../contrib/features/includes/features.context.inc |   231 +
 .../contrib/features/includes/features.ctools.inc  |   320 +
 .../features/includes/features.features.inc        |    70 +
 .../features/includes/features.fieldgroup.inc      |   158 +
 .../contrib/features/includes/features.filter.inc  |   194 +
 .../features/includes/features.imagecache.inc      |    91 +
 .../contrib/features/includes/features.menu.inc    |   347 +
 .../contrib/features/includes/features.node.inc    |   161 +
 .../features/includes/features.taxonomy.inc        |   168 +
 .../contrib/features/includes/features.user.inc    |   272 +
 .../contrib/features/includes/features.views.inc   |   266 +
 .../modules/contrib/features/tests/features.test   |   214 +
 .../tests/features_test.features.content.inc       |   198 +
 .../tests/features_test.features.fieldgroup.inc    |    66 +
 .../tests/features_test.features.filter.inc        |    42 +
 .../features/tests/features_test.features.inc      |    54 +
 .../features_test.features.user_permission.inc     |    19 +
 .../contrib/features/tests/features_test.info      |    25 +
 .../contrib/features/tests/features_test.module    |     3 +
 .../features/tests/features_test.views_default.inc |    32 +
 .../theme/features-admin-components.tpl.php        |    23 +
 .../contrib/features/theme/features-form.tpl.php   |    18 +
 .../boinc/modules/contrib/features/theme/theme.inc |   347 +
 .../default/boinc/modules/contrib/flag/LICENSE.txt |   339 +
 .../default/boinc/modules/contrib/flag/README.txt  |   100 +
 .../boinc/modules/contrib/flag/flag.api.php        |   252 +
 .../default/boinc/modules/contrib/flag/flag.inc    |  1934 ++
 .../default/boinc/modules/contrib/flag/flag.info   |    12 +
 .../boinc/modules/contrib/flag/flag.install        |   703 +
 .../default/boinc/modules/contrib/flag/flag.module |  1698 ++
 .../boinc/modules/contrib/flag/flag_actions.info   |    10 +
 .../modules/contrib/flag/flag_actions.install      |   107 +
 .../boinc/modules/contrib/flag/flag_actions.module |   672 +
 .../modules/contrib/flag/includes/flag.actions.inc |   245 +
 .../modules/contrib/flag/includes/flag.admin.inc   |   646 +
 .../modules/contrib/flag/includes/flag.export.inc  |   247 +
 .../contrib/flag/includes/flag.features.inc        |    92 +
 .../modules/contrib/flag/includes/flag.rules.inc   |   346 +
 .../contrib/flag/includes/flag.rules_forms.inc     |   127 +
 .../modules/contrib/flag/includes/flag.token.inc   |   128 +
 .../modules/contrib/flag/includes/flag.views.inc   |   293 +
 .../contrib/flag/includes/flag.views_bookmark.inc  |   313 +
 .../contrib/flag/includes/flag.views_convert.inc   |   235 +
 .../contrib/flag/includes/flag.views_default.inc   |   289 +
 .../includes/flag_handler_argument_content_id.inc  |    43 +
 .../flag/includes/flag_handler_field_ops.inc       |   146 +
 .../flag/includes/flag_handler_filter_flagged.inc  |    33 +
 .../flag/includes/flag_handler_relationships.inc   |   266 +
 .../flag_plugin_argument_validate_flaggability.inc |   293 +
 .../flag/includes/flag_plugin_validate_user.inc    |    88 +
 .../boinc/modules/contrib/flag/tests/flag.test     |   125 +
 .../boinc/modules/contrib/flag/theme/README.txt    |    37 +
 .../modules/contrib/flag/theme/flag-admin.css      |    25 +
 .../boinc/modules/contrib/flag/theme/flag-admin.js |    87 +
 .../modules/contrib/flag/theme/flag-throbber.gif   |   Bin 0 -> 2196 bytes
 .../boinc/modules/contrib/flag/theme/flag.css      |    27 +
 .../boinc/modules/contrib/flag/theme/flag.js       |   230 +
 .../boinc/modules/contrib/flag/theme/flag.tpl.php  |    44 +
 .../modules/contrib/forum_access/CHANGELOG.txt     |   161 +
 .../boinc/modules/contrib/forum_access/INSTALL.txt |     8 +
 .../boinc/modules/contrib/forum_access/LICENSE.txt |   339 +
 .../boinc/modules/contrib/forum_access/README.txt  |     5 +
 .../contrib/forum_access/forum_access.admin.inc    |   941 +
 .../modules/contrib/forum_access/forum_access.css  |    29 +
 .../modules/contrib/forum_access/forum_access.info |    13 +
 .../contrib/forum_access/forum_access.install      |   379 +
 .../contrib/forum_access/forum_access.module       |   747 +
 .../contrib/forum_access/forum_access.node.inc     |   242 +
 .../modules/contrib/forum_access/forum_access.test |  1766 ++
 .../modules/contrib/forum_tweaks/forum_tweaks.info |     4 +
 .../contrib/forum_tweaks/forum_tweaks.module       |    30 +
 .../contrib/forum_tweaks/includes/mark-read.inc    |   106 +
 .../boinc/modules/contrib/htmlpurifier/.cvsignore  |     1 +
 .../modules/contrib/htmlpurifier/CHANGELOG.txt     |    40 +
 .../HTMLPurifier_DefinitionCache_Drupal.php        |    95 +
 .../boinc/modules/contrib/htmlpurifier/INSTALL.txt |    55 +
 .../boinc/modules/contrib/htmlpurifier/LICENSE.txt |   274 +
 .../boinc/modules/contrib/htmlpurifier/TODO.txt    |    20 +
 .../modules/contrib/htmlpurifier/config-form.css   |     9 +
 .../modules/contrib/htmlpurifier/config/sample.php |    50 +
 .../modules/contrib/htmlpurifier/htmlpurifier.info |    12 +
 .../contrib/htmlpurifier/htmlpurifier.install      |   239 +
 .../contrib/htmlpurifier/htmlpurifier.module       |   523 +
 .../htmlpurifier/library/HTMLPurifier.auto.php     |    11 +
 .../htmlpurifier/library/HTMLPurifier.autoload.php |    27 +
 .../htmlpurifier/library/HTMLPurifier.composer.php |     4 +
 .../htmlpurifier/library/HTMLPurifier.func.php     |    25 +
 .../htmlpurifier/library/HTMLPurifier.includes.php |   229 +
 .../htmlpurifier/library/HTMLPurifier.kses.php     |    30 +
 .../htmlpurifier/library/HTMLPurifier.path.php     |    11 +
 .../contrib/htmlpurifier/library/HTMLPurifier.php  |   292 +
 .../library/HTMLPurifier.safe-includes.php         |   223 +
 .../htmlpurifier/library/HTMLPurifier/Arborize.php |    71 +
 .../library/HTMLPurifier/AttrCollections.php       |   143 +
 .../htmlpurifier/library/HTMLPurifier/AttrDef.php  |   138 +
 .../library/HTMLPurifier/AttrDef/CSS.php           |   106 +
 .../HTMLPurifier/AttrDef/CSS/AlphaValue.php        |    34 +
 .../HTMLPurifier/AttrDef/CSS/Background.php        |   111 +
 .../AttrDef/CSS/BackgroundPosition.php             |   157 +
 .../library/HTMLPurifier/AttrDef/CSS/Border.php    |    56 +
 .../library/HTMLPurifier/AttrDef/CSS/Color.php     |   105 +
 .../library/HTMLPurifier/AttrDef/CSS/Composite.php |    48 +
 .../AttrDef/CSS/DenyElementDecorator.php           |    44 +
 .../library/HTMLPurifier/AttrDef/CSS/Filter.php    |    77 +
 .../library/HTMLPurifier/AttrDef/CSS/Font.php      |   176 +
 .../HTMLPurifier/AttrDef/CSS/FontFamily.php        |   219 +
 .../library/HTMLPurifier/AttrDef/CSS/Ident.php     |    32 +
 .../AttrDef/CSS/ImportantDecorator.php             |    56 +
 .../library/HTMLPurifier/AttrDef/CSS/Length.php    |    77 +
 .../library/HTMLPurifier/AttrDef/CSS/ListStyle.php |   112 +
 .../library/HTMLPurifier/AttrDef/CSS/Multiple.php  |    71 +
 .../library/HTMLPurifier/AttrDef/CSS/Number.php    |    84 +
 .../HTMLPurifier/AttrDef/CSS/Percentage.php        |    54 +
 .../HTMLPurifier/AttrDef/CSS/TextDecoration.php    |    46 +
 .../library/HTMLPurifier/AttrDef/CSS/URI.php       |    74 +
 .../library/HTMLPurifier/AttrDef/Clone.php         |    44 +
 .../library/HTMLPurifier/AttrDef/Enum.php          |    73 +
 .../library/HTMLPurifier/AttrDef/HTML/Bool.php     |    51 +
 .../library/HTMLPurifier/AttrDef/HTML/Class.php    |    48 +
 .../library/HTMLPurifier/AttrDef/HTML/Color.php    |    51 +
 .../HTMLPurifier/AttrDef/HTML/FrameTarget.php      |    38 +
 .../library/HTMLPurifier/AttrDef/HTML/ID.php       |   105 +
 .../library/HTMLPurifier/AttrDef/HTML/Length.php   |    56 +
 .../HTMLPurifier/AttrDef/HTML/LinkTypes.php        |    72 +
 .../HTMLPurifier/AttrDef/HTML/MultiLength.php      |    60 +
 .../library/HTMLPurifier/AttrDef/HTML/Nmtokens.php |    70 +
 .../library/HTMLPurifier/AttrDef/HTML/Pixels.php   |    76 +
 .../library/HTMLPurifier/AttrDef/Integer.php       |    91 +
 .../library/HTMLPurifier/AttrDef/Lang.php          |    86 +
 .../library/HTMLPurifier/AttrDef/Switch.php        |    53 +
 .../library/HTMLPurifier/AttrDef/Text.php          |    21 +
 .../library/HTMLPurifier/AttrDef/URI.php           |   111 +
 .../library/HTMLPurifier/AttrDef/URI/Email.php     |    20 +
 .../HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php |    29 +
 .../library/HTMLPurifier/AttrDef/URI/Host.php      |   128 +
 .../library/HTMLPurifier/AttrDef/URI/IPv4.php      |    45 +
 .../library/HTMLPurifier/AttrDef/URI/IPv6.php      |    89 +
 .../library/HTMLPurifier/AttrTransform.php         |    60 +
 .../HTMLPurifier/AttrTransform/Background.php      |    28 +
 .../library/HTMLPurifier/AttrTransform/BdoDir.php  |    27 +
 .../library/HTMLPurifier/AttrTransform/BgColor.php |    28 +
 .../HTMLPurifier/AttrTransform/BoolToCSS.php       |    47 +
 .../library/HTMLPurifier/AttrTransform/Border.php  |    26 +
 .../HTMLPurifier/AttrTransform/EnumToCSS.php       |    68 +
 .../HTMLPurifier/AttrTransform/ImgRequired.php     |    48 +
 .../HTMLPurifier/AttrTransform/ImgSpace.php        |    61 +
 .../library/HTMLPurifier/AttrTransform/Input.php   |    56 +
 .../library/HTMLPurifier/AttrTransform/Lang.php    |    31 +
 .../library/HTMLPurifier/AttrTransform/Length.php  |    45 +
 .../library/HTMLPurifier/AttrTransform/Name.php    |    33 +
 .../HTMLPurifier/AttrTransform/NameSync.php        |    41 +
 .../HTMLPurifier/AttrTransform/Nofollow.php        |    52 +
 .../HTMLPurifier/AttrTransform/SafeEmbed.php       |    25 +
 .../HTMLPurifier/AttrTransform/SafeObject.php      |    28 +
 .../HTMLPurifier/AttrTransform/SafeParam.php       |    79 +
 .../HTMLPurifier/AttrTransform/ScriptRequired.php  |    23 +
 .../HTMLPurifier/AttrTransform/TargetBlank.php     |    45 +
 .../HTMLPurifier/AttrTransform/Textarea.php        |    27 +
 .../library/HTMLPurifier/AttrTypes.php             |    96 +
 .../library/HTMLPurifier/AttrValidator.php         |   178 +
 .../library/HTMLPurifier/Bootstrap.php             |   124 +
 .../library/HTMLPurifier/CSSDefinition.php         |   474 +
 .../htmlpurifier/library/HTMLPurifier/ChildDef.php |    52 +
 .../library/HTMLPurifier/ChildDef/Chameleon.php    |    67 +
 .../library/HTMLPurifier/ChildDef/Custom.php       |   102 +
 .../library/HTMLPurifier/ChildDef/Empty.php        |    38 +
 .../library/HTMLPurifier/ChildDef/List.php         |    86 +
 .../library/HTMLPurifier/ChildDef/Optional.php     |    45 +
 .../library/HTMLPurifier/ChildDef/Required.php     |   118 +
 .../HTMLPurifier/ChildDef/StrictBlockquote.php     |   110 +
 .../library/HTMLPurifier/ChildDef/Table.php        |   224 +
 .../htmlpurifier/library/HTMLPurifier/Config.php   |   911 +
 .../library/HTMLPurifier/ConfigSchema.php          |   176 +
 .../ConfigSchema/Builder/ConfigSchema.php          |    48 +
 .../HTMLPurifier/ConfigSchema/Builder/Xml.php      |   144 +
 .../HTMLPurifier/ConfigSchema/Exception.php        |    11 +
 .../HTMLPurifier/ConfigSchema/Interchange.php      |    47 +
 .../ConfigSchema/Interchange/Directive.php         |    89 +
 .../HTMLPurifier/ConfigSchema/Interchange/Id.php   |    58 +
 .../ConfigSchema/InterchangeBuilder.php            |   226 +
 .../HTMLPurifier/ConfigSchema/Validator.php        |   248 +
 .../HTMLPurifier/ConfigSchema/ValidatorAtom.php    |   130 +
 .../library/HTMLPurifier/ConfigSchema/schema.ser   |   Bin 0 -> 15000 bytes
 .../ConfigSchema/schema/Attr.AllowedClasses.txt    |     8 +
 .../schema/Attr.AllowedFrameTargets.txt            |    12 +
 .../ConfigSchema/schema/Attr.AllowedRel.txt        |     9 +
 .../ConfigSchema/schema/Attr.AllowedRev.txt        |     9 +
 .../ConfigSchema/schema/Attr.ClassUseCDATA.txt     |    19 +
 .../ConfigSchema/schema/Attr.DefaultImageAlt.txt   |    11 +
 .../schema/Attr.DefaultInvalidImage.txt            |     9 +
 .../schema/Attr.DefaultInvalidImageAlt.txt         |     8 +
 .../ConfigSchema/schema/Attr.DefaultTextDir.txt    |    10 +
 .../ConfigSchema/schema/Attr.EnableID.txt          |    16 +
 .../ConfigSchema/schema/Attr.ForbiddenClasses.txt  |     8 +
 .../ConfigSchema/schema/Attr.IDBlacklist.txt       |     5 +
 .../ConfigSchema/schema/Attr.IDBlacklistRegexp.txt |     9 +
 .../ConfigSchema/schema/Attr.IDPrefix.txt          |    12 +
 .../ConfigSchema/schema/Attr.IDPrefixLocal.txt     |    14 +
 .../schema/AutoFormat.AutoParagraph.txt            |    31 +
 .../ConfigSchema/schema/AutoFormat.Custom.txt      |    12 +
 .../schema/AutoFormat.DisplayLinkURI.txt           |    11 +
 .../ConfigSchema/schema/AutoFormat.Linkify.txt     |    12 +
 .../schema/AutoFormat.PurifierLinkify.DocURL.txt   |    12 +
 .../schema/AutoFormat.PurifierLinkify.txt          |    12 +
 ...utoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt |    11 +
 .../schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt   |    15 +
 .../ConfigSchema/schema/AutoFormat.RemoveEmpty.txt |    46 +
 .../AutoFormat.RemoveSpansWithoutAttributes.txt    |    11 +
 .../ConfigSchema/schema/CSS.AllowImportant.txt     |     8 +
 .../ConfigSchema/schema/CSS.AllowTricky.txt        |    11 +
 .../ConfigSchema/schema/CSS.AllowedFonts.txt       |    12 +
 .../ConfigSchema/schema/CSS.AllowedProperties.txt  |    18 +
 .../ConfigSchema/schema/CSS.DefinitionRev.txt      |    11 +
 .../schema/CSS.ForbiddenProperties.txt             |    13 +
 .../ConfigSchema/schema/CSS.MaxImgLength.txt       |    16 +
 .../ConfigSchema/schema/CSS.Proprietary.txt        |    10 +
 .../ConfigSchema/schema/CSS.Trusted.txt            |     9 +
 .../ConfigSchema/schema/Cache.DefinitionImpl.txt   |    14 +
 .../ConfigSchema/schema/Cache.SerializerPath.txt   |    13 +
 .../schema/Cache.SerializerPermissions.txt         |    11 +
 .../ConfigSchema/schema/Core.AggressivelyFixLt.txt |    18 +
 .../schema/Core.AllowHostnameUnderscore.txt        |    16 +
 .../ConfigSchema/schema/Core.CollectErrors.txt     |    12 +
 .../ConfigSchema/schema/Core.ColorKeywords.txt     |    29 +
 .../schema/Core.ConvertDocumentToFragment.txt      |    14 +
 .../Core.DirectLexLineNumberSyncInterval.txt       |    17 +
 .../ConfigSchema/schema/Core.DisableExcludes.txt   |    14 +
 .../ConfigSchema/schema/Core.EnableIDNA.txt        |     9 +
 .../ConfigSchema/schema/Core.Encoding.txt          |    15 +
 .../schema/Core.EscapeInvalidChildren.txt          |    12 +
 .../ConfigSchema/schema/Core.EscapeInvalidTags.txt |     7 +
 .../schema/Core.EscapeNonASCIICharacters.txt       |    13 +
 .../ConfigSchema/schema/Core.HiddenElements.txt    |    19 +
 .../ConfigSchema/schema/Core.Language.txt          |    10 +
 .../ConfigSchema/schema/Core.LexerImpl.txt         |    34 +
 .../schema/Core.MaintainLineNumbers.txt            |    16 +
 .../ConfigSchema/schema/Core.NormalizeNewlines.txt |    11 +
 .../ConfigSchema/schema/Core.RemoveInvalidImg.txt  |    12 +
 .../schema/Core.RemoveProcessingInstructions.txt   |    11 +
 .../schema/Core.RemoveScriptContents.txt           |    12 +
 .../ConfigSchema/schema/Filter.Custom.txt          |    11 +
 .../schema/Filter.ExtractStyleBlocks.Escaping.txt  |    14 +
 .../schema/Filter.ExtractStyleBlocks.Scope.txt     |    29 +
 .../schema/Filter.ExtractStyleBlocks.TidyImpl.txt  |    16 +
 .../schema/Filter.ExtractStyleBlocks.txt           |    74 +
 .../ConfigSchema/schema/Filter.YouTube.txt         |    16 +
 .../ConfigSchema/schema/HTML.Allowed.txt           |    25 +
 .../ConfigSchema/schema/HTML.AllowedAttributes.txt |    19 +
 .../ConfigSchema/schema/HTML.AllowedComments.txt   |    10 +
 .../schema/HTML.AllowedCommentsRegexp.txt          |    15 +
 .../ConfigSchema/schema/HTML.AllowedElements.txt   |    23 +
 .../ConfigSchema/schema/HTML.AllowedModules.txt    |    20 +
 .../schema/HTML.Attr.Name.UseCDATA.txt             |    11 +
 .../ConfigSchema/schema/HTML.BlockWrapper.txt      |    18 +
 .../ConfigSchema/schema/HTML.CoreModules.txt       |    23 +
 .../ConfigSchema/schema/HTML.CustomDoctype.txt     |     9 +
 .../ConfigSchema/schema/HTML.DefinitionID.txt      |    33 +
 .../ConfigSchema/schema/HTML.DefinitionRev.txt     |    16 +
 .../ConfigSchema/schema/HTML.Doctype.txt           |    11 +
 .../schema/HTML.FlashAllowFullScreen.txt           |    11 +
 .../schema/HTML.ForbiddenAttributes.txt            |    21 +
 .../ConfigSchema/schema/HTML.ForbiddenElements.txt |    20 +
 .../ConfigSchema/schema/HTML.MaxImgLength.txt      |    14 +
 .../ConfigSchema/schema/HTML.Nofollow.txt          |     7 +
 .../ConfigSchema/schema/HTML.Parent.txt            |    12 +
 .../ConfigSchema/schema/HTML.Proprietary.txt       |    12 +
 .../ConfigSchema/schema/HTML.SafeEmbed.txt         |    13 +
 .../ConfigSchema/schema/HTML.SafeIframe.txt        |    13 +
 .../ConfigSchema/schema/HTML.SafeObject.txt        |    13 +
 .../ConfigSchema/schema/HTML.SafeScripting.txt     |    10 +
 .../ConfigSchema/schema/HTML.Strict.txt            |     9 +
 .../ConfigSchema/schema/HTML.TargetBlank.txt       |     8 +
 .../ConfigSchema/schema/HTML.TidyAdd.txt           |     8 +
 .../ConfigSchema/schema/HTML.TidyLevel.txt         |    24 +
 .../ConfigSchema/schema/HTML.TidyRemove.txt        |     8 +
 .../ConfigSchema/schema/HTML.Trusted.txt           |     9 +
 .../ConfigSchema/schema/HTML.XHTML.txt             |    11 +
 .../schema/Output.CommentScriptContents.txt        |    10 +
 .../ConfigSchema/schema/Output.FixInnerHTML.txt    |    15 +
 .../ConfigSchema/schema/Output.FlashCompat.txt     |    11 +
 .../ConfigSchema/schema/Output.Newline.txt         |    13 +
 .../ConfigSchema/schema/Output.SortAttr.txt        |    14 +
 .../ConfigSchema/schema/Output.TidyFormat.txt      |    25 +
 .../ConfigSchema/schema/Test.ForceNoIconv.txt      |     7 +
 .../ConfigSchema/schema/URI.AllowedSchemes.txt     |    17 +
 .../HTMLPurifier/ConfigSchema/schema/URI.Base.txt  |    17 +
 .../ConfigSchema/schema/URI.DefaultScheme.txt      |    10 +
 .../ConfigSchema/schema/URI.DefinitionID.txt       |    11 +
 .../ConfigSchema/schema/URI.DefinitionRev.txt      |    11 +
 .../ConfigSchema/schema/URI.Disable.txt            |    14 +
 .../ConfigSchema/schema/URI.DisableExternal.txt    |    11 +
 .../schema/URI.DisableExternalResources.txt        |    13 +
 .../ConfigSchema/schema/URI.DisableResources.txt   |    15 +
 .../HTMLPurifier/ConfigSchema/schema/URI.Host.txt  |    19 +
 .../ConfigSchema/schema/URI.HostBlacklist.txt      |     9 +
 .../ConfigSchema/schema/URI.MakeAbsolute.txt       |    13 +
 .../HTMLPurifier/ConfigSchema/schema/URI.Munge.txt |    83 +
 .../ConfigSchema/schema/URI.MungeResources.txt     |    17 +
 .../ConfigSchema/schema/URI.MungeSecretKey.txt     |    30 +
 .../schema/URI.OverrideAllowedSchemes.txt          |     9 +
 .../ConfigSchema/schema/URI.SafeIframeRegexp.txt   |    22 +
 .../HTMLPurifier/ConfigSchema/schema/info.ini      |     3 +
 .../library/HTMLPurifier/ContentSets.php           |   170 +
 .../htmlpurifier/library/HTMLPurifier/Context.php  |    95 +
 .../library/HTMLPurifier/Definition.php            |    55 +
 .../library/HTMLPurifier/DefinitionCache.php       |   129 +
 .../HTMLPurifier/DefinitionCache/Decorator.php     |   112 +
 .../DefinitionCache/Decorator/Cleanup.php          |    78 +
 .../DefinitionCache/Decorator/Memory.php           |    85 +
 .../library/HTMLPurifier/DefinitionCache/Null.php  |    76 +
 .../HTMLPurifier/DefinitionCache/Serializer.php    |   285 +
 .../HTMLPurifier/DefinitionCache/Serializer/README |     3 +
 .../HTMLPurifier/DefinitionCacheFactory.php        |   106 +
 .../htmlpurifier/library/HTMLPurifier/Doctype.php  |    73 +
 .../library/HTMLPurifier/DoctypeRegistry.php       |   142 +
 .../library/HTMLPurifier/ElementDef.php            |   216 +
 .../htmlpurifier/library/HTMLPurifier/Encoder.php  |   611 +
 .../library/HTMLPurifier/EntityLookup.php          |    48 +
 .../library/HTMLPurifier/EntityLookup/entities.ser |     1 +
 .../library/HTMLPurifier/EntityParser.php          |   153 +
 .../library/HTMLPurifier/ErrorCollector.php        |   244 +
 .../library/HTMLPurifier/ErrorStruct.php           |    74 +
 .../library/HTMLPurifier/Exception.php             |    12 +
 .../htmlpurifier/library/HTMLPurifier/Filter.php   |    56 +
 .../HTMLPurifier/Filter/ExtractStyleBlocks.php     |   338 +
 .../library/HTMLPurifier/Filter/YouTube.php        |    65 +
 .../library/HTMLPurifier/Generator.php             |   286 +
 .../library/HTMLPurifier/HTMLDefinition.php        |   493 +
 .../library/HTMLPurifier/HTMLModule.php            |   284 +
 .../library/HTMLPurifier/HTMLModule/Bdo.php        |    44 +
 .../HTMLPurifier/HTMLModule/CommonAttributes.php   |    31 +
 .../library/HTMLPurifier/HTMLModule/Edit.php       |    55 +
 .../library/HTMLPurifier/HTMLModule/Forms.php      |   190 +
 .../library/HTMLPurifier/HTMLModule/Hypertext.php  |    40 +
 .../library/HTMLPurifier/HTMLModule/Iframe.php     |    51 +
 .../library/HTMLPurifier/HTMLModule/Image.php      |    49 +
 .../library/HTMLPurifier/HTMLModule/Legacy.php     |   186 +
 .../library/HTMLPurifier/HTMLModule/List.php       |    51 +
 .../library/HTMLPurifier/HTMLModule/Name.php       |    26 +
 .../library/HTMLPurifier/HTMLModule/Nofollow.php   |    25 +
 .../HTMLModule/NonXMLCommonAttributes.php          |    20 +
 .../library/HTMLPurifier/HTMLModule/Object.php     |    62 +
 .../HTMLPurifier/HTMLModule/Presentation.php       |    42 +
 .../HTMLPurifier/HTMLModule/Proprietary.php        |    40 +
 .../library/HTMLPurifier/HTMLModule/Ruby.php       |    36 +
 .../library/HTMLPurifier/HTMLModule/SafeEmbed.php  |    40 +
 .../library/HTMLPurifier/HTMLModule/SafeObject.php |    62 +
 .../HTMLPurifier/HTMLModule/SafeScripting.php      |    40 +
 .../library/HTMLPurifier/HTMLModule/Scripting.php  |    73 +
 .../HTMLPurifier/HTMLModule/StyleAttribute.php     |    33 +
 .../library/HTMLPurifier/HTMLModule/Tables.php     |    75 +
 .../library/HTMLPurifier/HTMLModule/Target.php     |    28 +
 .../HTMLPurifier/HTMLModule/TargetBlank.php        |    24 +
 .../library/HTMLPurifier/HTMLModule/Text.php       |    87 +
 .../library/HTMLPurifier/HTMLModule/Tidy.php       |   230 +
 .../library/HTMLPurifier/HTMLModule/Tidy/Name.php  |    33 +
 .../HTMLPurifier/HTMLModule/Tidy/Proprietary.php   |    34 +
 .../HTMLPurifier/HTMLModule/Tidy/Strict.php        |    43 +
 .../HTMLPurifier/HTMLModule/Tidy/Transitional.php  |    16 +
 .../library/HTMLPurifier/HTMLModule/Tidy/XHTML.php |    26 +
 .../HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php |   179 +
 .../HTMLModule/XMLCommonAttributes.php             |    20 +
 .../library/HTMLPurifier/HTMLModuleManager.php     |   459 +
 .../library/HTMLPurifier/IDAccumulator.php         |    57 +
 .../htmlpurifier/library/HTMLPurifier/Injector.php |   281 +
 .../HTMLPurifier/Injector/AutoParagraph.php        |   356 +
 .../HTMLPurifier/Injector/DisplayLinkURI.php       |    40 +
 .../library/HTMLPurifier/Injector/Linkify.php      |    59 +
 .../HTMLPurifier/Injector/PurifierLinkify.php      |    71 +
 .../library/HTMLPurifier/Injector/RemoveEmpty.php  |   101 +
 .../Injector/RemoveSpansWithoutAttributes.php      |    84 +
 .../library/HTMLPurifier/Injector/SafeObject.php   |   121 +
 .../htmlpurifier/library/HTMLPurifier/Language.php |   204 +
 .../HTMLPurifier/Language/classes/en-x-test.php    |     9 +
 .../HTMLPurifier/Language/messages/en-x-test.php   |    11 +
 .../Language/messages/en-x-testmini.php            |    12 +
 .../library/HTMLPurifier/Language/messages/en.php  |    55 +
 .../library/HTMLPurifier/LanguageFactory.php       |   209 +
 .../htmlpurifier/library/HTMLPurifier/Length.php   |   160 +
 .../htmlpurifier/library/HTMLPurifier/Lexer.php    |   357 +
 .../library/HTMLPurifier/Lexer/DOMLex.php          |   280 +
 .../library/HTMLPurifier/Lexer/DirectLex.php       |   539 +
 .../library/HTMLPurifier/Lexer/PH5P.php            |  4788 +++++
 .../htmlpurifier/library/HTMLPurifier/Node.php     |    49 +
 .../library/HTMLPurifier/Node/Comment.php          |    36 +
 .../library/HTMLPurifier/Node/Element.php          |    59 +
 .../library/HTMLPurifier/Node/Text.php             |    54 +
 .../library/HTMLPurifier/PercentEncoder.php        |   111 +
 .../htmlpurifier/library/HTMLPurifier/Printer.php  |   218 +
 .../library/HTMLPurifier/Printer/CSSDefinition.php |    44 +
 .../library/HTMLPurifier/Printer/ConfigForm.css    |    10 +
 .../library/HTMLPurifier/Printer/ConfigForm.js     |     5 +
 .../library/HTMLPurifier/Printer/ConfigForm.php    |   447 +
 .../HTMLPurifier/Printer/HTMLDefinition.php        |   324 +
 .../library/HTMLPurifier/PropertyList.php          |   122 +
 .../library/HTMLPurifier/PropertyListIterator.php  |    42 +
 .../htmlpurifier/library/HTMLPurifier/Queue.php    |    56 +
 .../htmlpurifier/library/HTMLPurifier/Strategy.php |    26 +
 .../library/HTMLPurifier/Strategy/Composite.php    |    30 +
 .../library/HTMLPurifier/Strategy/Core.php         |    17 +
 .../library/HTMLPurifier/Strategy/FixNesting.php   |   181 +
 .../HTMLPurifier/Strategy/MakeWellFormed.php       |   600 +
 .../Strategy/RemoveForeignElements.php             |   207 +
 .../HTMLPurifier/Strategy/ValidateAttributes.php   |    45 +
 .../library/HTMLPurifier/StringHash.php            |    47 +
 .../library/HTMLPurifier/StringHashParser.php      |   136 +
 .../library/HTMLPurifier/TagTransform.php          |    37 +
 .../library/HTMLPurifier/TagTransform/Font.php     |   114 +
 .../library/HTMLPurifier/TagTransform/Simple.php   |    44 +
 .../htmlpurifier/library/HTMLPurifier/Token.php    |   100 +
 .../library/HTMLPurifier/Token/Comment.php         |    38 +
 .../library/HTMLPurifier/Token/Empty.php           |    15 +
 .../library/HTMLPurifier/Token/End.php             |    24 +
 .../library/HTMLPurifier/Token/Start.php           |    10 +
 .../library/HTMLPurifier/Token/Tag.php             |    68 +
 .../library/HTMLPurifier/Token/Text.php            |    53 +
 .../library/HTMLPurifier/TokenFactory.php          |   118 +
 .../htmlpurifier/library/HTMLPurifier/URI.php      |   314 +
 .../library/HTMLPurifier/URIDefinition.php         |   112 +
 .../library/HTMLPurifier/URIFilter.php             |    74 +
 .../HTMLPurifier/URIFilter/DisableExternal.php     |    54 +
 .../URIFilter/DisableExternalResources.php         |    25 +
 .../HTMLPurifier/URIFilter/DisableResources.php    |    22 +
 .../HTMLPurifier/URIFilter/HostBlacklist.php       |    46 +
 .../HTMLPurifier/URIFilter/MakeAbsolute.php        |   158 +
 .../library/HTMLPurifier/URIFilter/Munge.php       |   115 +
 .../library/HTMLPurifier/URIFilter/SafeIframe.php  |    68 +
 .../library/HTMLPurifier/URIParser.php             |    71 +
 .../library/HTMLPurifier/URIScheme.php             |   102 +
 .../library/HTMLPurifier/URIScheme/data.php        |   127 +
 .../library/HTMLPurifier/URIScheme/file.php        |    44 +
 .../library/HTMLPurifier/URIScheme/ftp.php         |    58 +
 .../library/HTMLPurifier/URIScheme/http.php        |    36 +
 .../library/HTMLPurifier/URIScheme/https.php       |    18 +
 .../library/HTMLPurifier/URIScheme/mailto.php      |    40 +
 .../library/HTMLPurifier/URIScheme/news.php        |    35 +
 .../library/HTMLPurifier/URIScheme/nntp.php        |    32 +
 .../library/HTMLPurifier/URISchemeRegistry.php     |    81 +
 .../library/HTMLPurifier/UnitConverter.php         |   307 +
 .../library/HTMLPurifier/VarParser.php             |   198 +
 .../library/HTMLPurifier/VarParser/Flexible.php    |   130 +
 .../library/HTMLPurifier/VarParser/Native.php      |    38 +
 .../library/HTMLPurifier/VarParserException.php    |    11 +
 .../htmlpurifier/library/HTMLPurifier/Zipper.php   |   157 +
 .../contrib/htmlpurifier/translations/uk.po        |    81 +
 .../boinc/modules/contrib/i18nviews/LICENSE.txt    |   274 +
 .../boinc/modules/contrib/i18nviews/i18nviews.info |    15 +
 .../modules/contrib/i18nviews/i18nviews.module     |   216 +
 .../content_negotiation_filter_handler.inc         |    18 +
 .../contrib/i18nviews/includes/i18nviews.views.inc |    47 +
 .../translations/i18nviews-includes.de.po          |    30 +
 .../i18nviews/translations/i18nviews-includes.pot  |    27 +
 .../contrib/i18nviews/translations/i18nviews.de.po |    43 +
 .../contrib/i18nviews/translations/i18nviews.pot   |    41 +
 .../default/boinc/modules/contrib/jump/LICENSE.txt |   339 +
 .../default/boinc/modules/contrib/jump/README.txt  |    63 +
 .../default/boinc/modules/contrib/jump/jump.info   |    11 +
 .../boinc/modules/contrib/jump/jump.install        |    53 +
 .../default/boinc/modules/contrib/jump/jump.js     |    18 +
 .../default/boinc/modules/contrib/jump/jump.module |   380 +
 .../default/boinc/modules/contrib/jump/jump.test   |   371 +
 .../boinc/modules/contrib/jump/jump.views.inc      |    26 +
 .../modules/contrib/jump/jump.views_default.inc    |   123 +
 .../contrib/jump/jump_views_plugin_style.inc       |   136 +
 .../modules/contrib/mobile_menu_toggle/README.txt  |    42 +
 .../mobile_menu_toggle.admin.inc                   |    36 +
 .../mobile_menu_toggle/mobile_menu_toggle.info     |     5 +
 .../mobile_menu_toggle/mobile_menu_toggle.js       |    15 +
 .../mobile_menu_toggle/mobile_menu_toggle.module   |    76 +
 .../mobile_menu_toggle/mobile_menu_toggle.tpl.php  |     1 +
 .../boinc/modules/contrib/panels/CHANGELOG.txt     |   244 +
 .../boinc/modules/contrib/panels/D6UPDATE.txt      |    66 +
 .../boinc/modules/contrib/panels/INSTALL.txt       |     8 +
 .../boinc/modules/contrib/panels/KNOWN_ISSUES.txt  |    91 +
 .../boinc/modules/contrib/panels/LICENSE.txt       |   339 +
 .../boinc/modules/contrib/panels/README.txt        |    51 +
 .../contrib/panels/css/panels-dashboard.css        |    62 +
 .../boinc/modules/contrib/panels/css/panels.css    |    50 +
 .../modules/contrib/panels/css/panels_admin.css    |   162 +
 .../modules/contrib/panels/css/panels_dnd.css      |   629 +
 .../modules/contrib/panels/css/panels_page.css     |    14 +
 .../boinc/modules/contrib/panels/help/api.html     |    44 +
 .../boinc/modules/contrib/panels/help/display.html |     0
 .../modules/contrib/panels/help/panels.help.ini    |    74 +
 .../contrib/panels/help/plugins-layout.html        |    78 +
 .../modules/contrib/panels/help/plugins-style.html |     0
 .../modules/contrib/panels/images/arrow-active.png |   Bin 0 -> 313 bytes
 .../contrib/panels/images/arrow-down-light.png     |   Bin 0 -> 271 bytes
 .../contrib/panels/images/bg-content-modal.png     |   Bin 0 -> 156 bytes
 .../contrib/panels/images/bg-shade-dark.png        |   Bin 0 -> 220 bytes
 .../contrib/panels/images/bg-shade-light.png       |   Bin 0 -> 216 bytes
 .../contrib/panels/images/bg-shade-medium.png      |   Bin 0 -> 221 bytes
 .../contrib/panels/images/bg-shade-white-lrg.png   |   Bin 0 -> 214 bytes
 .../boinc/modules/contrib/panels/images/blank.gif  |   Bin 0 -> 49 bytes
 .../boinc/modules/contrib/panels/images/close.gif  |   Bin 0 -> 949 bytes
 .../boinc/modules/contrib/panels/images/delete.png |   Bin 0 -> 795 bytes
 .../modules/contrib/panels/images/go-down.png      |   Bin 0 -> 583 bytes
 .../modules/contrib/panels/images/go-right.png     |   Bin 0 -> 392 bytes
 .../boinc/modules/contrib/panels/images/go-up.png  |   Bin 0 -> 566 bytes
 .../contrib/panels/images/icon-addcontent.png      |   Bin 0 -> 818 bytes
 .../modules/contrib/panels/images/icon-cache.png   |   Bin 0 -> 1001 bytes
 .../contrib/panels/images/icon-configure.png       |   Bin 0 -> 765 bytes
 .../modules/contrib/panels/images/icon-delete.png  |   Bin 0 -> 877 bytes
 .../contrib/panels/images/icon-draggable.png       |   Bin 0 -> 236 bytes
 .../contrib/panels/images/icon-hidepane.png        |   Bin 0 -> 735 bytes
 .../contrib/panels/images/icon-showpane.png        |   Bin 0 -> 701 bytes
 .../modules/contrib/panels/images/no-icon.png      |   Bin 0 -> 3398 bytes
 .../contrib/panels/images/portlet-collapsed.png    |   Bin 0 -> 108 bytes
 .../contrib/panels/images/portlet-expanded.png     |   Bin 0 -> 106 bytes
 .../modules/contrib/panels/images/screenshot-1.jpg |   Bin 0 -> 14072 bytes
 .../modules/contrib/panels/images/screenshot-2.jpg |   Bin 0 -> 43830 bytes
 .../modules/contrib/panels/images/screenshot-3.jpg |   Bin 0 -> 43224 bytes
 .../modules/contrib/panels/images/screenshot-4.jpg |   Bin 0 -> 73474 bytes
 .../boinc/modules/contrib/panels/images/sky.png    |   Bin 0 -> 2275 bytes
 .../boinc/modules/contrib/panels/images/sprite.png |   Bin 0 -> 14325 bytes
 .../modules/contrib/panels/images/throbber.gif     |   Bin 0 -> 3208 bytes
 .../modules/contrib/panels/images/user-trash.png   |   Bin 0 -> 507 bytes
 .../modules/contrib/panels/includes/callbacks.inc  |   188 +
 .../modules/contrib/panels/includes/common.inc     |   573 +
 .../contrib/panels/includes/display-edit.inc       |   303 +
 .../contrib/panels/includes/display-layout.inc     |   294 +
 .../contrib/panels/includes/display-render.inc     |   104 +
 .../modules/contrib/panels/includes/legacy.inc     |    70 +
 .../contrib/panels/includes/page-wizard.inc        |    67 +
 .../contrib/panels/includes/panels.pipelines.inc   |    33 +
 .../modules/contrib/panels/includes/plugins.inc    |   534 +
 .../modules/contrib/panels/js/display_editor.js    |   513 +
 .../boinc/modules/contrib/panels/js/layout.js      |    18 +
 .../boinc/modules/contrib/panels/js/panels-base.js |    28 +
 .../boinc/modules/contrib/panels/js/panels.js      |    28 +
 .../boinc/modules/contrib/panels/panels.info       |    12 +
 .../boinc/modules/contrib/panels/panels.install    |  1638 ++
 .../boinc/modules/contrib/panels/panels.module     |  1804 ++
 .../panels/panels_export/panels_export.module      |     0
 .../contrib/panels/panels_ipe/css/panels_ipe.css   |   209 +
 .../contrib/panels/panels_ipe/images/dragger.png   |   Bin 0 -> 946 bytes
 .../panels_ipe/includes/panels_ipe.pipelines.inc   |    44 +
 .../contrib/panels/panels_ipe/js/panels_ipe.js     |   255 +
 .../contrib/panels/panels_ipe/panels_ipe.api.php   |    31 +
 .../contrib/panels/panels_ipe/panels_ipe.info      |    14 +
 .../contrib/panels/panels_ipe/panels_ipe.module    |   147 +
 .../panels_ipe/plugins/display_renderers/ipe.inc   |     8 +
 .../panels_renderer_ipe.class.php                  |   307 +
 .../panels/panels_mini/panels_mini.admin.inc       |    41 +
 .../contrib/panels/panels_mini/panels_mini.info    |    11 +
 .../contrib/panels/panels_mini/panels_mini.install |   239 +
 .../contrib/panels/panels_mini/panels_mini.module  |   419 +
 .../plugins/content_types/icon_panels_mini.png     |   Bin 0 -> 450 bytes
 .../plugins/content_types/panels_mini.inc          |   133 +
 .../panels_mini/plugins/export_ui/panels_mini.inc  |    41 +
 .../plugins/export_ui/panels_mini_ui.class.php     |   291 +
 .../plugins/panels_storage/panels_mini.inc         |    22 +
 .../contrib/panels/panels_node/panels_node.info    |    13 +
 .../contrib/panels/panels_node/panels_node.install |   127 +
 .../contrib/panels/panels_node/panels_node.module  |   432 +
 .../plugins/panels_storage/panels_node.inc         |    25 +
 .../contrib/panels/plugins/cache/simple.inc        |   149 +
 .../panels/plugins/display_renderers/editor.inc    |     8 +
 .../panels/plugins/display_renderers/legacy.inc    |     7 +
 .../panels_renderer_editor.class.php               |  1936 ++
 .../panels_renderer_legacy.class.php               |   294 +
 .../panels_renderer_simple.class.php               |    32 +
 .../panels_renderer_single_pane.class.php          |    41 +
 .../panels_renderer_standard.class.php             |   643 +
 .../panels/plugins/display_renderers/simple.inc    |    11 +
 .../plugins/display_renderers/single_pane.inc      |     8 +
 .../panels/plugins/display_renderers/standard.inc  |     7 +
 .../panels/plugins/export_ui/panels_layouts.inc    |    24 +
 .../plugins/export_ui/panels_layouts_ui.class.php  |   229 +
 .../plugins/layouts/flexible/flexible-admin.css    |    87 +
 .../plugins/layouts/flexible/flexible-admin.js     |   408 +
 .../panels/plugins/layouts/flexible/flexible.css   |     4 +
 .../panels/plugins/layouts/flexible/flexible.inc   |  1766 ++
 .../panels/plugins/layouts/flexible/flexible.png   |   Bin 0 -> 208 bytes
 .../plugins/layouts/flexible/grippie-vertical.png  |   Bin 0 -> 265 bytes
 .../panels/plugins/layouts/onecol/onecol.css       |    21 +
 .../panels/plugins/layouts/onecol/onecol.inc       |    14 +
 .../panels/plugins/layouts/onecol/onecol.png       |   Bin 0 -> 122 bytes
 .../plugins/layouts/onecol/panels-onecol.tpl.php   |    19 +
 .../panels-threecol-25-50-25.tpl.php               |    29 +
 .../threecol_25_50_25/threecol_25_50_25.css        |    35 +
 .../threecol_25_50_25/threecol_25_50_25.inc        |    20 +
 .../threecol_25_50_25/threecol_25_50_25.png        |   Bin 0 -> 200 bytes
 .../panels-threecol-25-50-25-stacked.tpl.php       |    46 +
 .../threecol_25_50_25_stacked.css                  |    45 +
 .../threecol_25_50_25_stacked.inc                  |    17 +
 .../threecol_25_50_25_stacked.png                  |   Bin 0 -> 208 bytes
 .../panels-threecol-33-34-33.tpl.php               |    31 +
 .../threecol_33_34_33/threecol_33_34_33.css        |    35 +
 .../threecol_33_34_33/threecol_33_34_33.inc        |    15 +
 .../threecol_33_34_33/threecol_33_34_33.png        |   Bin 0 -> 196 bytes
 .../panels-threecol-33-34-33-stacked.tpl.php       |    46 +
 .../threecol_33_34_33_stacked.css                  |    45 +
 .../threecol_33_34_33_stacked.inc                  |    17 +
 .../threecol_33_34_33_stacked.png                  |   Bin 0 -> 208 bytes
 .../plugins/layouts/twocol/panels-twocol.tpl.php   |    25 +
 .../panels/plugins/layouts/twocol/twocol.css       |    37 +
 .../panels/plugins/layouts/twocol/twocol.inc       |    14 +
 .../panels/plugins/layouts/twocol/twocol.png       |   Bin 0 -> 193 bytes
 .../twocol_bricks/panels-twocol-bricks.tpl.php     |    67 +
 .../layouts/twocol_bricks/twocol_bricks.css        |    46 +
 .../layouts/twocol_bricks/twocol_bricks.inc        |    25 +
 .../layouts/twocol_bricks/twocol_bricks.png        |   Bin 0 -> 277 bytes
 .../twocol_stacked/panels-twocol-stacked.tpl.php   |    40 +
 .../layouts/twocol_stacked/twocol_stacked.css      |    41 +
 .../layouts/twocol_stacked/twocol_stacked.inc      |    16 +
 .../layouts/twocol_stacked/twocol_stacked.png      |   Bin 0 -> 202 bytes
 .../panels/plugins/page_wizards/landing_page.inc   |   271 +
 .../panels/plugins/page_wizards/node_override.inc  |   289 +
 .../panels/plugins/panels_storage/page_manager.inc |    19 +
 .../style_bases/pane/pane_plain_box/icon.png       |   Bin 0 -> 3022 bytes
 .../pane/pane_plain_box/pane-plain-box.css         |    11 +
 .../pane/pane_plain_box/pane-plain-box.tpl.php     |    16 +
 .../pane/pane_plain_box/pane_plain_box.inc         |    93 +
 .../pane/pane_rounded_shadow/box-color.png         |   Bin 0 -> 4772 bytes
 .../pane/pane_rounded_shadow/box-shadow.png        |   Bin 0 -> 2528 bytes
 .../style_bases/pane/pane_rounded_shadow/icon.png  |   Bin 0 -> 3566 bytes
 .../pane_rounded_shadow/pane-rounded-shadow.css    |   105 +
 .../pane-rounded-shadow.tpl.php                    |    31 +
 .../pane_rounded_shadow/pane_rounded_shadow.inc    |    99 +
 .../style_bases/region/region_plain_box/icon.png   |   Bin 0 -> 3022 bytes
 .../region/region_plain_box/region-plain-box.css   |     6 +
 .../region_plain_box/region-plain-box.tpl.php      |    28 +
 .../region/region_plain_box/region_plain_box.inc   |    65 +
 .../region/region_rounded_shadow/box-color.png     |   Bin 0 -> 4772 bytes
 .../region/region_rounded_shadow/box-shadow.png    |   Bin 0 -> 2528 bytes
 .../region/region_rounded_shadow/icon.png          |   Bin 0 -> 3566 bytes
 .../region-rounded-shadow.css                      |    97 +
 .../region-rounded-shadow.tpl.php                  |    28 +
 .../region_rounded_shadow.inc                      |    71 +
 .../contrib/panels/plugins/styles/block.inc        |    43 +
 .../panels/plugins/styles/corners/corner-bits.png  |   Bin 0 -> 514 bytes
 .../corners/panels-rounded-corners-box.tpl.php     |    20 +
 .../plugins/styles/corners/rounded_corners.inc     |   198 +
 .../panels/plugins/styles/corners/shadow-b.png     |   Bin 0 -> 140 bytes
 .../panels/plugins/styles/corners/shadow-l.png     |   Bin 0 -> 137 bytes
 .../panels/plugins/styles/corners/shadow-r.png     |   Bin 0 -> 137 bytes
 .../panels/plugins/styles/corners/shadow-t.png     |   Bin 0 -> 139 bytes
 .../contrib/panels/plugins/styles/default.inc      |    38 +
 .../modules/contrib/panels/plugins/styles/list.inc |    54 +
 .../contrib/panels/plugins/styles/naked.inc        |    24 +
 .../contrib/panels/plugins/styles/stylizer.inc     |   349 +
 .../panels/plugins/task_handlers/panel_context.inc |   846 +
 .../contrib/panels/plugins/views/panels.views.inc  |    26 +
 .../views/panels_views_plugin_row_fields.inc       |   163 +
 .../templates/panels-dashboard-block.tpl.php       |    13 +
 .../panels/templates/panels-dashboard-link.tpl.php |    12 +
 .../panels/templates/panels-dashboard.tpl.php      |    11 +
 .../contrib/panels/templates/panels-pane.tpl.php   |    52 +
 .../boinc/modules/contrib/privatemsg/LICENSE.txt   |   274 +
 .../privatemsg/pm_block_user/add-rule-button.png   |   Bin 0 -> 690 bytes
 .../privatemsg/pm_block_user/pm_block_user.css     |    48 +
 .../privatemsg/pm_block_user/pm_block_user.info    |    12 +
 .../privatemsg/pm_block_user/pm_block_user.install |    50 +
 .../privatemsg/pm_block_user/pm_block_user.module  |   584 +
 .../privatemsg/pm_block_user/pm_block_user.test    |   174 +
 .../pm_block_user/remove-rule-button.png           |   Bin 0 -> 1113 bytes
 .../pm_email_notify/pm_email_notify.info           |    13 +
 .../pm_email_notify/pm_email_notify.install        |    46 +
 .../pm_email_notify/pm_email_notify.module         |   192 +
 .../modules/contrib/privatemsg/privatemsg-admin.js |     9 +
 .../modules/contrib/privatemsg/privatemsg-list.js  |     7 +
 .../privatemsg/privatemsg-recipients.tpl.php       |     8 +
 .../contrib/privatemsg/privatemsg-view.tpl.php     |    33 +
 .../modules/contrib/privatemsg/privatemsg.api.php  |   487 +
 .../contrib/privatemsg/privatemsg.author-pane.inc  |    53 +
 .../modules/contrib/privatemsg/privatemsg.info     |    10 +
 .../modules/contrib/privatemsg/privatemsg.install  |   513 +
 .../modules/contrib/privatemsg/privatemsg.module   |  2564 +++
 .../modules/contrib/privatemsg/privatemsg.test     |   669 +
 .../contrib/privatemsg/privatemsg.theme.inc        |   308 +
 .../privatemsg_filter/privatemsg-filter-list.js    |    12 +
 .../privatemsg_filter/privatemsg_filter.admin.inc  |   172 +
 .../privatemsg_filter/privatemsg_filter.css        |     9 +
 .../privatemsg_filter/privatemsg_filter.info       |    13 +
 .../privatemsg_filter/privatemsg_filter.install    |   115 +
 .../privatemsg_filter/privatemsg_filter.module     |   907 +
 .../privatemsg_filter/privatemsg_filter.test       |   327 +
 .../contrib/privatemsg/styles/privatemsg-list.css  |    19 +
 .../privatemsg/styles/privatemsg-recipients.css    |     5 +
 .../contrib/privatemsg/styles/privatemsg-view.css  |    60 +
 .../contrib/privatemsg/tests/privatemsgapi.test    |   116 +
 .../contrib/privatemsg/views/privatemsg.views.inc  |    39 +
 .../views/views_handler_field_privatemsg_link.inc  |   153 +
 .../boinc/modules/contrib/views/CHANGELOG.txt      |   626 +
 .../boinc/modules/contrib/views/LICENSE.txt        |   339 +
 .../default/boinc/modules/contrib/views/README.txt |    27 +
 .../modules/contrib/views/css/views-admin.css      |   661 +
 .../modules/contrib/views/css/views-list-rtl.css   |    27 +
 .../boinc/modules/contrib/views/css/views-list.css |    79 +
 .../boinc/modules/contrib/views/css/views-rtl.css  |     6 +
 .../boinc/modules/contrib/views/css/views-tabs.css |     5 +
 .../boinc/modules/contrib/views/css/views.css      |    98 +
 .../boinc/modules/contrib/views/docs/docs.php      |   720 +
 .../contrib/views/documentation-standards.txt      |     6 +
 .../views/handlers/views_handler_argument.inc      |   773 +
 .../views/handlers/views_handler_argument_date.inc |    66 +
 .../handlers/views_handler_argument_formula.inc    |    54 +
 .../views_handler_argument_many_to_one.inc         |   170 +
 .../views/handlers/views_handler_argument_null.inc |    59 +
 .../handlers/views_handler_argument_numeric.inc    |    95 +
 .../handlers/views_handler_argument_string.inc     |   240 +
 .../contrib/views/handlers/views_handler_field.inc |   859 +
 .../views/handlers/views_handler_field_boolean.inc |    73 +
 .../views/handlers/views_handler_field_counter.inc |    41 +
 .../views/handlers/views_handler_field_custom.inc  |    35 +
 .../views/handlers/views_handler_field_date.inc    |    74 +
 .../views/handlers/views_handler_field_markup.inc  |    44 +
 .../views/handlers/views_handler_field_math.inc    |    73 +
 .../views/handlers/views_handler_field_numeric.inc |   125 +
 .../views_handler_field_prerender_list.inc         |   111 +
 .../views/handlers/views_handler_field_url.inc     |    38 +
 .../views/handlers/views_handler_filter.inc        |   636 +
 .../views_handler_filter_boolean_operator.inc      |   159 +
 ...iews_handler_filter_boolean_operator_string.inc |    27 +
 .../views/handlers/views_handler_filter_date.inc   |   157 +
 .../handlers/views_handler_filter_equality.inc     |    38 +
 .../views/handlers/views_handler_filter_float.inc  |    22 +
 .../handlers/views_handler_filter_in_operator.inc  |   364 +
 .../handlers/views_handler_filter_many_to_one.inc  |   103 +
 .../handlers/views_handler_filter_numeric.inc      |   302 +
 .../views/handlers/views_handler_filter_string.inc |   303 +
 .../views/handlers/views_handler_relationship.inc  |   152 +
 .../contrib/views/handlers/views_handler_sort.inc  |    86 +
 .../views/handlers/views_handler_sort_date.inc     |    69 +
 .../views/handlers/views_handler_sort_formula.inc  |    47 +
 .../handlers/views_handler_sort_menu_hierarchy.inc |    19 +
 .../views/handlers/views_handler_sort_random.inc   |    27 +
 .../boinc/modules/contrib/views/help/about.html    |    17 +
 .../modules/contrib/views/help/analyze-theme.html  |    23 +
 .../contrib/views/help/api-default-views.html      |   105 +
 .../modules/contrib/views/help/api-example.html    |   179 +
 .../modules/contrib/views/help/api-handlers.html   |    70 +
 .../modules/contrib/views/help/api-plugins.html    |    79 +
 .../modules/contrib/views/help/api-tables.html     |   236 +
 .../boinc/modules/contrib/views/help/api.html      |    22 +
 .../boinc/modules/contrib/views/help/argument.html |    57 +
 .../contrib/views/help/display-attachment.html     |     1 +
 .../modules/contrib/views/help/display-block.html  |    10 +
 .../contrib/views/help/display-default.html        |     4 +
 .../modules/contrib/views/help/display-feed.html   |     1 +
 .../modules/contrib/views/help/display-page.html   |     5 +
 .../boinc/modules/contrib/views/help/display.html  |     7 +
 .../boinc/modules/contrib/views/help/embed.html    |    24 +
 .../contrib/views/help/example-author-block.html   |    77 +
 .../contrib/views/help/example-recent-stories.html |    57 +
 .../contrib/views/help/example-user-feed.html      |    73 +
 .../contrib/views/help/example-users-by-role.html  |    47 +
 .../boinc/modules/contrib/views/help/field.html    |     5 +
 .../boinc/modules/contrib/views/help/filter.html   |    12 +
 .../contrib/views/help/getting-started.html        |    26 +
 .../help/images/node-term_node-term_data-large.png |   Bin 0 -> 4141 bytes
 .../views/help/images/node-term_node-term_data.png |   Bin 0 -> 3457 bytes
 .../views/help/images/overview-ui-large.png        |   Bin 0 -> 83826 bytes
 .../views/help/images/overview-ui-small.png        |   Bin 0 -> 44890 bytes
 .../views/help/images/style-breakdown-large.png    |   Bin 0 -> 47381 bytes
 .../contrib/views/help/images/style-breakdown.png  |   Bin 0 -> 15182 bytes
 .../views/help/images/views1-admin-large.png       |   Bin 0 -> 67878 bytes
 .../contrib/views/help/images/views1-admin.png     |   Bin 0 -> 24372 bytes
 .../help/images/views1-changeviewtype-large.png    |   Bin 0 -> 37394 bytes
 .../views/help/images/views1-changeviewtype.png    |   Bin 0 -> 17456 bytes
 .../views/help/images/views2-addaview-large.png    |   Bin 0 -> 46121 bytes
 .../contrib/views/help/images/views2-addaview.png  |   Bin 0 -> 19262 bytes
 .../views/help/images/views2-adddisplay-large.png  |   Bin 0 -> 43413 bytes
 .../views/help/images/views2-adddisplay.png        |   Bin 0 -> 19976 bytes
 .../views/help/images/views2-addfields-large.png   |   Bin 0 -> 29487 bytes
 .../contrib/views/help/images/views2-addfields.png |   Bin 0 -> 13043 bytes
 .../help/images/views2-addfieldsajax-large.png     |   Bin 0 -> 26423 bytes
 .../views/help/images/views2-addfieldsajax.png     |   Bin 0 -> 16005 bytes
 .../views/help/images/views2-admin-large.png       |   Bin 0 -> 53418 bytes
 .../contrib/views/help/images/views2-admin.png     |   Bin 0 -> 19994 bytes
 .../images/views2-changedisplaystyle-large.png     |   Bin 0 -> 43090 bytes
 .../help/images/views2-changedisplaystyle.png      |   Bin 0 -> 16163 bytes
 .../help/images/views2-fieldspreview-large.png     |   Bin 0 -> 40484 bytes
 .../views/help/images/views2-fieldspreview.png     |   Bin 0 -> 12480 bytes
 .../views/help/images/views2-newview-large.png     |   Bin 0 -> 36263 bytes
 .../contrib/views/help/images/views2-newview.png   |   Bin 0 -> 17308 bytes
 .../help/images/views2-rearrangefields-large.png   |   Bin 0 -> 34183 bytes
 .../views/help/images/views2-rearrangefields.png   |   Bin 0 -> 19129 bytes
 .../views/help/images/views2-tablestyle-large.png  |   Bin 0 -> 38890 bytes
 .../views/help/images/views2-tablestyle.png        |   Bin 0 -> 20917 bytes
 .../boinc/modules/contrib/views/help/menu.html     |    21 +
 .../boinc/modules/contrib/views/help/new.html      |   113 +
 .../modules/contrib/views/help/overrides.html      |     6 +
 .../boinc/modules/contrib/views/help/path.html     |     7 +
 .../modules/contrib/views/help/relationship.html   |    13 +
 .../boinc/modules/contrib/views/help/sort.html     |    24 +
 .../contrib/views/help/style-comment-rss.html      |     1 +
 .../modules/contrib/views/help/style-fields.html   |     5 +
 .../modules/contrib/views/help/style-grid.html     |    20 +
 .../modules/contrib/views/help/style-list.html     |    20 +
 .../modules/contrib/views/help/style-node-rss.html |     1 +
 .../modules/contrib/views/help/style-node.html     |     9 +
 .../modules/contrib/views/help/style-row.html      |     3 +
 .../modules/contrib/views/help/style-rss.html      |     3 +
 .../views/help/style-summary-unformatted.html      |     3 +
 .../modules/contrib/views/help/style-summary.html  |     3 +
 .../modules/contrib/views/help/style-table.html    |    13 +
 .../contrib/views/help/style-unformatted.html      |     1 +
 .../boinc/modules/contrib/views/help/style.html    |    14 +
 .../modules/contrib/views/help/theme-css.html      |    75 +
 .../boinc/modules/contrib/views/help/updating.html |     2 +
 .../modules/contrib/views/help/using-theme.html    |    50 +
 .../modules/contrib/views/help/view-type.html      |    21 +
 .../modules/contrib/views/help/views.help.ini      |   203 +
 .../modules/contrib/views/images/arrow-active.png  |   Bin 0 -> 313 bytes
 .../contrib/views/images/expanded-options.png      |   Bin 0 -> 228 bytes
 .../modules/contrib/views/images/overridden.gif    |   Bin 0 -> 175 bytes
 .../boinc/modules/contrib/views/images/sprites.png |   Bin 0 -> 1926 bytes
 .../modules/contrib/views/images/status-active.gif |   Bin 0 -> 2196 bytes
 .../boinc/modules/contrib/views/includes/admin.inc |  3237 ++++
 .../boinc/modules/contrib/views/includes/ajax.inc  |   178 +
 .../modules/contrib/views/includes/analyze.inc     |   108 +
 .../boinc/modules/contrib/views/includes/base.inc  |   127 +
 .../boinc/modules/contrib/views/includes/cache.inc |   293 +
 .../modules/contrib/views/includes/convert.inc     |   548 +
 .../boinc/modules/contrib/views/includes/form.inc  |   300 +
 .../modules/contrib/views/includes/handlers.inc    |  1483 ++
 .../modules/contrib/views/includes/plugins.inc     |   407 +
 .../boinc/modules/contrib/views/includes/query.inc |  1011 ++
 .../boinc/modules/contrib/views/includes/tabs.inc  |   192 +
 .../boinc/modules/contrib/views/includes/view.inc  |  2123 +++
 .../default/boinc/modules/contrib/views/js/ajax.js |   365 +
 .../boinc/modules/contrib/views/js/ajax_view.js    |   167 +
 .../default/boinc/modules/contrib/views/js/base.js |   122 +
 .../boinc/modules/contrib/views/js/dependent.js    |   195 +
 .../default/boinc/modules/contrib/views/js/tabs.js |   401 +
 .../boinc/modules/contrib/views/js/view-list.js    |    13 +
 .../contrib/views/modules/aggregator.views.inc     |   456 +
 ...ws_handler_argument_aggregator_category_cid.inc |    20 +
 .../views_handler_argument_aggregator_fid.inc      |    21 +
 .../views_handler_argument_aggregator_iid.inc      |    20 +
 .../views_handler_field_aggregator_category.inc    |    52 +
 .../views_handler_field_aggregator_title_link.inc  |    43 +
 .../views_handler_field_aggregator_xss.inc         |    13 +
 ...iews_handler_filter_aggregator_category_cid.inc |    19 +
 .../aggregator/views_plugin_row_aggregator_rss.inc |    64 +
 .../modules/contrib/views/modules/book.views.inc   |   123 +
 .../contrib/views/modules/book.views_convert.inc   |    80 +
 .../contrib/views/modules/comment.views.inc        |   564 +
 .../views/modules/comment.views_convert.inc        |   131 +
 .../views/modules/comment.views_default.inc        |   356 +
 .../views_handler_argument_comment_user_uid.inc    |    40 +
 .../comment/views_handler_field_comment.inc        |    49 +
 .../comment/views_handler_field_comment_depth.inc  |    13 +
 .../comment/views_handler_field_comment_link.inc   |    37 +
 .../views_handler_field_comment_link_delete.inc    |    14 +
 .../views_handler_field_comment_link_edit.inc      |    47 +
 .../views_handler_field_comment_link_reply.inc     |    15 +
 .../views_handler_field_comment_node_link.inc      |    59 +
 .../views_handler_field_comment_username.inc       |    47 +
 .../views_handler_field_last_comment_timestamp.inc |    17 +
 .../views_handler_field_ncs_last_comment_name.inc  |    45 +
 .../views_handler_field_ncs_last_updated.inc       |    11 +
 .../comment/views_handler_field_node_comment.inc   |    18 +
 .../views_handler_field_node_new_comments.inc      |   100 +
 .../views_handler_filter_comment_user_uid.inc      |    22 +
 .../views_handler_filter_ncs_last_updated.inc      |    17 +
 .../comment/views_handler_filter_node_comment.inc  |    14 +
 .../comment/views_handler_sort_comment_thread.inc  |    20 +
 .../views_handler_sort_ncs_last_comment_name.inc   |    22 +
 .../views_handler_sort_ncs_last_updated.inc        |    12 +
 .../comment/views_plugin_row_comment_rss.inc       |    41 +
 .../comment/views_plugin_row_comment_view.inc      |    49 +
 .../contrib/views/modules/contact.views.inc        |    32 +
 .../contact/views_handler_field_contact_link.inc   |    71 +
 .../modules/contrib/views/modules/filter.views.inc |    54 +
 .../views_handler_field_filter_format_name.inc     |    28 +
 .../modules/contrib/views/modules/locale.views.inc |   246 +
 .../locale/views_handler_argument_locale_group.inc |    34 +
 .../views_handler_argument_locale_language.inc     |    32 +
 .../locale/views_handler_field_locale_group.inc    |    13 +
 .../locale/views_handler_field_locale_language.inc |    28 +
 .../views_handler_field_locale_link_edit.inc       |    44 +
 .../locale/views_handler_filter_locale_group.inc   |    17 +
 .../views_handler_filter_locale_language.inc       |    16 +
 .../locale/views_handler_filter_locale_version.inc |    21 +
 .../modules/contrib/views/modules/node.views.inc   |   886 +
 .../contrib/views/modules/node.views_convert.inc   |   181 +
 .../contrib/views/modules/node.views_default.inc   |   377 +
 .../node/views_handler_argument_dates_various.inc  |   169 +
 .../node/views_handler_argument_node_language.inc  |    31 +
 .../node/views_handler_argument_node_nid.inc       |    25 +
 .../node/views_handler_argument_node_type.inc      |    35 +
 .../node/views_handler_argument_node_vid.inc       |    27 +
 .../views_handler_field_history_user_timestamp.inc |    71 +
 .../modules/node/views_handler_field_node.inc      |    73 +
 .../modules/node/views_handler_field_node_link.inc |    38 +
 .../node/views_handler_field_node_link_delete.inc  |    29 +
 .../node/views_handler_field_node_link_edit.inc    |    29 +
 .../modules/node/views_handler_field_node_path.inc |    39 +
 .../node/views_handler_field_node_revision.inc     |    59 +
 ...ews_handler_field_node_revision_link_delete.inc |    37 +
 ...ews_handler_field_node_revision_link_revert.inc |    38 +
 .../modules/node/views_handler_field_node_type.inc |    42 +
 ...views_handler_filter_history_user_timestamp.inc |    71 +
 .../node/views_handler_filter_node_access.inc      |    32 +
 .../node/views_handler_filter_node_status.inc      |    13 +
 .../node/views_handler_filter_node_type.inc        |    17 +
 .../node/views_plugin_argument_default_node.inc    |    27 +
 .../node/views_plugin_argument_validate_node.inc   |   122 +
 .../modules/node/views_plugin_row_node_rss.inc     |   141 +
 .../modules/node/views_plugin_row_node_view.inc    |    72 +
 .../modules/contrib/views/modules/poll.views.inc   |    55 +
 .../contrib/views/modules/profile.views.inc        |   245 +
 .../views/modules/profile.views_convert.inc        |    39 +
 .../profile/views_handler_field_profile_date.inc   |    81 +
 .../profile/views_handler_field_profile_list.inc   |    33 +
 .../views_handler_filter_profile_selection.inc     |    23 +
 .../modules/contrib/views/modules/search.views.inc |   223 +
 .../contrib/views/modules/search.views_convert.inc |    23 +
 .../contrib/views/modules/search.views_default.inc |   149 +
 .../search/views_handler_field_search_score.inc    |    81 +
 .../modules/search/views_handler_filter_search.inc |   112 +
 .../search/views_handler_sort_search_score.inc     |    24 +
 .../search/views_plugin_row_search_view.inc        |    33 +
 .../contrib/views/modules/statistics.views.inc     |   273 +
 .../views/modules/statistics.views_convert.inc     |    51 +
 .../views/modules/statistics.views_default.inc     |   302 +
 .../views_handler_field_accesslog_path.inc         |    45 +
 .../views_handler_field_node_counter_timestamp.inc |    21 +
 .../views_handler_field_statistics_numeric.inc     |    21 +
 .../modules/contrib/views/modules/system.views.inc |   229 +
 .../system/views_handler_argument_file_fid.inc     |    17 +
 .../modules/system/views_handler_field_file.inc    |    52 +
 .../system/views_handler_field_file_status.inc     |    10 +
 .../system/views_handler_filter_file_status.inc    |    12 +
 .../contrib/views/modules/taxonomy.views.inc       |   499 +
 .../views/modules/taxonomy.views_convert.inc       |   102 +
 .../views/modules/taxonomy.views_default.inc       |   182 +
 .../taxonomy/views_handler_argument_taxonomy.inc   |    19 +
 .../views_handler_argument_term_node_tid.inc       |    41 +
 .../views_handler_argument_term_node_tid_depth.inc |   136 +
 ...ndler_argument_term_node_tid_depth_modifier.inc |    58 +
 .../views_handler_argument_vocabulary_vid.inc      |    19 +
 .../taxonomy/views_handler_field_taxonomy.inc      |    58 +
 .../taxonomy/views_handler_field_term_node_tid.inc |   119 +
 .../views_handler_filter_term_node_tid.inc         |   302 +
 .../views_handler_filter_term_node_tid_depth.inc   |    89 +
 .../views_handler_filter_vocabulary_vid.inc        |    18 +
 .../views_handler_relationship_node_term_data.inc  |    74 +
 .../views_plugin_argument_default_taxonomy_tid.inc |   124 +
 ...iews_plugin_argument_validate_taxonomy_term.inc |   148 +
 .../contrib/views/modules/translation.views.inc    |   191 +
 .../views_handler_argument_node_language.inc       |    31 +
 .../views_handler_argument_node_tnid.inc           |    25 +
 .../views_handler_field_node_language.inc          |    29 +
 .../views_handler_field_node_link_translate.inc    |    31 +
 .../views_handler_field_node_translation_link.inc  |    32 +
 .../views_handler_filter_node_language.inc         |    15 +
 .../translation/views_handler_filter_node_tnid.inc |    38 +
 .../views_handler_filter_node_tnid_child.inc       |    15 +
 .../views_handler_relationship_translation.inc     |    96 +
 .../modules/contrib/views/modules/upload.views.inc |   163 +
 .../contrib/views/modules/upload.views_convert.inc |   107 +
 .../views_handler_field_upload_description.inc     |    72 +
 .../upload/views_handler_field_upload_fid.inc      |    85 +
 .../upload/views_handler_filter_upload_fid.inc     |    17 +
 .../modules/contrib/views/modules/user.views.inc   |   481 +
 .../contrib/views/modules/user.views_convert.inc   |    60 +
 .../user/views_handler_argument_user_uid.inc       |    29 +
 .../views_handler_argument_users_roles_rid.inc     |    17 +
 .../modules/user/views_handler_field_user.inc      |    47 +
 .../user/views_handler_field_user_language.inc     |    28 +
 .../modules/user/views_handler_field_user_link.inc |    42 +
 .../user/views_handler_field_user_link_delete.inc  |    17 +
 .../user/views_handler_field_user_link_edit.inc    |    17 +
 .../modules/user/views_handler_field_user_mail.inc |    32 +
 .../modules/user/views_handler_field_user_name.inc |    62 +
 .../user/views_handler_field_user_picture.inc      |    28 +
 .../user/views_handler_field_user_roles.inc        |    46 +
 .../user/views_handler_filter_user_current.inc     |    27 +
 .../user/views_handler_filter_user_name.inc        |   143 +
 .../user/views_handler_filter_user_roles.inc       |    20 +
 .../views_plugin_argument_default_current_user.inc |    16 +
 .../user/views_plugin_argument_default_user.inc    |    72 +
 .../user/views_plugin_argument_validate_user.inc   |   117 +
 .../modules/contrib/views/modules/views.views.inc  |    69 +
 .../contrib/views/plugins/views_plugin_access.inc  |    81 +
 .../views/plugins/views_plugin_access_none.inc     |    10 +
 .../views/plugins/views_plugin_access_perm.inc     |    39 +
 .../views/plugins/views_plugin_access_role.inc     |    54 +
 .../plugins/views_plugin_argument_default.inc      |    78 +
 .../plugins/views_plugin_argument_default_php.inc  |    51 +
 .../plugins/views_plugin_argument_validate.inc     |    70 +
 .../views_plugin_argument_validate_numeric.inc     |    27 +
 .../plugins/views_plugin_argument_validate_php.inc |    47 +
 .../contrib/views/plugins/views_plugin_cache.inc   |   299 +
 .../views/plugins/views_plugin_cache_none.inc      |    18 +
 .../views/plugins/views_plugin_cache_time.inc      |    55 +
 .../contrib/views/plugins/views_plugin_display.inc |  1995 +++
 .../plugins/views_plugin_display_attachment.inc    |   278 +
 .../views/plugins/views_plugin_display_block.inc   |   192 +
 .../views/plugins/views_plugin_display_default.inc |    55 +
 .../views/plugins/views_plugin_display_feed.inc    |   205 +
 .../views/plugins/views_plugin_display_page.inc    |   509 +
 .../contrib/views/plugins/views_plugin_row.inc     |   139 +
 .../views/plugins/views_plugin_row_fields.inc      |    67 +
 .../contrib/views/plugins/views_plugin_style.inc   |   274 +
 .../views/plugins/views_plugin_style_default.inc   |    24 +
 .../views/plugins/views_plugin_style_grid.inc      |    60 +
 .../views/plugins/views_plugin_style_jump_menu.inc |   155 +
 .../views/plugins/views_plugin_style_list.inc      |    37 +
 .../views/plugins/views_plugin_style_rss.inc       |   109 +
 .../views/plugins/views_plugin_style_summary.inc   |    69 +
 .../views_plugin_style_summary_jump_menu.inc       |   123 +
 .../views_plugin_style_summary_unformatted.inc     |    34 +
 .../views/plugins/views_plugin_style_table.inc     |   254 +
 .../boinc/modules/contrib/views/theme/theme.inc    |   756 +
 .../contrib/views/theme/views-exposed-form.tpl.php |    47 +
 .../modules/contrib/views/theme/views-more.tpl.php |    16 +
 .../contrib/views/theme/views-ui-edit-item.tpl.php |    45 +
 .../contrib/views/theme/views-ui-edit-tab.tpl.php  |    98 +
 .../contrib/views/theme/views-ui-edit-view.tpl.php |    45 +
 .../views/theme/views-ui-list-views.tpl.php        |    41 +
 .../contrib/views/theme/views-view-field.tpl.php   |    22 +
 .../contrib/views/theme/views-view-fields.tpl.php  |    38 +
 .../contrib/views/theme/views-view-grid.tpl.php    |    37 +
 .../contrib/views/theme/views-view-list.tpl.php    |    20 +
 .../views/theme/views-view-row-comment.tpl.php     |    17 +
 .../views/theme/views-view-row-node.tpl.php        |    20 +
 .../contrib/views/theme/views-view-row-rss.tpl.php |    14 +
 .../contrib/views/theme/views-view-rss.tpl.php     |    19 +
 .../theme/views-view-summary-unformatted.tpl.php   |    19 +
 .../contrib/views/theme/views-view-summary.tpl.php |    19 +
 .../contrib/views/theme/views-view-table.tpl.php   |    41 +
 .../views/theme/views-view-unformatted.tpl.php     |    16 +
 .../modules/contrib/views/theme/views-view.tpl.php |    91 +
 .../boinc/modules/contrib/views/views.drush.inc    |    13 +
 .../default/boinc/modules/contrib/views/views.info |    10 +
 .../boinc/modules/contrib/views/views.install      |   518 +
 .../boinc/modules/contrib/views/views.module       |  1374 ++
 .../boinc/modules/contrib/views/views2.doxy        |  1252 ++
 .../contrib/views/views_export/views_export.css    |    12 +
 .../contrib/views/views_export/views_export.info   |    12 +
 .../contrib/views/views_export/views_export.module |   256 +
 .../modules/contrib/views/views_revert.drush.inc   |   154 +
 .../boinc/modules/contrib/views/views_ui.info      |    11 +
 .../boinc/modules/contrib/views/views_ui.module    |   301 +
 .../boinc/modules/contrib/wysiwyg/CHANGELOG.txt    |   306 +
 .../boinc/modules/contrib/wysiwyg/LICENSE.txt      |   274 +
 .../boinc/modules/contrib/wysiwyg/README.txt       |    52 +
 .../modules/contrib/wysiwyg/editors/ckeditor.inc   |   333 +
 .../contrib/wysiwyg/editors/css/openwysiwyg.css    |    11 +
 .../contrib/wysiwyg/editors/css/tinymce-2.css      |    27 +
 .../contrib/wysiwyg/editors/css/tinymce-3.css      |    24 +
 .../modules/contrib/wysiwyg/editors/fckeditor.inc  |   292 +
 .../contrib/wysiwyg/editors/js/ckeditor-3.0.js     |   217 +
 .../contrib/wysiwyg/editors/js/fckeditor-2.6.js    |   181 +
 .../contrib/wysiwyg/editors/js/fckeditor.config.js |    73 +
 .../modules/contrib/wysiwyg/editors/js/jwysiwyg.js |    25 +
 .../modules/contrib/wysiwyg/editors/js/markitup.js |    29 +
 .../modules/contrib/wysiwyg/editors/js/nicedit.js  |    95 +
 .../modules/contrib/wysiwyg/editors/js/none.js     |    72 +
 .../contrib/wysiwyg/editors/js/openwysiwyg.js      |    68 +
 .../contrib/wysiwyg/editors/js/tinymce-2.js        |   213 +
 .../contrib/wysiwyg/editors/js/tinymce-3.js        |   239 +
 .../contrib/wysiwyg/editors/js/whizzywig-56.js     |   133 +
 .../contrib/wysiwyg/editors/js/whizzywig-60.js     |    85 +
 .../contrib/wysiwyg/editors/js/whizzywig.js        |   126 +
 .../contrib/wysiwyg/editors/js/wymeditor.js        |    56 +
 .../modules/contrib/wysiwyg/editors/js/yui.js      |    35 +
 .../modules/contrib/wysiwyg/editors/jwysiwyg.inc   |    62 +
 .../modules/contrib/wysiwyg/editors/markitup.inc   |   186 +
 .../modules/contrib/wysiwyg/editors/nicedit.inc    |   119 +
 .../contrib/wysiwyg/editors/openwysiwyg.inc        |   173 +
 .../modules/contrib/wysiwyg/editors/tinymce.inc    |   618 +
 .../modules/contrib/wysiwyg/editors/whizzywig.inc  |   147 +
 .../modules/contrib/wysiwyg/editors/wymeditor.inc  |   233 +
 .../boinc/modules/contrib/wysiwyg/editors/yui.inc  |   297 +
 .../modules/contrib/wysiwyg/plugins/break.inc      |    21 +
 .../contrib/wysiwyg/plugins/break/break.css        |    10 +
 .../modules/contrib/wysiwyg/plugins/break/break.js |    68 +
 .../contrib/wysiwyg/plugins/break/images/break.gif |   Bin 0 -> 108 bytes
 .../wysiwyg/plugins/break/images/breaktext.gif     |   Bin 0 -> 255 bytes
 .../wysiwyg/plugins/break/images/spacer.gif        |   Bin 0 -> 43 bytes
 .../contrib/wysiwyg/plugins/break/langs/ca.js      |     6 +
 .../contrib/wysiwyg/plugins/break/langs/de.js      |     6 +
 .../contrib/wysiwyg/plugins/break/langs/en.js      |     6 +
 .../contrib/wysiwyg/plugins/break/langs/es.js      |     6 +
 .../contrib/wysiwyg/wysiwyg-dialog-page.tpl.php    |    84 +
 ...s-and-features-support-for-6.x-1060846-31.patch |   406 +
 .../modules/contrib/wysiwyg/wysiwyg.admin.inc      |   583 +
 .../boinc/modules/contrib/wysiwyg/wysiwyg.api.js   |    97 +
 .../boinc/modules/contrib/wysiwyg/wysiwyg.api.php  |   206 +
 .../modules/contrib/wysiwyg/wysiwyg.dialog.inc     |    63 +
 .../boinc/modules/contrib/wysiwyg/wysiwyg.info     |    10 +
 .../boinc/modules/contrib/wysiwyg/wysiwyg.init.js  |    21 +
 .../boinc/modules/contrib/wysiwyg/wysiwyg.install  |   361 +
 .../boinc/modules/contrib/wysiwyg/wysiwyg.js       |   231 +
 .../boinc/modules/contrib/wysiwyg/wysiwyg.module   |  1105 ++
 .../modules/contrib/wysiwyg/wysiwyg.module.old     |  1016 ++
 .../contrib/wysiwyg_tweaks/wysiwyg_tweaks.info     |     4 +
 .../contrib/wysiwyg_tweaks/wysiwyg_tweaks.module   |    18 +
 .../flag_comment_notify/flag_comment_notify.info   |    10 +
 .../flag_comment_notify/flag_comment_notify.module |   100 +
 .../boinc/modules/node_comment_block/LICENSE.txt   |   339 +
 .../boinc/modules/node_comment_block/README.txt    |    28 +
 .../node_comment_block/node-comment-block.css      |     3 +
 .../node_comment_block/node_comment_block.info     |     5 +
 .../node_comment_block/node_comment_block.module   |   122 +
 drupal/sites/default/boinc/themes/boinc/README.txt |   118 +
 drupal/sites/default/boinc/themes/boinc/boinc.info |   109 +
 .../default/boinc/themes/boinc/css/README.txt      |    24 +
 .../boinc/themes/boinc/css/block-editing-rtl.css   |    11 +
 .../boinc/themes/boinc/css/block-editing.css       |    27 +
 .../default/boinc/themes/boinc/css/blocks.css      |    96 +
 .../default/boinc/themes/boinc/css/comments.css    |   414 +
 .../boinc/themes/boinc/css/drupal6-reference.css   |  1985 +++
 .../default/boinc/themes/boinc/css/fields.css      |    46 +
 .../boinc/themes/boinc/css/font-awesome.css        |  2199 +++
 .../boinc/themes/boinc/css/font-awesome.min.css    |     4 +
 .../default/boinc/themes/boinc/css/forms-rtl.css   |    48 +
 .../sites/default/boinc/themes/boinc/css/forms.css |   623 +
 .../boinc/themes/boinc/css/html-reset-rtl.css      |    39 +
 .../default/boinc/themes/boinc/css/html-reset.css  |   346 +
 drupal/sites/default/boinc/themes/boinc/css/ie.css |    51 +
 .../default/boinc/themes/boinc/css/ie6-rtl.css     |    14 +
 .../sites/default/boinc/themes/boinc/css/ie6.css   |   103 +
 .../boinc/themes/boinc/css/layout-fixed-rtl.css    |    76 +
 .../boinc/themes/boinc/css/layout-fixed.css        |   307 +
 .../boinc/themes/boinc/css/layout-liquid-rtl.css   |    70 +
 .../boinc/themes/boinc/css/layout-liquid.css       |   204 +
 .../boinc/themes/boinc/css/messages-rtl.css        |    15 +
 .../default/boinc/themes/boinc/css/messages.css    |    55 +
 .../default/boinc/themes/boinc/css/navigation.css  |   104 +
 .../sites/default/boinc/themes/boinc/css/nodes.css |    93 +
 .../boinc/themes/boinc/css/page-backgrounds.css    |    41 +
 .../default/boinc/themes/boinc/css/pages-rtl.css   |    21 +
 .../sites/default/boinc/themes/boinc/css/pages.css |   984 ++
 .../boinc/themes/boinc/css/panels-styles.css       |   180 +
 .../sites/default/boinc/themes/boinc/css/print.css |    75 +
 .../boinc/themes/boinc/css/responsive-jswidth.css  |   117 +
 .../boinc/themes/boinc/css/responsive-media.css    |   156 +
 .../default/boinc/themes/boinc/css/tabs-rtl.css    |    24 +
 .../sites/default/boinc/themes/boinc/css/tabs.css  |   177 +
 .../boinc/themes/boinc/css/views-styles.css        |   239 +
 .../default/boinc/themes/boinc/css/wireframes.css  |    26 +
 .../sites/default/boinc/themes/boinc/favicon.ico   |   Bin 0 -> 15086 bytes
 .../boinc/themes/boinc/fonts/FontAwesome.otf       |   Bin 0 -> 124988 bytes
 .../themes/boinc/fonts/fontawesome-webfont.eot     |   Bin 0 -> 76518 bytes
 .../themes/boinc/fonts/fontawesome-webfont.svg     |   685 +
 .../themes/boinc/fonts/fontawesome-webfont.ttf     |   Bin 0 -> 152796 bytes
 .../themes/boinc/fonts/fontawesome-webfont.woff    |   Bin 0 -> 90412 bytes
 .../themes/boinc/fonts/fontawesome-webfont.woff2   |   Bin 0 -> 71896 bytes
 .../boinc/themes/boinc/images-source/messages.psd  |   Bin 0 -> 199810 bytes
 .../themes/boinc/images-source/panels-layouts.psd  |   Bin 0 -> 78724 bytes
 .../themes/boinc/images-source/screenshot.psd      |   Bin 0 -> 196125 bytes
 .../boinc/themes/boinc/images-source/tabs.psd      |   Bin 0 -> 56436 bytes
 .../default/boinc/themes/boinc/images/flags/ar.png |   Bin 0 -> 938 bytes
 .../default/boinc/themes/boinc/images/flags/bg.png |   Bin 0 -> 118 bytes
 .../default/boinc/themes/boinc/images/flags/ca.png |   Bin 0 -> 134 bytes
 .../default/boinc/themes/boinc/images/flags/cs.png |   Bin 0 -> 191 bytes
 .../default/boinc/themes/boinc/images/flags/da.png |   Bin 0 -> 130 bytes
 .../default/boinc/themes/boinc/images/flags/de.png |   Bin 0 -> 111 bytes
 .../default/boinc/themes/boinc/images/flags/el.png |   Bin 0 -> 189 bytes
 .../default/boinc/themes/boinc/images/flags/en.png |     1 +
 .../default/boinc/themes/boinc/images/flags/eo.png |   Bin 0 -> 153 bytes
 .../default/boinc/themes/boinc/images/flags/es.png |   Bin 0 -> 241 bytes
 .../default/boinc/themes/boinc/images/flags/et.png |   Bin 0 -> 144 bytes
 .../default/boinc/themes/boinc/images/flags/eu.png |   Bin 0 -> 407 bytes
 .../default/boinc/themes/boinc/images/flags/fa.png |   Bin 0 -> 324 bytes
 .../default/boinc/themes/boinc/images/flags/fi.png |   Bin 0 -> 145 bytes
 .../default/boinc/themes/boinc/images/flags/fo.png |   Bin 0 -> 182 bytes
 .../default/boinc/themes/boinc/images/flags/fr.png |   Bin 0 -> 116 bytes
 .../default/boinc/themes/boinc/images/flags/ga.png |   Bin 0 -> 117 bytes
 .../default/boinc/themes/boinc/images/flags/gb.png |   Bin 0 -> 210 bytes
 .../default/boinc/themes/boinc/images/flags/gl.png |   Bin 0 -> 396 bytes
 .../default/boinc/themes/boinc/images/flags/he.png |   Bin 0 -> 165 bytes
 .../default/boinc/themes/boinc/images/flags/hi.png |   Bin 0 -> 171 bytes
 .../default/boinc/themes/boinc/images/flags/hr.png |   Bin 0 -> 304 bytes
 .../default/boinc/themes/boinc/images/flags/hu.png |   Bin 0 -> 119 bytes
 .../default/boinc/themes/boinc/images/flags/id.png |   Bin 0 -> 107 bytes
 .../default/boinc/themes/boinc/images/flags/is.png |   Bin 0 -> 157 bytes
 .../default/boinc/themes/boinc/images/flags/it.png |   Bin 0 -> 116 bytes
 .../default/boinc/themes/boinc/images/flags/ja.png |   Bin 0 -> 154 bytes
 .../default/boinc/themes/boinc/images/flags/km.png |   Bin 0 -> 273 bytes
 .../default/boinc/themes/boinc/images/flags/ko.png |   Bin 0 -> 567 bytes
 .../default/boinc/themes/boinc/images/flags/lb.png |   Bin 0 -> 119 bytes
 .../default/boinc/themes/boinc/images/flags/lt.png |   Bin 0 -> 147 bytes
 .../default/boinc/themes/boinc/images/flags/lv.png |   Bin 0 -> 144 bytes
 .../default/boinc/themes/boinc/images/flags/mn.png |   Bin 0 -> 238 bytes
 .../default/boinc/themes/boinc/images/flags/nb.png |   Bin 0 -> 128 bytes
 .../default/boinc/themes/boinc/images/flags/nl.png |   Bin 0 -> 121 bytes
 .../default/boinc/themes/boinc/images/flags/nn.png |   Bin 0 -> 128 bytes
 .../default/boinc/themes/boinc/images/flags/pl.png |   Bin 0 -> 113 bytes
 .../boinc/themes/boinc/images/flags/pt-br.png      |   Bin 0 -> 313 bytes
 .../boinc/themes/boinc/images/flags/pt-pt.png      |   Bin 0 -> 271 bytes
 .../default/boinc/themes/boinc/images/flags/ro.png |   Bin 0 -> 111 bytes
 .../default/boinc/themes/boinc/images/flags/ru.png |   Bin 0 -> 121 bytes
 .../boinc/themes/boinc/images/flags/sco.png        |   Bin 0 -> 188 bytes
 .../default/boinc/themes/boinc/images/flags/se.png |   Bin 0 -> 219 bytes
 .../default/boinc/themes/boinc/images/flags/sk.png |   Bin 0 -> 259 bytes
 .../default/boinc/themes/boinc/images/flags/sl.png |   Bin 0 -> 197 bytes
 .../default/boinc/themes/boinc/images/flags/sq.png |   Bin 0 -> 266 bytes
 .../default/boinc/themes/boinc/images/flags/sr.png |   Bin 0 -> 475 bytes
 .../default/boinc/themes/boinc/images/flags/sv.png |   Bin 0 -> 144 bytes
 .../default/boinc/themes/boinc/images/flags/tg.png |   Bin 0 -> 211 bytes
 .../default/boinc/themes/boinc/images/flags/th.png |   Bin 0 -> 132 bytes
 .../default/boinc/themes/boinc/images/flags/tl.png |   Bin 0 -> 347 bytes
 .../default/boinc/themes/boinc/images/flags/tr.png |   Bin 0 -> 198 bytes
 .../default/boinc/themes/boinc/images/flags/uk.png |   Bin 0 -> 108 bytes
 .../default/boinc/themes/boinc/images/flags/us.png |   Bin 0 -> 770 bytes
 .../default/boinc/themes/boinc/images/flags/vi.png |   Bin 0 -> 223 bytes
 .../boinc/themes/boinc/images/flags/zh-cn.png      |     1 +
 .../boinc/themes/boinc/images/flags/zh-hans.png    |   Bin 0 -> 262 bytes
 .../boinc/themes/boinc/images/flags/zh-hant.png    |   Bin 0 -> 174 bytes
 .../boinc/themes/boinc/images/flags/zh-tw.png      |     1 +
 .../boinc/themes/boinc/images/heading-bg.png       |   Bin 0 -> 176 bytes
 .../boinc/themes/boinc/images/icon-green-light.png |   Bin 0 -> 313 bytes
 .../boinc/themes/boinc/images/icon-linux.png       |   Bin 0 -> 1153 bytes
 .../default/boinc/themes/boinc/images/icon-mac.png |   Bin 0 -> 883 bytes
 .../boinc/themes/boinc/images/icon-red-light.png   |   Bin 0 -> 318 bytes
 .../boinc/themes/boinc/images/icon-screensaver.png |   Bin 0 -> 4673 bytes
 .../boinc/themes/boinc/images/icon-windows.png     |   Bin 0 -> 1045 bytes
 .../themes/boinc/images/icon-yellow-light.png      |   Bin 0 -> 318 bytes
 .../boinc/themes/boinc/images/menu-bg-active.png   |   Bin 0 -> 211 bytes
 .../default/boinc/themes/boinc/images/menu-bg.png  |   Bin 0 -> 197 bytes
 .../boinc/themes/boinc/images/menu-divider.png     |   Bin 0 -> 189 bytes
 .../boinc/themes/boinc/images/menu-separator.png   |   Bin 0 -> 178 bytes
 .../themes/boinc/images/messages-error-ie6.png     |   Bin 0 -> 719 bytes
 .../boinc/themes/boinc/images/messages-error.png   |   Bin 0 -> 727 bytes
 .../themes/boinc/images/messages-status-ie6.png    |   Bin 0 -> 610 bytes
 .../boinc/themes/boinc/images/messages-status.png  |   Bin 0 -> 560 bytes
 .../themes/boinc/images/messages-warning-ie6.png   |   Bin 0 -> 693 bytes
 .../boinc/themes/boinc/images/messages-warning.png |   Bin 0 -> 664 bytes
 .../boinc/themes/boinc/images/orange-bars-nav.png  |   Bin 0 -> 1372 bytes
 .../boinc/themes/boinc/images/orange-bars.png      |   Bin 0 -> 4149 bytes
 .../default/boinc/themes/boinc/images/search.png   |   Bin 0 -> 339 bytes
 .../themes/boinc/images/speech-bubble-tail.png     |   Bin 0 -> 243 bytes
 .../default/boinc/themes/boinc/images/tab-bar.png  |   Bin 0 -> 160 bytes
 .../boinc/themes/boinc/images/tab-left-ie6.png     |   Bin 0 -> 331 bytes
 .../default/boinc/themes/boinc/images/tab-left.png |   Bin 0 -> 303 bytes
 .../boinc/themes/boinc/images/tab-right-ie6.png    |   Bin 0 -> 473 bytes
 .../boinc/themes/boinc/images/tab-right.png        |   Bin 0 -> 685 bytes
 .../boinc/themes/boinc/images/tab-secondary-bg.png |   Bin 0 -> 166 bytes
 .../boinc/themes/boinc/images/tab-secondary.png    |   Bin 0 -> 195 bytes
 .../sites/default/boinc/themes/boinc/js/README.txt |    16 +
 .../default/boinc/themes/boinc/js/fancy-radios.js  |    30 +
 .../boinc/themes/boinc/js/jquery.detectwidths.js   |   132 +
 .../boinc/themes/boinc/js/jquery.equalheights.js   |    98 +
 .../boinc/themes/boinc/js/jquery.headerwidth.js    |    32 +
 .../sites/default/boinc/themes/boinc/js/prefs.js   |    10 +
 .../sites/default/boinc/themes/boinc/js/script.js  |     5 +
 drupal/sites/default/boinc/themes/boinc/logo.png   |   Bin 0 -> 141 bytes
 .../default/boinc/themes/boinc/screenshot.png      |   Bin 0 -> 2342 bytes
 .../boinc/themes/boinc/shared/blue_gradient.png    |   Bin 0 -> 840 bytes
 .../boinc/themes/boinc/shared/boinc_fade_600.png   |   Bin 0 -> 32331 bytes
 .../boinc/themes/boinc/shared/boinc_logo_trans.gif |   Bin 0 -> 4104 bytes
 .../boinc/themes/boinc/shared/boincstats_icon.png  |   Bin 0 -> 2115 bytes
 .../default/boinc/themes/boinc/shared/donor.png    |   Bin 0 -> 789 bytes
 .../boinc/themes/boinc/shared/emphasized_post.png  |   Bin 0 -> 214 bytes
 .../boinc/themes/boinc/shared/filtered_post.png    |   Bin 0 -> 274 bytes
 .../default/boinc/themes/boinc/shared/flags/da.png |   Bin 0 -> 161 bytes
 .../boinc/themes/boinc/shared/freedc_icon.png      |   Bin 0 -> 2537 bytes
 .../boinc/themes/boinc/shared/gray_gradient.png    |   Bin 0 -> 7908 bytes
 .../default/boinc/themes/boinc/shared/head.png     |   Bin 0 -> 1247 bytes
 .../default/boinc/themes/boinc/shared/head_20.png  |   Bin 0 -> 648 bytes
 .../boinc/themes/boinc/shared/locked_post.png      |   Bin 0 -> 211 bytes
 .../boinc/themes/boinc/shared/paypal_logo.png      |   Bin 0 -> 2869 bytes
 .../default/boinc/themes/boinc/shared/pb_boinc.gif |   Bin 0 -> 2722 bytes
 .../sites/default/boinc/themes/boinc/shared/pm.png |   Bin 0 -> 224 bytes
 .../boinc/themes/boinc/shared/rate_negative.png    |   Bin 0 -> 220 bytes
 .../boinc/themes/boinc/shared/rate_positive.png    |   Bin 0 -> 257 bytes
 .../boinc/themes/boinc/shared/report_post.png      |   Bin 0 -> 241 bytes
 .../default/boinc/themes/boinc/shared/rss_icon.gif |   Bin 0 -> 641 bytes
 .../themes/boinc/shared/sticky_locked_post.png     |   Bin 0 -> 373 bytes
 .../boinc/themes/boinc/shared/sticky_post.png      |   Bin 0 -> 403 bytes
 .../boinc/themes/boinc/shared/unread_locked.png    |   Bin 0 -> 213 bytes
 .../boinc/themes/boinc/shared/unread_post.png      |   Bin 0 -> 296 bytes
 .../boinc/themes/boinc/shared/unread_sticky.png    |   Bin 0 -> 417 bytes
 .../themes/boinc/shared/unread_sticky_locked.png   |   Bin 0 -> 399 bytes
 .../default/boinc/themes/boinc/shared/xml.gif      |   Bin 0 -> 243 bytes
 .../sites/default/boinc/themes/boinc/template.php  |   836 +
 .../boinc/themes/boinc/templates/README.txt        |    84 +
 .../boinc/themes/boinc/templates/block.tpl.php     |    66 +
 .../themes/boinc/templates/comment-wrapper.tpl.php |    47 +
 .../boinc/themes/boinc/templates/comment.tpl.php   |   195 +
 .../themes/boinc/templates/forum-icon.tpl.php      |    25 +
 .../themes/boinc/templates/forum-list.tpl.php      |   122 +
 .../themes/boinc/templates/forum-submitted.tpl.php |    29 +
 .../boinc/templates/forum-topic-list.tpl.php       |   130 +
 .../boinc/templates/forum-topic-navigation.tpl.php |    35 +
 .../boinc/themes/boinc/templates/forums.tpl.php    |    29 +
 .../boinc/templates/maintenance-page.tpl.php       |   113 +
 .../boinc/templates/mobile_menu_toggle.tpl.php     |     4 +
 .../themes/boinc/templates/node-forum.tpl.php      |   213 +
 .../themes/boinc/templates/node-team_forum.tpl.php |   230 +
 .../boinc/themes/boinc/templates/node.tpl.php      |   121 +
 .../boinc/themes/boinc/templates/page.tpl.php      |   410 +
 .../boinc/templates/privatemsg-recipients.tpl.php  |     9 +
 .../themes/boinc/templates/privatemsg-view.tpl.php |    26 +
 .../themes/boinc/templates/region-sidebar.tpl.php  |    33 +
 .../boinc/themes/boinc/templates/region.tpl.php    |    33 +
 .../themes/boinc/templates/search-result.tpl.php   |   139 +
 .../themes/boinc/templates/user-picture.tpl.php    |    20 +
 .../boinc/templates/user-profile-category.tpl.php  |    34 +
 .../boinc/templates/user-profile-item.tpl.php      |    27 +
 .../themes/boinc/templates/user-profile.tpl.php    |   187 +
 .../views-view--boinc-team-forum-topics.tpl.php    |   135 +
 .../views-view--boinc-workunit--page.tpl.php       |   106 +
 ...view-field--boinc-account-tasks-all--id.tpl.php |    25 +
 .../views-view-field--boinc-friends--ops.tpl.php   |    26 +
 ...ws-view-field--boinc-friends--page--uid.tpl.php |    26 +
 ...-view-field--boinc-friends--page-2--ops.tpl.php |    22 +
 ...-view-field--boinc-friends--page-2--uid.tpl.php |    22 +
 ...ws-view-field--boinc-host-tasks-all--id.tpl.php |    25 +
 ...view-field--boinc-task--peak-disk-usage.tpl.php |    22 +
 ...-view-field--boinc-task--peak-swap-size.tpl.php |    22 +
 ...ield--boinc-task--peak-working-set-size.tpl.php |    22 +
 ...iew-field--boinc-workunit-tasks-all--id.tpl.php |    25 +
 ...elds--boinc-account-stats--panel-pane-1.tpl.php |    21 +
 ...ews-view-fields--boinc-friends--block-1.tpl.php |     3 +
 .../boinc/templates/views-view-rss--news.tpl.php   |    28 +
 ...--boinc-account-computers--panel-pane-1.tpl.php |    40 +
 ...ews-view-table--boinc-team-forum-topics.tpl.php |   107 +
 .../boinc/templates/views-view-table.tpl.php       |    54 +
 .../default/boinc/themes/boinc/theme-settings.php  |    56 +
 drupal/sites/default/files                         |     1 +
 drupal/sites/default/modules/boinc                 |     1 +
 drupal/sites/default/modules/project               |     1 +
 drupal/sites/default/settings.php                  |   179 +
 drupal/sites/default/themes/boinc                  |     1 +
 drupal/sites/default/themes/project                |     1 +
 gl.py                                              |    16 +
 html/drupal/home                                   |    23 -
 html/drupal/hosts_user                             |    23 -
 html/drupal/view_profile                           |    30 -
 html/inc/ReCaptcha/ReCaptcha.php                   |    97 +
 html/inc/ReCaptcha/RequestMethod.php               |    42 +
 html/inc/ReCaptcha/RequestMethod/Curl.php          |    74 +
 html/inc/ReCaptcha/RequestMethod/CurlPost.php      |    88 +
 html/inc/ReCaptcha/RequestMethod/Post.php          |    70 +
 html/inc/ReCaptcha/RequestMethod/Socket.php        |   104 +
 html/inc/ReCaptcha/RequestMethod/SocketPost.php    |   121 +
 html/inc/ReCaptcha/RequestParameters.php           |   103 +
 html/inc/ReCaptcha/Response.php                    |   102 +
 html/inc/account.inc                               |    50 +-
 html/inc/akismet.inc                               |     8 +-
 html/inc/bbcode_html.inc                           |    67 +-
 html/inc/boinc_db.inc                              |   187 +-
 html/inc/bootstrap.inc                             |   391 +
 html/inc/common_defs.inc                           |     1 +
 html/inc/countries.inc                             |    34 +-
 html/inc/db.inc                                    |    24 +-
 html/inc/db_conn.inc                               |    49 +-
 html/inc/db_ops.inc                                |   184 +-
 html/inc/dir_hier.inc                              |    75 +-
 html/inc/email.inc                                 |     6 +-
 html/inc/forum.inc                                 |   226 +-
 html/inc/forum_db.inc                              |     4 +
 html/inc/forum_email.inc                           |    31 +-
 html/inc/forum_rss.inc                             |     8 +-
 html/inc/friend.inc                                |    12 +-
 html/inc/host.inc                                  |   127 +-
 html/inc/image.inc                                 |     4 +-
 html/inc/language_names.inc                        |    50 +-
 html/inc/news.inc                                  |    13 +-
 html/inc/notify.inc                                |     4 +-
 html/inc/pm.inc                                    |   116 +-
 html/inc/prefs.inc                                 |    39 +-
 html/inc/prefs_project.inc                         |    12 +-
 html/inc/prefs_util.inc                            |    76 +-
 html/inc/profile.inc                               |    17 +-
 html/inc/recaptcha_loader.php                      |    42 +
 html/inc/recaptchalib.php                          |   177 +-
 html/inc/result.inc                                |   297 +-
 html/inc/sandbox.inc                               |     2 +-
 html/inc/stats_sites.inc                           |    33 +-
 html/inc/submit.inc                                |   134 +-
 html/inc/submit_db.inc                             |    24 +-
 html/inc/submit_util.inc                           |    15 +-
 html/inc/team.inc                                  |   106 +-
 html/inc/team_types.inc                            |    27 +-
 html/inc/text_transform.inc                        |    57 +-
 html/inc/translation.inc                           |     2 +-
 html/inc/uotd.inc                                  |    71 +-
 html/inc/user.inc                                  |   269 +-
 html/inc/util.inc                                  |   331 +-
 html/inc/util_basic.inc                            |    63 +-
 html/inc/util_ops.inc                              |    39 +-
 html/inc/web_rpc_api.inc                           |    23 +-
 html/inc/xml.inc                                   |    42 +-
 html/languages/translations/ca.po                  |  4759 +++--
 html/languages/translations/cs.po                  |  5989 +++----
 html/languages/translations/da.po                  |  6845 --------
 html/languages/translations/de.po                  |  6385 +++----
 html/languages/translations/en.po                  |    11 -
 html/languages/translations/es.po                  |  7200 --------
 html/languages/translations/fi.po                  |  7149 --------
 html/languages/translations/fr.po                  |  6351 +++----
 html/languages/translations/hu.po                  |  7146 --------
 html/languages/translations/it.po                  |  7126 --------
 html/languages/translations/it_IT.po               |  6655 +++++++
 html/languages/translations/ja.po                  |  5246 +++---
 html/languages/translations/ko.po                  |  5319 +++---
 html/languages/translations/lt.po                  |  6929 --------
 html/languages/translations/nl.po                  |  4865 +++---
 html/languages/translations/pl.po                  |  7128 --------
 html/languages/translations/pt.po                  |  4122 -----
 html/languages/translations/pt_BR.po               |  6656 +++++++
 html/languages/translations/pt_PT.po               |  6654 +++++++
 html/languages/translations/ru.po                  |  6145 +++----
 html/languages/translations/sk.po                  |  6513 +++++++
 html/languages/translations/sl.po                  |  7145 --------
 html/languages/translations/sv.po                  |  6654 +++++++
 html/languages/translations/tr.po                  |  6162 +++----
 html/languages/translations/zh_CN.po               |  5510 +++---
 html/languages/translations/zh_TW.po               |  6516 +++++++
 html/ops/add_user.php                              |    30 +
 html/ops/badge_admin.php                           |     2 +-
 html/ops/badge_assign_custom.php                   |     3 +-
 html/ops/build_po.php                              |    10 +-
 html/ops/build_po_boinc.php                        |    56 -
 html/ops/cancel_workunits.php                      |    63 +-
 html/ops/cancel_workunits_action.php               |    53 +-
 html/ops/create_boinc_wide_team.php                |    57 +
 html/ops/credit.php                                |     4 +-
 html/ops/db_update.php                             |    64 +
 html/ops/delete_job_files                          |     3 +-
 html/ops/delete_spammers.php                       |   326 +-
 html/ops/error_summary.php                         |     2 +-
 html/ops/errorwus.php                              |   236 +-
 html/ops/failure_result_summary_by_host.php        |     7 +-
 html/ops/fix_prefs.php                             |     9 +-
 html/ops/index.php                                 |     4 +-
 html/ops/manage_app_versions.php                   |    18 +-
 html/ops/manage_apps.php                           |    43 +-
 html/ops/mass_email.php                            |     2 +-
 html/ops/notify.php                                |     4 +-
 html/ops/pass_percentage_by_appversion.php         |   231 +
 html/ops/pass_percentage_by_platform.php           |    11 +-
 html/ops/profile_screen_form.php                   |     2 +-
 html/ops/show_log.php                              |     6 +-
 html/ops/size_census.php                           |     3 +-
 html/ops/team_export.php                           |     2 +-
 html/ops/team_import.php                           |     1 +
 html/ops/test_job_file.php                         |   137 +
 html/ops/update_profile_pages.php                  |    46 +-
 html/ops/update_uotd.php                           |    15 +-
 html/ops/upgrade_db.php                            |     2 +
 html/project.sample/cache_parameters.inc           |     1 +
 html/project.sample/project.inc                    |   115 +-
 html/project.sample/project_specific_prefs.inc     |    79 +-
 html/user/account_finish.php                       |    20 +-
 html/user/account_finish_action.php                |     8 +-
 html/user/am_get_info.php                          |    10 +-
 html/user/am_set_info.php                          |     2 +-
 html/user/apps.php                                 |     5 +-
 html/user/bbcode.php                               |    11 +-
 html/user/bbcode_toolbar.js                        |     4 +-
 html/user/cpu_list.php                             |    28 +-
 html/user/create_account_action.php                |    21 +-
 html/user/create_account_form.php                  |    16 +-
 html/user/create_profile.php                       |    19 +-
 html/user/create_team.php                          |    15 +
 html/user/custom.css                               |    13 +
 html/user/custom_dark.css                          |    50 +
 html/user/donate.php                               |     2 +-
 html/user/donations.php                            |     7 +-
 html/user/download.php                             |     2 +-
 html/user/edit_forum_preferences_action.php        |    27 +-
 html/user/edit_forum_preferences_form.php          |     8 +-
 html/user/edit_user_info_action.php                |     7 +-
 html/user/edit_user_info_form.php                  |    42 +-
 html/user/ffmail_action.php                        |   101 +-
 html/user/ffmail_form.php                          |    67 +-
 html/user/forum_banishment_vote.php                |     5 +-
 html/user/forum_edit.php                           |    20 +-
 html/user/forum_forum.php                          |    39 +-
 html/user/forum_get_data.php                       |     1 +
 html/user/forum_help_desk.php                      |    16 +-
 html/user/forum_index.php                          |    33 +-
 html/user/forum_moderate_post.php                  |    31 +-
 html/user/forum_moderate_post_action.php           |     4 +-
 html/user/forum_moderate_thread.php                |     6 +-
 html/user/forum_post.php                           |    25 +-
 html/user/forum_reply.php                          |    25 +-
 html/user/forum_report_post.php                    |    33 +-
 html/user/forum_search.php                         |     6 +-
 html/user/forum_search_action.php                  |    10 +-
 html/user/forum_thread.php                         |   213 +-
 html/user/forum_user_posts.php                     |     2 +-
 html/user/get_output.php                           |    93 +-
 html/user/get_passwd.php                           |    15 +-
 html/user/get_project_config.php                   |     2 +-
 html/user/gpu_list.php                             |     5 +-
 html/user/host_app_versions.php                    |    41 +-
 html/user/img/water.jpg                            |   Bin 0 -> 49001 bytes
 html/user/info.php                                 |     2 +-
 html/user/job_file.php                             |   155 +-
 html/user/join.php                                 |    98 +
 html/user/language_select.php                      |    56 +-
 html/user/login_action.php                         |    14 +-
 html/user/login_form.php                           |     4 +-
 html/user/logout.php                               |     2 +-
 html/user/lookup_account.php                       |     3 +
 html/user/mail_passwd.php                          |     2 +-
 html/user/manage_project.php                       |    12 +-
 html/user/notices.php                              |     2 +-
 html/user/notify_rss.php                           |     8 +-
 html/user/openid_login.php                         |     8 +-
 html/user/opt_out.php                              |     2 +-
 html/user/per_app_list.php                         |   234 +-
 html/user/pm.php                                   |   190 +-
 html/user/profile_menu.php                         |     8 +-
 html/user/profile_rate.php                         |     2 +-
 html/user/result.php                               |     5 +-
 html/user/result_status.php                        |    89 +
 html/user/results.php                              |    17 +-
 html/user/sample_bootstrap.min.css                 |     6 +
 html/user/sample_bootstrap.min.js                  |     7 +
 html/user/sample_index.php                         |   263 +-
 html/user/sample_jquery.min.js                     |     4 +
 html/user/server_status.php                        |   185 +-
 html/user/set_language.php                         |    31 +
 html/user/show_coproc.php                          |    11 +-
 html/user/site_search.php                          |    38 +
 html/user/submit_example.php                       |     2 +-
 html/user/submit_rpc_handler.php                   |   351 +-
 html/user/submit_status.php                        |     3 +-
 html/user/submit_test.php                          |    64 +
 html/user/team.php                                 |     1 -
 html/user/team_admins.php                          |     5 +-
 html/user/team_change_founder_form.php             |    28 +-
 html/user/team_create_action.php                   |    19 +
 html/user/team_create_form.php                     |    15 +-
 html/user/team_delta.php                           |    15 +-
 html/user/team_display.php                         |     3 +
 html/user/team_email_list.php                      |    36 +-
 html/user/team_forum.php                           |    18 +-
 html/user/team_founder_transfer_action.php         |    22 +-
 html/user/team_lookup.php                          |     2 +
 html/user/team_manage.php                          |     4 +-
 html/user/team_remove_inactive_form.php            |    17 +-
 html/user/team_search.php                          |    42 +-
 html/user/top_hosts.php                            |    16 +-
 html/user/top_teams.php                            |    20 +-
 html/user/top_users.php                            |    38 +-
 html/user/uotd.php                                 |     1 +
 html/user/uotd_gadget.php                          |     2 +-
 html/user/user_permissions.php                     |     8 +-
 html/user/user_search.php                          |    40 +-
 html/user/validate_email_addr.php                  |     2 +-
 html/user/weak_auth.php                            |    10 +-
 html/user/workunit.php                             |     3 +-
 lib/Makefile.am                                    |     9 +-
 lib/Makefile.mingw                                 |    41 +-
 lib/app_ipc.cpp                                    |    30 +-
 lib/app_ipc.h                                      |     4 +-
 lib/base64.h                                       |    18 +-
 lib/boinc_fcgi.h                                   |     1 +
 lib/boinc_win.h                                    |    40 +-
 lib/cc_config.cpp                                  |   232 +-
 lib/cc_config.h                                    |    52 +-
 lib/cert_sig.h                                     |     6 +-
 lib/cl_boinc.h                                     |     6 +-
 lib/common_defs.h                                  |     7 +-
 lib/coproc.cpp                                     |    38 +-
 lib/coproc.h                                       |    12 +-
 lib/crypt.cpp                                      |   222 +-
 lib/crypt.h                                        |     9 +-
 lib/crypt_prog.cpp                                 |   102 +-
 lib/daemonmgt.h                                    |     4 +-
 lib/diagnostics.cpp                                |    91 +-
 lib/diagnostics.h                                  |    13 +-
 lib/diagnostics_win.cpp                            |    42 +-
 lib/diagnostics_win.h                              |    19 +-
 lib/error_numbers.h                                |     5 +-
 lib/filesys.cpp                                    |   133 +-
 lib/filesys.h                                      |    64 +-
 lib/gui_rpc_client.h                               |    14 +-
 lib/gui_rpc_client_ops.cpp                         |    89 +-
 lib/gui_rpc_client_print.cpp                       |    19 +-
 lib/hostinfo.cpp                                   |    10 +-
 lib/hostinfo.h                                     |     7 +-
 lib/idlemon.h                                      |     4 +-
 lib/md5_file.h                                     |     4 +-
 lib/mem_usage.h                                    |     4 +-
 lib/mfile.h                                        |     4 +-
 lib/miofile.h                                      |     4 +-
 lib/msg_log.cpp                                    |    16 +-
 lib/msg_log.h                                      |     9 +-
 lib/msg_queue.h                                    |     4 +-
 lib/network.h                                      |     4 +-
 lib/notice.h                                       |     4 +-
 lib/opencl_boinc.cpp                               |     2 +-
 lib/opencl_boinc.h                                 |     7 +-
 lib/parse.cpp                                      |    35 +-
 lib/parse.h                                        |    13 +-
 lib/prefs.h                                        |     6 +-
 lib/proc_control.h                                 |     4 +-
 lib/procinfo.h                                     |     4 +-
 lib/project_init.h                                 |     4 +-
 lib/proxy_info.cpp                                 |    13 +-
 lib/proxy_info.h                                   |    12 +-
 lib/remote_submit.cpp                              |   374 +-
 lib/remote_submit.h                                |   110 +-
 lib/run_app_windows.cpp                            |    48 +-
 lib/sched_msgs.cpp                                 |    68 +
 lib/sched_msgs.h                                   |    51 +
 lib/shmem.cpp                                      |     2 +-
 lib/stackwalker_imports.h                          |     4 +-
 lib/stackwalker_win.cpp                            |     5 +-
 lib/stackwalker_win.h                              |     6 +-
 lib/std_fixes.h                                    |     6 +-
 lib/str_replace.h                                  |    17 +-
 lib/str_util.cpp                                   |   153 +-
 lib/str_util.h                                     |    16 +-
 lib/submit_api.py                                  |   279 +
 lib/synch.h                                        |     4 +-
 lib/translate.h                                    |     6 +-
 lib/unix_util.h                                    |     6 +-
 lib/url.cpp                                        |     3 -
 lib/url.h                                          |     4 +-
 lib/util.cpp                                       |    29 +
 lib/util.h                                         |     6 +-
 lib/win_util.cpp                                   |     5 +-
 lib/win_util.h                                     |     6 +-
 locale/ar/BOINC-Project-Generic.po                 |  6428 -------
 locale/az/BOINC-Setup.mo                           |   Bin 3046 -> 3046 bytes
 locale/az/BOINC-Setup.po                           |     2 +-
 locale/be/BOINC-Project-Generic.po                 |  6428 -------
 locale/bg/BOINC-Client.mo                          |   Bin 6128 -> 6104 bytes
 locale/bg/BOINC-Client.po                          |   116 +-
 locale/bg/BOINC-Manager.mo                         |   Bin 96737 -> 100981 bytes
 locale/bg/BOINC-Manager.po                         |  4993 +++---
 locale/bg/BOINC-Project-Generic.po                 |  6512 -------
 locale/bg/BOINC-Setup.mo                           |   Bin 3602 -> 4021 bytes
 locale/bg/BOINC-Setup.po                           |   129 +-
 locale/bg/BOINC-Web.mo                             |   Bin 45590 -> 51194 bytes
 locale/bg/BOINC-Web.po                             |  2357 +--
 locale/ca/BOINC-Client.mo                          |   Bin 4938 -> 4914 bytes
 locale/ca/BOINC-Client.po                          |     8 +-
 locale/ca/BOINC-Manager.mo                         |   Bin 79705 -> 79705 bytes
 locale/ca/BOINC-Manager.po                         |     2 +-
 locale/ca/BOINC-Project-Generic.po                 |  6513 -------
 locale/ca/BOINC-Setup.mo                           |   Bin 3050 -> 3026 bytes
 locale/ca/BOINC-Setup.po                           |     8 +-
 locale/ca/BOINC-Web.mo                             |   Bin 36836 -> 36836 bytes
 locale/ca/BOINC-Web.po                             |     2 +-
 locale/copy_files.php                              |    20 -
 locale/cs/BOINC-Client.mo                          |   Bin 4871 -> 5302 bytes
 locale/cs/BOINC-Client.po                          |   116 +-
 locale/cs/BOINC-Drupal.po                          |  2229 ++-
 locale/cs/BOINC-Manager.mo                         |   Bin 78523 -> 76741 bytes
 locale/cs/BOINC-Manager.po                         |  1951 +--
 locale/cs/BOINC-Project-Generic.po                 |  6515 -------
 locale/cs/BOINC-Setup.mo                           |   Bin 3071 -> 3131 bytes
 locale/cs/BOINC-Setup.po                           |    62 +-
 locale/cs/BOINC-Web.mo                             |   Bin 36458 -> 37516 bytes
 locale/cs/BOINC-Web.po                             |   745 +-
 locale/da/BOINC-Client.mo                          |   Bin 4736 -> 5198 bytes
 locale/da/BOINC-Client.po                          |   116 +-
 locale/da/BOINC-Manager.mo                         |   Bin 75990 -> 74231 bytes
 locale/da/BOINC-Manager.po                         |  1944 +--
 locale/da/BOINC-Project-Generic.po                 |  6845 --------
 locale/da/BOINC-Setup.mo                           |   Bin 2934 -> 3014 bytes
 locale/da/BOINC-Setup.po                           |    65 +-
 locale/da/BOINC-Web.mo                             |   Bin 20495 -> 36981 bytes
 locale/da/BOINC-Web.po                             |  1706 +-
 locale/de/BOINC-Client.mo                          |   Bin 4868 -> 5343 bytes
 locale/de/BOINC-Client.po                          |   116 +-
 locale/de/BOINC-Drupal.po                          |  2432 ++-
 locale/de/BOINC-Manager.mo                         |   Bin 80553 -> 78657 bytes
 locale/de/BOINC-Manager.po                         |  1946 +--
 locale/de/BOINC-Project-Generic.po                 |  6513 -------
 locale/de/BOINC-Setup.mo                           |   Bin 3072 -> 3159 bytes
 locale/de/BOINC-Setup.po                           |    65 +-
 locale/de/BOINC-Web.mo                             |   Bin 37299 -> 38742 bytes
 locale/de/BOINC-Web.po                             |   744 +-
 locale/el/BOINC-Manager.po                         |     0
 locale/el/BOINC-Project-Generic.po                 |  6524 -------
 locale/el/BOINC-Setup.mo                           |   Bin 2164 -> 4015 bytes
 locale/el/BOINC-Setup.po                           |    65 +-
 locale/el/BOINC-Web.po                             |     0
 locale/en/BOINC-Drupal.po                          |  2236 ++-
 locale/en/BOINC-Project-Generic.po                 |  6511 -------
 locale/en/BOINC-Web.po                             |   323 +-
 locale/es/BOINC-Client.mo                          |   Bin 4822 -> 5302 bytes
 locale/es/BOINC-Client.po                          |   123 +-
 locale/es/BOINC-Drupal.po                          |  1762 ++
 locale/es/BOINC-Manager.mo                         |   Bin 75134 -> 77662 bytes
 locale/es/BOINC-Manager.po                         |  5332 +++---
 locale/es/BOINC-Project-Generic.po                 |  7200 --------
 locale/es/BOINC-Setup.mo                           |   Bin 3026 -> 3116 bytes
 locale/es/BOINC-Setup.po                           |    74 +-
 locale/es/BOINC-Web.mo                             |   Bin 37016 -> 38441 bytes
 locale/es/BOINC-Web.po                             |   748 +-
 locale/fa/BOINC-Project-Generic.po                 |  6428 -------
 locale/fa_IR/BOINC-Client.mo                       |   Bin 0 -> 6118 bytes
 locale/fa_IR/BOINC-Client.po                       |   163 +
 locale/fi/BOINC-Client.mo                          |   Bin 4667 -> 4628 bytes
 locale/fi/BOINC-Client.po                          |    16 +-
 locale/fi/BOINC-Project-Generic.po                 |  7149 --------
 locale/fi/BOINC-Setup.mo                           |   Bin 2899 -> 2922 bytes
 locale/fi/BOINC-Setup.po                           |     8 +-
 locale/fr/BOINC-Client.mo                          |   Bin 4992 -> 5514 bytes
 locale/fr/BOINC-Client.po                          |   113 +-
 locale/fr/BOINC-Drupal.po                          |  2240 ++-
 locale/fr/BOINC-Manager.mo                         |   Bin 82106 -> 80078 bytes
 locale/fr/BOINC-Manager.po                         |  1947 +--
 locale/fr/BOINC-Project-Generic.po                 |  6516 -------
 locale/fr/BOINC-Setup.mo                           |   Bin 3137 -> 3242 bytes
 locale/fr/BOINC-Setup.po                           |    63 +-
 locale/fr/BOINC-Web.mo                             |   Bin 38126 -> 39505 bytes
 locale/fr/BOINC-Web.po                             |   761 +-
 locale/gl/BOINC-Project-Generic.po                 |  6428 -------
 locale/he/BOINC-Client.mo                          |   Bin 4774 -> 5698 bytes
 locale/he/BOINC-Client.po                          |   225 +-
 locale/he/BOINC-Drupal.po                          |  1752 ++
 locale/he/BOINC-Manager.po                         |     0
 locale/he/BOINC-Project-Generic.po                 |  7047 --------
 locale/he/BOINC-Setup.mo                           |   Bin 554 -> 3358 bytes
 locale/he/BOINC-Setup.po                           |   119 +-
 locale/he/BOINC-Web.po                             |     0
 locale/hr/BOINC-Client.po                          |     0
 locale/hr/BOINC-Manager.po                         |     0
 locale/hr/BOINC-Project-Generic.po                 |  6467 -------
 locale/hr/BOINC-Setup.po                           |     0
 locale/hr/BOINC-Web.po                             |     0
 locale/hu/BOINC-Client.mo                          |   Bin 5059 -> 5546 bytes
 locale/hu/BOINC-Client.po                          |   116 +-
 locale/hu/BOINC-Manager.mo                         |   Bin 81400 -> 79505 bytes
 locale/hu/BOINC-Manager.po                         |  1941 +-
 locale/hu/BOINC-Project-Generic.po                 |  7146 --------
 locale/hu/BOINC-Setup.mo                           |   Bin 3124 -> 3212 bytes
 locale/hu/BOINC-Setup.po                           |    68 +-
 locale/hu/BOINC-Web.mo                             |   Bin 37886 -> 38241 bytes
 locale/hu/BOINC-Web.po                             |   766 +-
 locale/it_IT/BOINC-Client.mo                       |   Bin 5012 -> 5451 bytes
 locale/it_IT/BOINC-Client.po                       |   127 +-
 locale/it_IT/BOINC-Drupal.po                       |  2270 ++-
 locale/it_IT/BOINC-Manager.mo                      |   Bin 79745 -> 77581 bytes
 locale/it_IT/BOINC-Manager.po                      |  2068 ++-
 locale/it_IT/BOINC-Project-Generic.po              |  6515 -------
 locale/it_IT/BOINC-Setup.mo                        |   Bin 3038 -> 3173 bytes
 locale/it_IT/BOINC-Setup.po                        |    70 +-
 locale/it_IT/BOINC-Web.mo                          |   Bin 36853 -> 38771 bytes
 locale/it_IT/BOINC-Web.po                          |   807 +-
 locale/ja/BOINC-Client.mo                          |   Bin 6285 -> 6287 bytes
 locale/ja/BOINC-Client.po                          |    34 +-
 locale/ja/BOINC-Manager.mo                         |   Bin 91709 -> 91711 bytes
 locale/ja/BOINC-Manager.po                         |   344 +-
 locale/ja/BOINC-Project-Generic.po                 |  6513 -------
 locale/ja/BOINC-Setup.mo                           |   Bin 3469 -> 3464 bytes
 locale/ja/BOINC-Setup.po                           |     4 +-
 locale/ja/BOINC-Web.mo                             |   Bin 41952 -> 40730 bytes
 locale/ja/BOINC-Web.po                             |   725 +-
 locale/ka/BOINC-Client.mo                          |   Bin 7862 -> 8555 bytes
 locale/ka/BOINC-Client.po                          |   127 +-
 locale/ka/BOINC-Setup.mo                           |   Bin 4823 -> 4913 bytes
 locale/ka/BOINC-Setup.po                           |    64 +-
 locale/ko/BOINC-Client.mo                          |   Bin 5132 -> 5608 bytes
 locale/ko/BOINC-Client.po                          |   115 +-
 locale/ko/BOINC-Drupal.po                          |  1989 ++-
 locale/ko/BOINC-Manager.mo                         |   Bin 82255 -> 80210 bytes
 locale/ko/BOINC-Manager.po                         |  1937 +-
 locale/ko/BOINC-Project-Generic.po                 |  6513 -------
 locale/ko/BOINC-Setup.mo                           |   Bin 3244 -> 3323 bytes
 locale/ko/BOINC-Setup.po                           |    64 +-
 locale/ko/BOINC-Web.mo                             |   Bin 38256 -> 39544 bytes
 locale/ko/BOINC-Web.po                             |   748 +-
 locale/lt/BOINC-Client.mo                          |   Bin 4885 -> 4880 bytes
 locale/lt/BOINC-Client.po                          |     2 +-
 locale/lt/BOINC-Manager.po                         |     0
 locale/lt/BOINC-Project-Generic.po                 |  6929 --------
 locale/lt/BOINC-Setup.po                           |     0
 locale/lt/BOINC-Web.po                             |     0
 locale/lv/BOINC-Client.mo                          |   Bin 4802 -> 4778 bytes
 locale/lv/BOINC-Client.po                          |     8 +-
 locale/lv/BOINC-Project-Generic.po                 |  6467 -------
 locale/lv/BOINC-Setup.mo                           |   Bin 3049 -> 3044 bytes
 locale/lv/BOINC-Setup.po                           |     2 +-
 locale/lv/BOINC-Web.po                             |     0
 locale/ms/BOINC-Client.po                          |     0
 locale/ms/BOINC-Manager.po                         |     0
 locale/ms/BOINC-Project-Generic.po                 |  6467 -------
 locale/ms/BOINC-Setup.po                           |     0
 locale/ms/BOINC-Web.po                             |     0
 locale/nb/BOINC-Client.mo                          |   Bin 4838 -> 4857 bytes
 locale/nb/BOINC-Client.po                          |     6 +-
 locale/nb/BOINC-Project-Generic.po                 |  6872 --------
 locale/nb/BOINC-Setup.mo                           |   Bin 3413 -> 3408 bytes
 locale/nb/BOINC-Setup.po                           |     4 +-
 locale/nb/BOINC-Web.po                             |     0
 locale/nl/BOINC-Client.mo                          |   Bin 4875 -> 4851 bytes
 locale/nl/BOINC-Client.po                          |     8 +-
 locale/nl/BOINC-Drupal.po                          |  2236 ++-
 locale/nl/BOINC-Manager.mo                         |   Bin 77193 -> 77199 bytes
 locale/nl/BOINC-Manager.po                         |    18 +-
 locale/nl/BOINC-Project-Generic.po                 |  6514 -------
 locale/nl/BOINC-Setup.mo                           |   Bin 2936 -> 2912 bytes
 locale/nl/BOINC-Setup.po                           |     8 +-
 locale/nn/BOINC-Client.mo                          |   Bin 417 -> 0 bytes
 locale/nn/BOINC-Client.po                          |   159 -
 locale/nn/BOINC-Manager.mo                         |   Bin 677 -> 0 bytes
 locale/nn/BOINC-Manager.po                         |  4077 -----
 locale/nn/BOINC-Project-Generic.po                 |  6428 -------
 locale/nn/BOINC-Setup.mo                           |   Bin 447 -> 0 bytes
 locale/nn/BOINC-Setup.po                           |   114 -
 locale/nn/BOINC-Web.mo                             |   Bin 497 -> 0 bytes
 locale/nn/BOINC-Web.po                             |   891 -
 locale/pl/BOINC-Client.mo                          |   Bin 4810 -> 5285 bytes
 locale/pl/BOINC-Client.po                          |   116 +-
 locale/pl/BOINC-Manager.mo                         |   Bin 71886 -> 77886 bytes
 locale/pl/BOINC-Manager.po                         |  5135 +++---
 locale/pl/BOINC-Project-Generic.po                 |  7128 --------
 locale/pl/BOINC-Setup.mo                           |   Bin 3143 -> 3296 bytes
 locale/pl/BOINC-Setup.po                           |    65 +-
 locale/pl/BOINC-Web.po                             |     0
 locale/pt_BR/BOINC-Client.mo                       |   Bin 4901 -> 5337 bytes
 locale/pt_BR/BOINC-Client.po                       |   112 +-
 locale/pt_BR/BOINC-Drupal.po                       |  1754 ++
 locale/pt_BR/BOINC-Manager.mo                      |   Bin 32813 -> 77136 bytes
 locale/pt_BR/BOINC-Manager.po                      |  4691 +++--
 locale/pt_BR/BOINC-Project-Generic.po              |  6467 -------
 locale/pt_BR/BOINC-Setup.mo                        |   Bin 557 -> 3164 bytes
 locale/pt_BR/BOINC-Setup.po                        |   119 +-
 locale/pt_BR/BOINC-Web.mo                          |   Bin 615 -> 37721 bytes
 locale/pt_BR/BOINC-Web.po                          |  1697 +-
 locale/pt_PT/BOINC-Client.mo                       |   Bin 4924 -> 5427 bytes
 locale/pt_PT/BOINC-Client.po                       |   147 +-
 locale/pt_PT/BOINC-Drupal.po                       |  2347 ++-
 locale/pt_PT/BOINC-Manager.mo                      |   Bin 79581 -> 78185 bytes
 locale/pt_PT/BOINC-Manager.po                      |  2413 ++-
 locale/pt_PT/BOINC-Project-Generic.po              |  6513 -------
 locale/pt_PT/BOINC-Setup.mo                        |   Bin 3065 -> 3179 bytes
 locale/pt_PT/BOINC-Setup.po                        |    84 +-
 locale/pt_PT/BOINC-Web.mo                          |   Bin 36916 -> 38414 bytes
 locale/pt_PT/BOINC-Web.po                          |   852 +-
 locale/ro/BOINC-Client.mo                          |   Bin 4994 -> 5471 bytes
 locale/ro/BOINC-Client.po                          |   116 +-
 locale/ro/BOINC-Manager.mo                         |   Bin 78567 -> 76968 bytes
 locale/ro/BOINC-Manager.po                         |  3661 ++--
 locale/ro/BOINC-Project-Generic.po                 |  6633 -------
 locale/ro/BOINC-Setup.mo                           |   Bin 3145 -> 3246 bytes
 locale/ro/BOINC-Setup.po                           |    63 +-
 locale/ro/BOINC-Web.po                             |     0
 locale/ru/BOINC-Client.mo                          |   Bin 6520 -> 7157 bytes
 locale/ru/BOINC-Client.po                          |   116 +-
 locale/ru/BOINC-Drupal.po                          |  2162 +--
 locale/ru/BOINC-Manager.mo                         |   Bin 105973 -> 103323 bytes
 locale/ru/BOINC-Manager.po                         |  1942 +-
 locale/ru/BOINC-Project-Generic.po                 |  6514 -------
 locale/ru/BOINC-Setup.mo                           |   Bin 3890 -> 4042 bytes
 locale/ru/BOINC-Setup.po                           |    65 +-
 locale/ru/BOINC-Web.mo                             |   Bin 50324 -> 51605 bytes
 locale/ru/BOINC-Web.po                             |   750 +-
 locale/sk/BOINC-Client.mo                          |   Bin 4835 -> 5253 bytes
 locale/sk/BOINC-Client.po                          |   116 +-
 locale/sk/BOINC-Manager.mo                         |   Bin 78078 -> 76255 bytes
 locale/sk/BOINC-Manager.po                         |  1944 +--
 locale/sk/BOINC-Project-Generic.po                 |  6513 -------
 locale/sk/BOINC-Setup.mo                           |   Bin 3003 -> 3075 bytes
 locale/sk/BOINC-Setup.po                           |    75 +-
 locale/sl/BOINC-Client.po                          |     0
 locale/sl/BOINC-Manager.po                         |     0
 locale/sl/BOINC-Project-Generic.po                 |  7145 --------
 locale/sl/BOINC-Setup.po                           |     0
 locale/sl/BOINC-Web.po                             |     0
 locale/sr at latin/BOINC-Client.mo                    |   Bin 4755 -> 4747 bytes
 locale/sr at latin/BOINC-Client.po                    |    26 +-
 locale/sr at latin/BOINC-Setup.mo                     |   Bin 3091 -> 3091 bytes
 locale/sr at latin/BOINC-Setup.po                     |     2 +-
 locale/sv/BOINC-Client.mo                          |   Bin 4699 -> 5144 bytes
 locale/sv/BOINC-Client.po                          |   114 +-
 locale/sv/BOINC-Drupal.po                          |  1756 ++
 locale/sv/BOINC-Manager.mo                         |   Bin 76493 -> 74671 bytes
 locale/sv/BOINC-Manager.po                         |  1940 +-
 locale/sv/BOINC-Setup.mo                           |   Bin 2975 -> 3053 bytes
 locale/sv/BOINC-Setup.po                           |    63 +-
 locale/sv/BOINC-Web.mo                             |   Bin 0 -> 37088 bytes
 locale/sv/BOINC-Web.po                             |  1045 ++
 locale/templates/BOINC-Client.pot                  |   114 +-
 locale/templates/BOINC-Drupal.pot                  |  1397 +-
 locale/templates/BOINC-Manager.pot                 |  1549 +-
 locale/templates/BOINC-Project-Generic.pot         |  3891 +++--
 locale/templates/BOINC-Setup.pot                   |    65 +-
 locale/templates/BOINC-Web.pot                     |   683 +-
 locale/templates/header-generic-web.txt            |     8 +
 locale/templates/header.txt                        |    15 +
 locale/th/BOINC-Setup.mo                           |   Bin 0 -> 4558 bytes
 locale/th/BOINC-Setup.po                           |   124 +
 locale/tr/BOINC-Client.mo                          |   Bin 4961 -> 5418 bytes
 locale/tr/BOINC-Client.po                          |   116 +-
 locale/tr/BOINC-Drupal.po                          |  1993 ++-
 locale/tr/BOINC-Manager.mo                         |   Bin 77951 -> 78934 bytes
 locale/tr/BOINC-Manager.po                         |  3667 ++--
 locale/tr/BOINC-Project-Generic.po                 |  6513 -------
 locale/tr/BOINC-Setup.mo                           |   Bin 3119 -> 3194 bytes
 locale/tr/BOINC-Setup.po                           |    65 +-
 locale/tr/BOINC-Web.mo                             |   Bin 37491 -> 38743 bytes
 locale/tr/BOINC-Web.po                             |   743 +-
 locale/txconfig                                    |    45 -
 locale/uk/BOINC-Client.mo                          |   Bin 6345 -> 6345 bytes
 locale/uk/BOINC-Client.po                          |     2 +-
 locale/uk/BOINC-Project-Generic.po                 |  6464 -------
 locale/update_templates.sh                         |   100 +
 locale/update_translations.sh                      |    74 +
 locale/updatetrans.sh                              |   115 -
 locale/zh_CN/BOINC-Client.mo                       |   Bin 4714 -> 5203 bytes
 locale/zh_CN/BOINC-Client.po                       |   120 +-
 locale/zh_CN/BOINC-Drupal.po                       |  2239 ++-
 locale/zh_CN/BOINC-Manager.mo                      |   Bin 73705 -> 71945 bytes
 locale/zh_CN/BOINC-Manager.po                      |  1945 +--
 locale/zh_CN/BOINC-Project-Generic.po              |  6513 -------
 locale/zh_CN/BOINC-Setup.mo                        |   Bin 2804 -> 2872 bytes
 locale/zh_CN/BOINC-Setup.po                        |    68 +-
 locale/zh_CN/BOINC-Web.mo                          |   Bin 32831 -> 34108 bytes
 locale/zh_CN/BOINC-Web.po                          |   750 +-
 locale/zh_TW/BOINC-Client.mo                       |   Bin 4506 -> 4509 bytes
 locale/zh_TW/BOINC-Client.po                       |    53 +-
 locale/zh_TW/BOINC-Manager.mo                      |   Bin 71591 -> 71591 bytes
 locale/zh_TW/BOINC-Manager.po                      |     2 +-
 locale/zh_TW/BOINC-Project-Generic.po              |  6516 -------
 locale/zh_TW/BOINC-Setup.mo                        |   Bin 2794 -> 2789 bytes
 locale/zh_TW/BOINC-Setup.po                        |    13 +-
 locale/zh_TW/BOINC-Web.mo                          |   Bin 32442 -> 32442 bytes
 locale/zh_TW/BOINC-Web.po                          |     2 +-
 m4/libcurl.m4                                      |     5 +-
 py/Boinc/boincxml.py                               |     2 +-
 py/Boinc/setup_project.py                          |    51 +-
 samples/condor/boinc_gahp.cpp                      |   129 +-
 samples/cygwin_fstab/fstab.c                       |    98 +
 samples/example_app/uc2.cpp                        |    14 -
 samples/example_app/ucn.cpp                        |     1 +
 samples/gfx_html/webboincpng.cpp                   |     2 +-
 samples/multi_thread/multi_thread.cpp              |    12 -
 samples/nvcuda/cuda.cpp                            |    12 -
 samples/openclapp/openclapp.cpp                    |    11 -
 samples/sleeper/sleeper.cpp                        |    13 -
 samples/vboxwrapper/floppyio.cpp                   |    38 +-
 samples/vboxwrapper/floppyio.h                     |    22 +-
 samples/vboxwrapper/vbox50.tlb                     |   Bin 228404 -> 281160 bytes
 samples/vboxwrapper/vbox51.tlb                     |   Bin 0 -> 284620 bytes
 samples/vboxwrapper/vbox_common.cpp                |   211 +-
 samples/vboxwrapper/vbox_common.h                  |    16 +-
 samples/vboxwrapper/vbox_mscom42.cpp               |     6 -
 samples/vboxwrapper/vbox_mscom42.h                 |     4 +-
 samples/vboxwrapper/vbox_mscom43.cpp               |     5 -
 samples/vboxwrapper/vbox_mscom43.h                 |     4 +-
 samples/vboxwrapper/vbox_mscom50.cpp               |     5 -
 samples/vboxwrapper/vbox_mscom50.h                 |     4 +-
 samples/vboxwrapper/vbox_mscom51.cpp               |    64 +
 samples/vboxwrapper/vbox_mscom51.h                 |    31 +
 samples/vboxwrapper/vbox_mscom_impl.cpp            |   185 +-
 samples/vboxwrapper/vbox_mscom_impl.h              |     3 +-
 samples/vboxwrapper/vbox_vboxmanage.cpp            |   173 +-
 samples/vboxwrapper/vbox_vboxmanage.h              |     7 +-
 samples/vboxwrapper/vboxcheckpoint.h               |     4 +-
 samples/vboxwrapper/vboxjob.cpp                    |    22 +-
 samples/vboxwrapper/vboxjob.h                      |    95 +-
 samples/vboxwrapper/vboxlogging.cpp                |     2 -
 samples/vboxwrapper/vboxlogging.h                  |     4 +-
 samples/vboxwrapper/vboxwrapper.cpp                |   433 +-
 samples/vboxwrapper/vboxwrapper.h                  |     4 +-
 samples/vm_wrapper/VMwrapper.py                    |     2 +-
 samples/worker/worker.cpp                          |    65 +-
 samples/wrapper/wrapper.cpp                        |   210 +-
 samples/wrappture/license.terms                    |    35 +
 sched/Makefile.am                                  |    12 +-
 sched/adjust_user_priority.cpp                     |     7 +-
 sched/antique_file_deleter.cpp                     |     1 -
 sched/assimilate_handler.h                         |     8 +-
 sched/assimilator.cpp                              |   104 +-
 sched/census.cpp                                   |     5 +-
 sched/credit.cpp                                   |   110 +-
 sched/credit.h                                     |     2 +-
 sched/credit_test.cpp                              |    31 +-
 sched/db_dump.cpp                                  |    26 +-
 sched/db_purge.cpp                                 |    44 +-
 sched/edf_sim.cpp                                  |     7 +
 sched/edf_sim.h                                    |     4 +-
 sched/feeder.cpp                                   |    14 +-
 sched/file_deleter.cpp                             |    52 +-
 sched/file_upload_handler.cpp                      |    52 +-
 sched/handle_request.cpp                           |   118 +-
 sched/hr.cpp                                       |    28 +-
 sched/hr.h                                         |     4 +-
 sched/hr_info.cpp                                  |     4 +
 sched/hr_info.h                                    |     4 +-
 sched/make_work.cpp                                |    18 +-
 sched/makefile_validator_test                      |     7 +-
 sched/message_handler.cpp                          |     1 -
 sched/plan_class_spec.cpp                          |    58 +-
 sched/plan_class_spec.h                            |     2 +
 sched/sample_assimilator.cpp                       |    40 +-
 sched/sample_bitwise_validator.cpp                 |    37 +-
 sched/sample_dummy_assimilator.cpp                 |    14 +-
 sched/sample_substr_validator.cpp                  |    49 +-
 sched/sample_trivial_validator.cpp                 |    13 +
 sched/sample_work_generator.cpp                    |     2 +-
 sched/sched_array.cpp                              |    22 +-
 sched/sched_assign.cpp                             |    24 +-
 sched/sched_check.cpp                              |    47 +-
 sched/sched_check.h                                |     4 +-
 sched/sched_config.cpp                             |     2 +-
 sched/sched_config.h                               |     4 +-
 sched/sched_customize.cpp                          |    18 +-
 sched/sched_customize.h                            |     5 +-
 sched/sched_driver.cpp                             |     2 +
 sched/sched_files.cpp                              |     4 +
 sched/sched_hr.h                                   |     4 +-
 sched/sched_limit.cpp                              |     2 +
 sched/sched_limit.h                                |    10 +-
 sched/sched_locality.cpp                           |    61 +-
 sched/sched_main.cpp                               |    14 +-
 sched/sched_msgs.cpp                               |    76 -
 sched/sched_msgs.h                                 |    49 -
 sched/sched_nci.cpp                                |     8 +-
 sched/sched_resend.cpp                             |    30 +-
 sched/sched_result.cpp                             |    56 +-
 sched/sched_score.cpp                              |    21 +-
 sched/sched_score.h                                |     2 +-
 sched/sched_send.cpp                               |   148 +-
 sched/sched_send.h                                 |     6 +-
 sched/sched_shmem.cpp                              |    16 +-
 sched/sched_shmem.h                                |    14 +-
 sched/sched_types.cpp                              |   111 +-
 sched/sched_types.h                                |    56 +-
 sched/sched_util.cpp                               |    21 +-
 sched/sched_util.h                                 |    16 +-
 sched/sched_util_basic.h                           |     4 +-
 sched/sched_version.cpp                            |   122 +-
 sched/sched_version.h                              |     2 +-
 sched/script_assimilator.cpp                       |    34 +-
 sched/script_validator.cpp                         |    51 +-
 sched/single_job_assimilator.cpp                   |    27 +-
 sched/size_regulator.cpp                           |     6 +-
 sched/start                                        |     9 +-
 sched/time_stats_log.cpp                           |     4 +
 sched/transitioner.cpp                             |    56 +-
 sched/transitioner_catchup.php                     |     8 +-
 sched/trickle_credit.cpp                           |     2 +-
 sched/trickle_deadline.cpp                         |    14 +-
 sched/update_stats.cpp                             |    14 +-
 sched/validate_util.cpp                            |    32 +-
 sched/validate_util.h                              |    17 +-
 sched/validate_util2.cpp                           |    31 +-
 sched/validate_util2.h                             |    12 +-
 sched/validator.cpp                                |   147 +-
 sched/validator.h                                  |     3 -
 sched/validator_test.cpp                           |    42 +-
 sched/wu_check.cpp                                 |     6 +-
 tools/Makefile.am                                  |     2 +-
 tools/backend_lib.cpp                              |    22 +-
 tools/backend_lib.h                                |     9 +-
 tools/check_project                                |   203 +
 tools/create_work.cpp                              |    90 +-
 tools/make_project                                 |   147 +-
 tools/makefile_sign_executable                     |     9 +
 tools/manage_privileges                            |     3 +-
 tools/process_input_template.cpp                   |   311 +-
 tools/process_input_template.h                     |     4 +-
 tools/project.xml                                  |     4 -
 tools/remote_submit_test.cpp                       |    13 +-
 tools/sign_executable.cpp                          |     6 +-
 tools/stage_file                                   |    57 +-
 tools/submit_api_test.py                           |   195 +
 tools/update_versions                              |     2 +-
 tools/xadd                                         |    82 +-
 vda/sched_vda.cpp                                  |    15 +-
 vda/vda.cpp                                        |     7 +-
 vda/vda_lib2.cpp                                   |    13 +-
 vda/vdad.cpp                                       |    10 +-
 version.log                                        |     2 +-
 zip/Makefile.am                                    |     2 +-
 zip/test.cpp                                       |    13 +-
 zip/zip/__p___mb_cur_max.c                         |     6 +
 zip/zip/util.c                                     |     5 +-
 zip/zip/zip.h                                      |     2 +-
 3705 files changed, 521395 insertions(+), 427199 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git



More information about the pkg-boinc-commits mailing list