vel/phorgeit-phorge: Update to 2025.51 --- devel/phorgeit-phorge/Makefile | 5 +- devel/phorgeit-phorge/distinfo | 6 +- .../files/patch-externals_phpqrcode_phpqrcode.php | 16 ---- devel/phorgeit-phorge/files/pkg-message.in | 4 +- devel/phorgeit-phorge/pkg-plist | 93 +++++++--------------- 5 files changed, 36 insertions(+), 88 deletions(-) diff --git a/devel/phorgeit-phorge/Makefile b/devel/phorgeit-phorge/Makefile index e7c15c82d865..a44387ee2ae0 100644 --- a/devel/phorgeit-phorge/Makefile +++ b/devel/phorgeit-phorge/Makefile @@ -1,6 +1,5 @@ PORTNAME= phorge -PORTVERSION= 2025.18 -PORTREVISION= 1 +PORTVERSION= 2025.51 PORTEPOCH= 1 CATEGORIES= devel PKGNAMEPREFIX= phorgeit @@ -21,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= phorgeit USE_PHP= ctype curl fileinfo filter iconv mbstring mysqli pcntl posix \ zip -IGNORE_WITH_PHP= 84 85 +IGNORE_WITH_PHP= 85 USE_RC_SUBR= phd SHEBANG_FILES= resources/timezones/*.php scripts/*.php scripts/almanac/*.php \ diff --git a/devel/phorgeit-phorge/distinfo b/devel/phorgeit-phorge/distinfo index 060a2e94a1ed..409548252ccd 100644 --- a/devel/phorgeit-phorge/distinfo +++ b/devel/phorgeit-phorge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749985134 -SHA256 (phorgeit-phorge-2025.18_GH0.tar.gz) = 474367adf2fc616a9b22715b34f63d2c806102bb04f4c2f23f49601f0fa961ca -SIZE (phorgeit-phorge-2025.18_GH0.tar.gz) = 9428999 +TIMESTAMP = 1768138005 +SHA256 (phorgeit-phorge-2025.51_GH0.tar.gz) = 12bafeaeabecd57b1cf3968d61e17d829f98eaa0f35a624172ef8f0279498d79 +SIZE (phorgeit-phorge-2025.51_GH0.tar.gz) = 9421282 diff --git a/devel/phorgeit-phorge/files/patch-externals_phpqrcode_phpqrcode.php b/devel/phorgeit-phorge/files/patch-externals_phpqrcode_phpqrcode.php deleted file mode 100644 index 323c802fda94..000000000000 --- a/devel/phorgeit-phorge/files/patch-externals_phpqrcode_phpqrcode.php +++ /dev/null @@ -1,16 +0,0 @@ ---- externals/phpqrcode/phpqrcode.php.orig 2025-05-01 22:56:37 UTC -+++ externals/phpqrcode/phpqrcode.php -@@ -4396,11 +4396,11 @@ - if($col >= $this->rsblocks[0]->dataLength) { - $row += $this->b1; - } -- $ret = $this->rsblocks[$row]->data[$col]; -+ $ret = $this->rsblocks[$row]->data[(int) $col]; - } else if($this->count < $this->dataLength + $this->eccLength) { - $row = ($this->count - $this->dataLength) % $this->blocks; - $col = ($this->count - $this->dataLength) / $this->blocks; -- $ret = $this->rsblocks[$row]->ecc[$col]; -+ $ret = $this->rsblocks[$row]->ecc[(int) $col]; - } else { - return 0; - } diff --git a/devel/phorgeit-phorge/files/pkg-message.in b/devel/phorgeit-phorge/files/pkg-message.in index 5fafe1bd2fee..7e90aa740ec5 100644 --- a/devel/phorgeit-phorge/files/pkg-message.in +++ b/devel/phorgeit-phorge/files/pkg-message.in @@ -35,13 +35,13 @@ highlighting. Phorge daemons and ssh-git requires setting up sudo, see - %%PREFIX%%lib/php/phorge/resources/sshd/phorge-sudoers.sample + %%PREFIX%%/lib/php/phorge/resources/sshd/phorge-sudoers.sample for an example. A phorge example configuration installed here: - %%PREFIX%%lib/php/phorge/conf/local/local.json.sample + %%PREFIX%%/lib/php/phorge/conf/local/local.json.sample If you want to access phorge hosted git repositories via git, you can add the following configuration snippet to /etc/sshd_config diff --git a/devel/phorgeit-phorge/pkg-plist b/devel/phorgeit-phorge/pkg-plist index 835a714b8221..014786a62693 100644 --- a/devel/phorgeit-phorge/pkg-plist +++ b/devel/phorgeit-phorge/pkg-plist @@ -554,6 +554,8 @@ lib/php/phorge/resources/cows/custom/README lib/php/phorge/resources/emoji/manifest.json lib/php/phorge/resources/figlet/custom/README lib/php/phorge/resources/font/tuffy.ttf +lib/php/phorge/resources/phd/phorge-phd.service +lib/php/phorge/resources/phd/phorge-phd@.service lib/php/phorge/resources/sprite/login_1x/Amazon.png lib/php/phorge/resources/sprite/login_1x/Asana.png lib/php/phorge/resources/sprite/login_1x/Bitbucket.png @@ -1769,6 +1771,7 @@ lib/php/phorge/resources/sql/autopatches/20230902.repository.01.rebuild-index.ph lib/php/phorge/resources/sql/autopatches/20230917.fileattachment.01.delete.sql lib/php/phorge/resources/sql/autopatches/20250227.paste.01.mailkey.php lib/php/phorge/resources/sql/autopatches/20250227.paste.02.mailkey.sql +lib/php/phorge/resources/sql/autopatches/20251024.herald.webhookuri.sql lib/php/phorge/resources/sql/patches/000.project.sql lib/php/phorge/resources/sql/patches/0000.legacy.sql lib/php/phorge/resources/sql/patches/001.maniphest_projects.sql @@ -2471,6 +2474,7 @@ lib/php/phorge/src/applications/arcanist/conduit/ArcanistConduitAPIMethod.php lib/php/phorge/src/applications/audit/application/PhabricatorAuditApplication.php lib/php/phorge/src/applications/audit/conduit/AuditConduitAPIMethod.php lib/php/phorge/src/applications/audit/conduit/AuditQueryConduitAPIMethod.php +lib/php/phorge/src/applications/audit/config/PhabricatorAuditConfigOptions.php lib/php/phorge/src/applications/audit/constants/PhabricatorAuditActionConstants.php lib/php/phorge/src/applications/audit/constants/PhabricatorAuditRequestStatus.php lib/php/phorge/src/applications/audit/controller/PhabricatorAuditController.php @@ -3055,6 +3059,7 @@ lib/php/phorge/src/applications/celerity/CelerityResourceMapGenerator.php lib/php/phorge/src/applications/celerity/CelerityResourceTransformer.php lib/php/phorge/src/applications/celerity/CeleritySpriteGenerator.php lib/php/phorge/src/applications/celerity/CelerityStaticResourceResponse.php +lib/php/phorge/src/applications/celerity/CelerityUnitTestEngine.php lib/php/phorge/src/applications/celerity/__tests__/CelerityPostprocessorTestCase.php lib/php/phorge/src/applications/celerity/__tests__/CelerityResourceTransformerTestCase.php lib/php/phorge/src/applications/celerity/__tests__/transformer/min.css @@ -3231,7 +3236,6 @@ lib/php/phorge/src/applications/config/option/PhabricatorMetaMTAConfigOptions.ph lib/php/phorge/src/applications/config/option/PhabricatorMySQLConfigOptions.php lib/php/phorge/src/applications/config/option/PhabricatorNotificationConfigOptions.php lib/php/phorge/src/applications/config/option/PhabricatorPHDConfigOptions.php -lib/php/phorge/src/applications/config/option/PhabricatorPhurlConfigOptions.php lib/php/phorge/src/applications/config/option/PhabricatorRecaptchaConfigOptions.php lib/php/phorge/src/applications/config/option/PhabricatorSecurityConfigOptions.php lib/php/phorge/src/applications/config/option/PhabricatorSyntaxHighlightingConfigOptions.php @@ -3257,6 +3261,7 @@ lib/php/phorge/src/applications/config/storage/PhabricatorConfigTransaction.php lib/php/phorge/src/applications/config/type/PhabricatorBoolConfigType.php lib/php/phorge/src/applications/config/type/PhabricatorClassConfigType.php lib/php/phorge/src/applications/config/type/PhabricatorConfigType.php +lib/php/phorge/src/applications/config/type/PhabricatorDatabaseNamePrefixType.php lib/php/phorge/src/applications/config/type/PhabricatorEnumConfigType.php lib/php/phorge/src/applications/config/type/PhabricatorIntConfigType.php lib/php/phorge/src/applications/config/type/PhabricatorJSONConfigType.php @@ -3274,6 +3279,7 @@ lib/php/phorge/src/applications/conpherence/ConpherenceTransactionRenderer.php lib/php/phorge/src/applications/conpherence/__tests__/ConpherenceRoomTestCase.php lib/php/phorge/src/applications/conpherence/__tests__/ConpherenceTestCase.php lib/php/phorge/src/applications/conpherence/application/PhabricatorConpherenceApplication.php +lib/php/phorge/src/applications/conpherence/capability/ConpherenceCreateRoomCapability.php lib/php/phorge/src/applications/conpherence/conduit/ConpherenceConduitAPIMethod.php lib/php/phorge/src/applications/conpherence/conduit/ConpherenceCreateThreadConduitAPIMethod.php lib/php/phorge/src/applications/conpherence/conduit/ConpherenceEditConduitAPIMethod.php @@ -5247,6 +5253,7 @@ lib/php/phorge/src/applications/maniphest/field/ManiphestFlagCustomField.php lib/php/phorge/src/applications/maniphest/field/parser/ManiphestCustomFieldStatusParser.php lib/php/phorge/src/applications/maniphest/field/parser/__tests__/ManiphestCustomFieldStatusParserTestCase.php lib/php/phorge/src/applications/maniphest/herald/HeraldManiphestTaskAdapter.php +lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskActingUsersProjectsHeraldField.php lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskAssignHeraldAction.php lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskAssignOtherHeraldAction.php lib/php/phorge/src/applications/maniphest/herald/ManiphestTaskAssignSelfHeraldAction.php @@ -5899,7 +5906,8 @@ lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileEditCo lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileManageController.php lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfilePictureController.php lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileRevisionsController.php -lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileTasksController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileTasksAssignedController.php +lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileTasksAuthoredController.php lib/php/phorge/src/applications/people/controller/PhabricatorPeopleProfileViewController.php lib/php/phorge/src/applications/people/controller/PhabricatorPeopleRenameController.php lib/php/phorge/src/applications/people/controller/PhabricatorPeopleWelcomeController.php @@ -5919,6 +5927,7 @@ lib/php/phorge/src/applications/people/editor/__tests__/PhabricatorUserEditorTes lib/php/phorge/src/applications/people/engine/PhabricatorPeopleProfileMenuEngine.php lib/php/phorge/src/applications/people/engineextension/PeopleHovercardEngineExtension.php lib/php/phorge/src/applications/people/engineextension/PeopleMainMenuBarExtension.php +lib/php/phorge/src/applications/people/engineextension/PeopleProfilePictureBeforeDestructionEngineExtension.php lib/php/phorge/src/applications/people/engineextension/PhabricatorPeopleAvailabilitySearchEngineAttachment.php lib/php/phorge/src/applications/people/engineextension/PhabricatorPeopleDatasourceEngineExtension.php lib/php/phorge/src/applications/people/garbagecollector/PeopleUserLogGarbageCollector.php @@ -5941,7 +5950,8 @@ lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleDetailsProfileM lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleManageProfileMenuItem.php lib/php/phorge/src/applications/people/menuitem/PhabricatorPeoplePictureProfileMenuItem.php lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleRevisionsProfileMenuItem.php -lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleTasksProfileMenuItem.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleTasksAssignedProfileMenuItem.php +lib/php/phorge/src/applications/people/menuitem/PhabricatorPeopleTasksAuthoredProfileMenuItem.php lib/php/phorge/src/applications/people/phid/PhabricatorPeopleExternalIdentifierPHIDType.php lib/php/phorge/src/applications/people/phid/PhabricatorPeopleExternalPHIDType.php lib/php/phorge/src/applications/people/phid/PhabricatorPeopleUserEmailPHIDType.php @@ -6496,6 +6506,7 @@ lib/php/phorge/src/applications/phurl/capability/PhabricatorPhurlURLDefaultEditC lib/php/phorge/src/applications/phurl/capability/PhabricatorPhurlURLDefaultViewCapability.php lib/php/phorge/src/applications/phurl/conduit/PhabricatorPhurlURLEditConduitAPIMethod.php lib/php/phorge/src/applications/phurl/conduit/PhabricatorPhurlURLSearchConduitAPIMethod.php +lib/php/phorge/src/applications/phurl/config/PhabricatorPhurlConfigOptions.php lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlController.php lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlShortURLController.php lib/php/phorge/src/applications/phurl/controller/PhabricatorPhurlShortURLDefaultController.php @@ -7347,7 +7358,6 @@ lib/php/phorge/src/applications/subscriptions/policyrule/PhabricatorSubscription lib/php/phorge/src/applications/subscriptions/query/PhabricatorSubscribersQuery.php lib/php/phorge/src/applications/subscriptions/view/SubscriptionListDialogBuilder.php lib/php/phorge/src/applications/subscriptions/view/SubscriptionListStringBuilder.php -lib/php/phorge/src/applications/support/application/PhabricatorSupportApplication.php lib/php/phorge/src/applications/system/action/PhabricatorSystemAction.php lib/php/phorge/src/applications/system/application/PhabricatorSystemApplication.php lib/php/phorge/src/applications/system/codex/PhabricatorDestructibleCodex.php @@ -7364,6 +7374,7 @@ lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsContro lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsPlatformController.php lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsResourceController.php lib/php/phorge/src/applications/system/controller/robots/PhabricatorRobotsShortController.php +lib/php/phorge/src/applications/system/engine/PhabricatorBeforeDestructionEngineExtension.php lib/php/phorge/src/applications/system/engine/PhabricatorCacheEngine.php lib/php/phorge/src/applications/system/engine/PhabricatorCacheEngineExtension.php lib/php/phorge/src/applications/system/engine/PhabricatorDefaultUnlockEngine.php @@ -7587,6 +7598,7 @@ lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransact lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransactionJSONDiffDetailView.php lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransactionTextDiffDetailView.php lib/php/phorge/src/applications/transactions/view/PhabricatorApplicationTransactionView.php +lib/php/phorge/src/applications/transactions/view/PhorgeApplicationMentionsListView.php lib/php/phorge/src/applications/transactions/worker/PhabricatorApplicationTransactionPublishWorker.php lib/php/phorge/src/applications/transactions/xaction/PhabricatorCoreCreateTransaction.php lib/php/phorge/src/applications/transactions/xaction/PhabricatorCoreTransactionType.php @@ -7617,6 +7629,7 @@ lib/php/phorge/src/applications/typeahead/datasource/__tests__/PhabricatorTypeah lib/php/phorge/src/applications/typeahead/engineextension/PhabricatorMonogramDatasourceEngineExtension.php lib/php/phorge/src/applications/typeahead/exception/PhabricatorTypeaheadInvalidTokenException.php lib/php/phorge/src/applications/typeahead/exception/PhabricatorTypeaheadLoginRequiredException.php +lib/php/phorge/src/applications/typeahead/interface/PhabricatorInvolveeInterface.php lib/php/phorge/src/applications/typeahead/storage/PhabricatorTypeaheadResult.php lib/php/phorge/src/applications/typeahead/view/PhabricatorTypeaheadTokenView.php lib/php/phorge/src/applications/uiexample/application/PhabricatorUIExamplesApplication.php @@ -7679,6 +7692,7 @@ lib/php/phorge/src/docs/contributor/css_coding_standards.diviner lib/php/phorge/src/docs/contributor/database.diviner lib/php/phorge/src/docs/contributor/describing_problems.diviner lib/php/phorge/src/docs/contributor/developer_setup.diviner +lib/php/phorge/src/docs/contributor/event_triggers.diviner lib/php/phorge/src/docs/contributor/feature_requests.diviner lib/php/phorge/src/docs/contributor/general_coding_standards.diviner lib/php/phorge/src/docs/contributor/handles.diviner @@ -8544,7 +8558,6 @@ lib/php/phorge/src/view/phui/calendar/PHUICalendarMonthView.php lib/php/phorge/src/view/phui/calendar/PHUICalendarWeekView.php lib/php/phorge/src/view/phui/calendar/PHUICalendarWidgetView.php lib/php/phorge/src/view/viewutils.php -lib/php/phorge/src/view/widget/AphrontKeyboardShortcutsAvailableView.php lib/php/phorge/src/view/widget/AphrontStackTraceView.php lib/php/phorge/src/view/widget/bars/AphrontBarView.php lib/php/phorge/src/view/widget/bars/AphrontGlyphBarView.php @@ -8566,6 +8579,7 @@ lib/php/phorge/support/empty/README lib/php/phorge/support/lint/browser.jshintrc lib/php/phorge/support/lint/node.jshintrc lib/php/phorge/support/phame/libskin.php +lib/php/phorge/support/php-parser/PhorgePHPParserExtractor.php lib/php/phorge/support/startup/PhabricatorClientConnectionLimit.php lib/php/phorge/support/startup/PhabricatorClientLimit.php lib/php/phorge/support/startup/PhabricatorClientRateLimit.php @@ -8586,7 +8600,6 @@ lib/php/phorge/webroot/rsrc/css/aphront/dialog-view.css lib/php/phorge/webroot/rsrc/css/aphront/list-filter-view.css lib/php/phorge/webroot/rsrc/css/aphront/multi-column.css lib/php/phorge/webroot/rsrc/css/aphront/notification.css -lib/php/phorge/webroot/rsrc/css/aphront/panel-view.css lib/php/phorge/webroot/rsrc/css/aphront/table-view.css lib/php/phorge/webroot/rsrc/css/aphront/tokenizer.css lib/php/phorge/webroot/rsrc/css/aphront/tooltip.css @@ -8621,22 +8634,18 @@ lib/php/phorge/webroot/rsrc/css/application/differential/add-comment.css lib/php/phorge/webroot/rsrc/css/application/differential/changeset-view.css lib/php/phorge/webroot/rsrc/css/application/differential/core.css lib/php/phorge/webroot/rsrc/css/application/differential/phui-inline-comment.css -lib/php/phorge/webroot/rsrc/css/application/differential/revision-comment.css lib/php/phorge/webroot/rsrc/css/application/differential/revision-history.css -lib/php/phorge/webroot/rsrc/css/application/differential/revision-list.css lib/php/phorge/webroot/rsrc/css/application/differential/table-of-contents.css lib/php/phorge/webroot/rsrc/css/application/diffusion/diffusion-icons.css lib/php/phorge/webroot/rsrc/css/application/diffusion/diffusion-readme.css lib/php/phorge/webroot/rsrc/css/application/diffusion/diffusion-repository.css lib/php/phorge/webroot/rsrc/css/application/diffusion/diffusion.css -lib/php/phorge/webroot/rsrc/css/application/feed/feed.css lib/php/phorge/webroot/rsrc/css/application/files/global-drag-and-drop.css lib/php/phorge/webroot/rsrc/css/application/flag/flag.css lib/php/phorge/webroot/rsrc/css/application/harbormaster/harbormaster.css lib/php/phorge/webroot/rsrc/css/application/herald/herald-test.css lib/php/phorge/webroot/rsrc/css/application/herald/herald.css lib/php/phorge/webroot/rsrc/css/application/maniphest/report.css -lib/php/phorge/webroot/rsrc/css/application/maniphest/task-edit.css lib/php/phorge/webroot/rsrc/css/application/maniphest/task-summary.css lib/php/phorge/webroot/rsrc/css/application/objectselector/object-selector.css lib/php/phorge/webroot/rsrc/css/application/owners/owners-path-editor.css @@ -8650,7 +8659,6 @@ lib/php/phorge/webroot/rsrc/css/application/pholio/pholio.css lib/php/phorge/webroot/rsrc/css/application/phortune/phortune-credit-card-form.css lib/php/phorge/webroot/rsrc/css/application/phortune/phortune-invoice.css lib/php/phorge/webroot/rsrc/css/application/phortune/phortune.css -lib/php/phorge/webroot/rsrc/css/application/phrequent/phrequent.css lib/php/phorge/webroot/rsrc/css/application/phriction/phriction-document-css.css lib/php/phorge/webroot/rsrc/css/application/policy/policy-edit.css lib/php/phorge/webroot/rsrc/css/application/policy/policy-transaction-detail.css @@ -8839,8 +8847,6 @@ lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/source/Typea lib/php/phorge/webroot/rsrc/externals/javelin/lib/control/typeahead/source/TypeaheadStaticSource.js lib/php/phorge/webroot/rsrc/favicons/favicon-16x16.png lib/php/phorge/webroot/rsrc/favicons/mask-icon.svg -lib/php/phorge/webroot/rsrc/image/BFCFDA.png -lib/php/phorge/webroot/rsrc/image/actions/edit.png lib/php/phorge/webroot/rsrc/image/avatar.png lib/php/phorge/webroot/rsrc/image/checker_dark.png lib/php/phorge/webroot/rsrc/image/checker_light.png @@ -8849,47 +8855,19 @@ lib/php/phorge/webroot/rsrc/image/chevron-in.png lib/php/phorge/webroot/rsrc/image/chevron-out.png lib/php/phorge/webroot/rsrc/image/controls/checkbox-checked.png lib/php/phorge/webroot/rsrc/image/controls/checkbox-unchecked.png -lib/php/phorge/webroot/rsrc/image/d5d8e1.png lib/php/phorge/webroot/rsrc/image/darkload.gif -lib/php/phorge/webroot/rsrc/image/divot.png lib/php/phorge/webroot/rsrc/image/examples/hero.png -lib/php/phorge/webroot/rsrc/image/grippy_texture.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/README -lib/php/phorge/webroot/rsrc/image/icon/fatcow/arrow_branch.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/arrow_merge.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/calendar_edit.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/document_black.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_blue.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_finish.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_ghost.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_green.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_orange.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_pink.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_purple.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_red.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/flag_yellow.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/key_question.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/link.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/page_white_edit.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/page_white_put.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/conduit.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/email.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/fax.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/mobile.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/tablet.png -lib/php/phorge/webroot/rsrc/image/icon/fatcow/source/web.png -lib/php/phorge/webroot/rsrc/image/icon/subscribe.png -lib/php/phorge/webroot/rsrc/image/icon/tango/README -lib/php/phorge/webroot/rsrc/image/icon/tango/attachment.png -lib/php/phorge/webroot/rsrc/image/icon/tango/edit.png -lib/php/phorge/webroot/rsrc/image/icon/tango/go-down.png -lib/php/phorge/webroot/rsrc/image/icon/tango/log.png -lib/php/phorge/webroot/rsrc/image/icon/tango/upload.png -lib/php/phorge/webroot/rsrc/image/icon/unsubscribe.png -lib/php/phorge/webroot/rsrc/image/lightblue-header.png +lib/php/phorge/webroot/rsrc/image/grip.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_blue.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_finish.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_ghost.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_green.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_orange.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_pink.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_purple.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_red.svg +lib/php/phorge/webroot/rsrc/image/icon/flags/flag_yellow.svg lib/php/phorge/webroot/rsrc/image/logo/project-logo.png -lib/php/phorge/webroot/rsrc/image/main_texture.png -lib/php/phorge/webroot/rsrc/image/menu_texture.png lib/php/phorge/webroot/rsrc/image/people/harding.png lib/php/phorge/webroot/rsrc/image/people/jefferson.png lib/php/phorge/webroot/rsrc/image/people/lincoln.png @@ -8906,24 +8884,11 @@ lib/php/phorge/webroot/rsrc/image/people/user7.png lib/php/phorge/webroot/rsrc/image/people/user8.png lib/php/phorge/webroot/rsrc/image/people/user9.png lib/php/phorge/webroot/rsrc/image/people/washington.png -lib/php/phorge/webroot/rsrc/image/phrequent_active.png -lib/php/phorge/webroot/rsrc/image/phrequent_inactive.png lib/php/phorge/webroot/rsrc/image/resize.png lib/php/phorge/webroot/rsrc/image/sprite-login-X2.png lib/php/phorge/webroot/rsrc/image/sprite-login.png lib/php/phorge/webroot/rsrc/image/sprite-tokens-X2.png lib/php/phorge/webroot/rsrc/image/sprite-tokens.png -lib/php/phorge/webroot/rsrc/image/texture/card-gradient.png -lib/php/phorge/webroot/rsrc/image/texture/dark-menu-hover.png -lib/php/phorge/webroot/rsrc/image/texture/dark-menu.png -lib/php/phorge/webroot/rsrc/image/texture/dust_background.jpeg -lib/php/phorge/webroot/rsrc/image/texture/grip.png -lib/php/phorge/webroot/rsrc/image/texture/panel-header-gradient.png -lib/php/phorge/webroot/rsrc/image/texture/phlnx-bg.png -lib/php/phorge/webroot/rsrc/image/texture/pholio-background.gif -lib/php/phorge/webroot/rsrc/image/texture/table_header.png -lib/php/phorge/webroot/rsrc/image/texture/table_header_hover.png -lib/php/phorge/webroot/rsrc/image/texture/table_header_tall.png lib/php/phorge/webroot/rsrc/js/application/aphlict/Aphlict.js lib/php/phorge/webroot/rsrc/js/application/aphlict/behavior-aphlict-dropdown.js lib/php/phorge/webroot/rsrc/js/application/aphlict/behavior-aphlict-listen.js