[pharo-project/pharo-core] f57843: 60163

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[pharo-project/pharo-core] f57843: 60163

Eliot Miranda-3
  Branch: refs/heads/6.0
  Home:   https://github.com/pharo-project/pharo-core
  Commit: f578434a0d828004d918c36066a3cff9163f056b
      https://github.com/pharo-project/pharo-core/commit/f578434a0d828004d918c36066a3cff9163f056b
  Author: Jenkins Build Server <[hidden email]>
  Date:   2016-08-03 (Wed, 03 Aug 2016)

  Changed paths:
    M AST-Core.package/RBArgumentNode.class/README.md
    M AST-Core.package/RBBlockNode.class/README.md
    M AST-Core.package/RBComment.class/README.md
    M AST-Core.package/RBGlobalNode.class/README.md
    M AST-Core.package/RBInstanceVariableNode.class/README.md
    M AST-Core.package/RBLiteralValueNode.class/README.md
    M AST-Core.package/RBMessageNode.class/README.md
    M AST-Core.package/RBMethodNode.class/README.md
    M AST-Core.package/RBParseErrorNode.class/README.md
    M AST-Core.package/RBPatternPragmaNode.class/README.md
    M AST-Core.package/RBPragmaNode.class/README.md
    M AST-Core.package/RBProgramNode.class/README.md
    M AST-Core.package/RBSequenceNode.class/README.md
    M AST-Core.package/RBTemporaryNode.class/README.md
    M AST-Core.package/RBVariableNode.class/README.md
    R ConfigurationOfEpicea.package/ConfigurationOfEpicea.class/instance/tags/stable_.st
    A ConfigurationOfEpicea.package/ConfigurationOfEpicea.class/instance/versions/stable_.st
    A ConfigurationOfEpicea.package/ConfigurationOfEpicea.class/instance/versions/version796_.st
    A ConfigurationOfEpicea.package/ConfigurationOfEpicea.class/instance/versions/version797_.st
    M Epicea.package/EpLog.class/definition.st
    R Epicea.package/EpLog.class/instance/accessing/commitAt_ifPresent_.st
    R Epicea.package/EpLog.class/instance/accessing/commitAt_put_.st
    A Epicea.package/EpLog.class/instance/copying/copyFromHead.st
    M Epicea.package/EpLog.class/instance/initialization/initializeWith_.st
    R Epicea.package/EpMonitor.class/class/accessing/detectLostLogAndDo_.st
    R Epicea.package/EpMonitor.class/class/accessing/findLogFiles.st
    R Epicea.package/EpMonitor.class/class/accessing/findLogFilesIn_.st
    R Epicea.package/EpMonitor.class/class/accessing/loadAllLogs.st
    R Epicea.package/EpMonitor.class/class/accessing/loadCurrentImageLogs.st
    A Epicea.package/EpMonitor.class/class/accessing/logFilesIn_.st
    A Epicea.package/EpPluggableFilter.class/class/special filters/after_.st
    A Epicea.package/EpPluggableFilter.class/class/special filters/before_.st
    A Epicea.package/EpPluggableFilter.class/class/special filters/todayFilter.st
    M Epicea.package/EpPluggableFilter.class/class/well-known filters/behaviorFilter.st
    M Epicea.package/EpPluggableFilter.class/class/well-known filters/codeChangeFilter.st
    R Epicea.package/EpPluggableFilter.class/class/well-known filters/evaluationFilter.st
    R Epicea.package/EpPluggableFilter.class/class/well-known filters/lastSixHoursFilter.st
    M Epicea.package/EpPluggableFilter.class/class/well-known filters/logBrowserOperationFilter.st
    M Epicea.package/EpPluggableFilter.class/class/well-known filters/methodFilter.st
    M Epicea.package/EpPluggableFilter.class/class/well-known filters/noTriggerFilter.st
    M Epicea.package/EpPluggableFilter.class/class/well-known filters/refactoringScopeFilter.st
    R Epicea.package/EpPluggableFilter.class/class/well-known filters/todayFilter.st
    A EpiceaBrowsers.package/EpAbsentItem.class/instance/converting/asMorph.st
    R EpiceaBrowsers.package/EpAbsentItem.class/instance/operations/timeString.st
    R EpiceaBrowsers.package/EpAbsentItem.class/instance/populating browser/displayWidget.st
    A EpiceaBrowsers.package/EpEntryItem.class/instance/converting/asMorph.st
    M EpiceaBrowsers.package/EpEntryItem.class/instance/populating browser/defaultMenuActions.st
    R EpiceaBrowsers.package/EpEntryItem.class/instance/populating browser/displayWidget.st
    A EpiceaBrowsers.package/EpFetchMoreItem.class/instance/converting/asMorph.st
    R EpiceaBrowsers.package/EpFetchMoreItem.class/instance/operations/timeString.st
    R EpiceaBrowsers.package/EpFetchMoreItem.class/instance/populating browser/displayWidget.st
    M EpiceaBrowsers.package/EpFilteredEntriesItem.class/definition.st
    M EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/accessing/entries.st
    R EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/accessing/entries_.st
    A EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/accessing/filteredEntriesCount.st
    A EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/accessing/filteredEntriesCount_.st
    A EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/accessing/olderFilteredEntry.st
    A EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/accessing/olderFilteredEntry_.st
    M EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/accessing/priorEntryReference.st
    A EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/converting/asMorph.st
    A EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/initialization/initialize.st
    R EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/populating browser/displayWidget.st
    M EpiceaBrowsers.package/EpFilteredEntriesItem.class/instance/testing/isCombinableWith_ifTrue_ifFalse_.st
    A EpiceaBrowsers.package/EpLogBrowser.class/class/instance creation/openWithItems_.st
    A EpiceaBrowsers.package/EpLogBrowser.class/instance/accessing filters/removeAllFilters.st
    M EpiceaBrowsers.package/EpLogBrowser.class/instance/initialization/initializeFiltersModel.st
    M EpiceaBrowsers.package/EpLogBrowser.class/instance/initialization/initializeItemsModel.st
    M EpiceaBrowsers.package/EpLogBrowser.class/instance/initialization/initializeTabs.st
    A EpiceaBrowsers.package/EpLogBrowserItem.class/instance/converting/asMorph.st
    R EpiceaBrowsers.package/EpLogBrowserItem.class/instance/populating browser/displayWidget.st
    M EpiceaBrowsers.package/EpLogBrowserView.class/instance/initialization/initializeBrowser.st
    M EpiceaBrowsers.package/EpLostChangesDetector.class/class/startup - shutdown/startUp_.st
    R EpiceaBrowsers.package/EpMenuActionsVisitor.class/instance/private - menu actions/redoMenuAction.st
    M EpiceaBrowsers.package/EpMenuActionsVisitor.class/instance/private - menu actions/redoSelectionCompleteRefactoringMenuAction.st
    M EpiceaBrowsers.package/EpMenuActionsVisitor.class/instance/private - menu actions/redoSelectionPropagateRefactoringMenuAction.st
    R EpiceaBrowsers.package/EpMenuActionsVisitor.class/instance/private - menu actions/undoMenuAction.st
    M EpiceaBrowsers.package/EpMenuActionsVisitor.class/instance/visitor/visitCodeChange_.st
    R EpiceaBrowsers.package/EpMenuActionsVisitor.class/instance/visitor/visitExpressionEvaluation_.st
    R EpiceaBrowsers.package/EpMenuActionsVisitor.class/instance/visitor/visitMonticelloVersionsLoad_.st
    R EpiceaBrowsers.package/EpMenuActionsVisitor.class/instance/visitor/visitRedo_.st
    R EpiceaBrowsers.package/EpPriorView.class/instance/initialization/initializeBrowser.st
    M EpiceaBrowsers.package/EpPriorView.class/instance/private/draggingPassengerMorphsFor_.st
    R EpiceaBrowsers.package/EpPriorView.class/instance/private/itemFor_.st
    M EpiceaBrowsers.package/EpPriorView.class/instance/private/newFilteredItemFor_.st
    M EpiceaBrowsers.package/EpPriorView.class/instance/private/next_from_.st
    M EpiceaBrowsers.package/EpPriorView.class/instance/refreshing/refresh.st
    A EpiceaBrowsers.package/EpRedoVisitor.class/instance/visitor/visitProtocolAddition_.st
    M EpiceaBrowsers.package/EpRedoVisitor.class/instance/visitor/visitProtocolRemoval_.st
    M EpiceaBrowsers.package/EpSelection.class/instance/accessing/entriesToRedo.st
    A EpiceaBrowsers.package/EpSelection.class/instance/operations/filterAfter.st
    A EpiceaBrowsers.package/EpSelection.class/instance/operations/filterBefore.st
    A EpiceaBrowsers.package/EpSelection.class/instance/operations/removeAllFilters.st
    M EpiceaBrowsers.package/EpSelection.class/instance/operations/spawnSorterWithSelection.st
    M EpiceaBrowsers.package/EpSelection.class/instance/populating menu/filtersSubMenu.st
    M EpiceaBrowsers.package/EpSelection.class/instance/populating menu/populateMenu_.st
    M EpiceaBrowsers.package/EpSessionBrowser.class/instance/refresing/refresh.st
    R EpiceaBrowsers.package/EpSorterView.class/instance/initialization/initializeBrowser.st
    M EpiceaBrowsers.package/EpSorterView.class/instance/private/wantedItemsFrom_.st
    A EpiceaBrowsers.package/EpUndoVisitor.class/instance/visitor/visitProtocolAddition_.st
    A EpiceaBrowsers.package/EpUndoVisitor.class/instance/visitor/visitProtocolRemoval_.st
    R EpiceaBrowsersTests.package/EpAbsentEntryViewTest.class/README.md
    R EpiceaBrowsersTests.package/EpAbsentEntryViewTest.class/definition.st
    R EpiceaBrowsersTests.package/EpAbsentEntryViewTest.class/instance/resources/newLog.st
    R EpiceaBrowsersTests.package/EpAbsentEntryViewTest.class/instance/resources/pageSize.st
    R EpiceaBrowsersTests.package/EpAbsentEntryViewTest.class/instance/tests/testRootItems.st
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/README.md
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/class/initialization/withMiniMonticello_.st
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/definition.st
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/instance/accessing/miniMonticelloResource_.st
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/instance/visitor/visitClassAddition_.st
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/instance/visitor/visitClassModification_.st
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/instance/visitor/visitClassRemoval_.st
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/instance/visitor/visitCodeChange_.st
    R EpiceaBrowsersTests.package/EpBeforeTestVisitor.class/instance/visitor/visitMethodModification_.st
    R EpiceaBrowsersTests.package/EpClassFactoryForTestCase.class/README.md
    R EpiceaBrowsersTests.package/EpClassFactoryForTestCase.class/definition.st
    R EpiceaBrowsersTests.package/EpClassFactoryForTestCase.class/instance/accessing/packageName.st
    R EpiceaBrowsersTests.package/EpFilterTest.class/instance/tests/testEvaluation.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/README.md
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/definition.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/accessing/classFactory.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/accessing/currentSnapshot.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/accessing/patchRelativeTo_.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/accessing/utilityPackage.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/accessing/utilityRepo.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/accessing/utilityWorkingCopy.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/accessing/workingPatch.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/accessing/workingSnapshot.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/actions/revert.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/actions/snapshot.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/running/setUp.st
    R EpiceaBrowsersTests.package/EpMiniMonticelloResource.class/instance/running/tearDown.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/README.md
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/class/accessing/resources.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/definition.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/asserting/assertNoChanges.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/asserting/assertNoChangesRelativeTo_.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/running/runCase.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/running/tearDown.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/test-generation/generateAllTests.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testBehaviorCategoryChange.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testBehaviorCommentChange.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testBehaviorNameChange.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testCategoryAddition.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testCategoryRemoval.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testCategoryRename.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testClassAddition.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testClassModification.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testClassRemoval.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testItem_.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testMethodAddition.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testMethodModification.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testMethodRemoval.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testProtocolAddition.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testProtocolRemoval.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testTraitAddition.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testTraitModification.st
    R EpiceaBrowsersTests.package/EpRedoAndUndoVisitorTest.class/instance/tests/testTraitRemoval.st
    R Ombu.package/OmSessionStore.class/instance/testing/isPointsTo_.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/README.md
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/definition.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/instance/tests/constFromBlock_.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/instance/tests/constFromReceiverExpression.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/instance/tests/sumOfTwoConsts_and_.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/instance/tests/testAPIFromBlock.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/instance/tests/testAPIFromMessageSendReceiver.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/instance/tests/testConstPlaceInTransformedMethod.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/instance/tests/testTwoConstsInSameMethod.st
    A Reflectivity-Tools-Tests.package/MethodConstTests.class/instance/tests/testUsingConstJustInSameMethod.st
    A Reflectivity.package/extension/Object/instance/asMethodConst.st
    R ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60162.st
    A ScriptLoader60.package/ScriptLoader.class/instance/pharo - scripts/script60163.st
    R ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60162.st
    A ScriptLoader60.package/ScriptLoader.class/instance/pharo - updates/update60163.st
    M ScriptLoader60.package/ScriptLoader.class/instance/public/commentForCurrentUpdate.st

  Log Message:
  -----------
  60163
18831 Integrate new  Epicea  version
        https://pharo.fogbugz.com/f/cases/18831

18768 Inlined method const could be implemented by metalinks
        https://pharo.fogbugz.com/f/cases/18768

18835 Update RBParser-Nodes class comments
        https://pharo.fogbugz.com/f/cases/18835

http://files.pharo.org/image/60/60163.zip


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f57843: 60163

Marcus Denker-4

> On 03 Aug 2016, at 11:07, GitHub <[hidden email]> wrote:
>
>
>  Log Message:
>  -----------
>  60163
> 18831 Integrate new  Epicea  version
> https://pharo.fogbugz.com/f/cases/18831
>
ChangeLog for this:

- Case 18813: Implement redo and undo of protocol addition and removal.

- Case 18612: disable drag&drop until TreeModel supports it correctly.

- Case 18384: Redo and undo: show on any selection (not only when all selected entries are code changes).

- Enhancement: Improve lost changes detection; show only the events actually lost.

- Enhancement: Pass on filters.

- Clean up: Do not show the "absent entry" item anymore since it was not useful at all.

- Clean up: Remove unused "commit tags" in log browser.

- Clean up: Remove unused tests. They were good idea, we can re-introduce them but working and covering more cases.

- Clean up: Rename #displayWidget to #asMorph in EpLogBrowserItem''s hierarchy. It is more meaningful.

- Workaround: Hide "Open in Sorter" menu action since it is useless until Treemodel drag&drop is fixed.



> 18768 Inlined method const could be implemented by metalinks
> https://pharo.fogbugz.com/f/cases/18768
>
> 18835 Update RBParser-Nodes class comments
> https://pharo.fogbugz.com/f/cases/18835
>
> http://files.pharo.org/image/60/60163.zip
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f57843: 60163

stepharo
Thanks Martin.

We missed yesterday: show only the latest version of every entities. :)


Setf


Le 3/8/16 à 11:23, Marcus Denker a écrit :

>> On 03 Aug 2016, at 11:07, GitHub <[hidden email]> wrote:
>>
>>
>>   Log Message:
>>   -----------
>>   60163
>> 18831 Integrate new  Epicea  version
>> https://pharo.fogbugz.com/f/cases/18831
>>
> ChangeLog for this:
>
> - Case 18813: Implement redo and undo of protocol addition and removal.
>
> - Case 18612: disable drag&drop until TreeModel supports it correctly.
>
> - Case 18384: Redo and undo: show on any selection (not only when all selected entries are code changes).
>
> - Enhancement: Improve lost changes detection; show only the events actually lost.
>
> - Enhancement: Pass on filters.
>
> - Clean up: Do not show the "absent entry" item anymore since it was not useful at all.
>
> - Clean up: Remove unused "commit tags" in log browser.
>
> - Clean up: Remove unused tests. They were good idea, we can re-introduce them but working and covering more cases.
>
> - Clean up: Rename #displayWidget to #asMorph in EpLogBrowserItem''s hierarchy. It is more meaningful.
>
> - Workaround: Hide "Open in Sorter" menu action since it is useless until Treemodel drag&drop is fixed.
>
>
>
>> 18768 Inlined method const could be implemented by metalinks
>> https://pharo.fogbugz.com/f/cases/18768
>>
>> 18835 Update RBParser-Nodes class comments
>> https://pharo.fogbugz.com/f/cases/18835
>>
>> http://files.pharo.org/image/60/60163.zip
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f57843: 60163

Ben Coman
In reply to this post by Marcus Denker-4
Thanks for the follow up post of this change log Marcus.
cheers -ben

On Wed, Aug 3, 2016 at 5:23 PM, Marcus Denker <[hidden email]> wrote:

>
>> On 03 Aug 2016, at 11:07, GitHub <[hidden email]> wrote:
>>
>>
>>  Log Message:
>>  -----------
>>  60163
>> 18831 Integrate new  Epicea  version
>>       https://pharo.fogbugz.com/f/cases/18831
>>
> ChangeLog for this:
>
> - Case 18813: Implement redo and undo of protocol addition and removal.
>
> - Case 18612: disable drag&drop until TreeModel supports it correctly.
>
> - Case 18384: Redo and undo: show on any selection (not only when all selected entries are code changes).
>
> - Enhancement: Improve lost changes detection; show only the events actually lost.
>
> - Enhancement: Pass on filters.
>
> - Clean up: Do not show the "absent entry" item anymore since it was not useful at all.
>
> - Clean up: Remove unused "commit tags" in log browser.
>
> - Clean up: Remove unused tests. They were good idea, we can re-introduce them but working and covering more cases.
>
> - Clean up: Rename #displayWidget to #asMorph in EpLogBrowserItem''s hierarchy. It is more meaningful.
>
> - Workaround: Hide "Open in Sorter" menu action since it is useless until Treemodel drag&drop is fixed.
>
>
>
>> 18768 Inlined method const could be implemented by metalinks
>>       https://pharo.fogbugz.com/f/cases/18768
>>
>> 18835 Update RBParser-Nodes class comments
>>       https://pharo.fogbugz.com/f/cases/18835
>>
>> http://files.pharo.org/image/60/60163.zip
>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f57843: 60163

Sean P. DeNigris
Administrator
Ben Coman wrote
Thanks for the follow up post of this change log Marcus.
+1!!
Cheers,
Sean
Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f57843: 60163

tinchodias
In reply to this post by stepharo
Hi Stef, good, I take note. I improved filters in the recent releases and will continue improving.

Martin

On Wed, Aug 3, 2016 at 5:30 PM, stepharo <[hidden email]> wrote:
Thanks Martin.

We missed yesterday: show only the latest version of every entities. :)


Setf


Le 3/8/16 à 11:23, Marcus Denker a écrit :

On 03 Aug 2016, at 11:07, GitHub <[hidden email]> wrote:


  Log Message:
  -----------
  60163
18831 Integrate new  Epicea  version
        https://pharo.fogbugz.com/f/cases/18831

ChangeLog for this:

- Case 18813: Implement redo and undo of protocol addition and removal.

- Case 18612: disable drag&drop until TreeModel supports it correctly.

- Case 18384: Redo and undo: show on any selection (not only when all selected entries are code changes).

- Enhancement: Improve lost changes detection; show only the events actually lost.

- Enhancement: Pass on filters.

- Clean up: Do not show the "absent entry" item anymore since it was not useful at all.

- Clean up: Remove unused "commit tags" in log browser.

- Clean up: Remove unused tests. They were good idea, we can re-introduce them but working and covering more cases.

- Clean up: Rename #displayWidget to #asMorph in EpLogBrowserItem''s hierarchy. It is more meaningful.

- Workaround: Hide "Open in Sorter" menu action since it is useless until Treemodel drag&drop is fixed.



18768 Inlined method const could be implemented by metalinks
        https://pharo.fogbugz.com/f/cases/18768

18835 Update RBParser-Nodes class comments
        https://pharo.fogbugz.com/f/cases/18835

http://files.pharo.org/image/60/60163.zip







Reply | Threaded
Open this post in threaded view
|

Re: [pharo-project/pharo-core] f57843: 60163

stepharo



Le 5/8/16 à 05:28, Martin Dias a écrit :
Hi Stef, good, I take note. I improved filters in the recent releases and will continue improving.

Thanks Martin

I have problems with the menu item names :)
To me redo looks strange
when I get a crash I want to import the changes not redo them.
Then I do not get what undo means (yes I know this is probably revert)
May be some pharoers have better names than mine.

Stef

Martin

On Wed, Aug 3, 2016 at 5:30 PM, stepharo <[hidden email]> wrote:
Thanks Martin.

We missed yesterday: show only the latest version of every entities. :)


Setf


Le 3/8/16 à 11:23, Marcus Denker a écrit :

On 03 Aug 2016, at 11:07, GitHub <[hidden email]> wrote:


  Log Message:
  -----------
  60163
18831 Integrate new  Epicea  version
        https://pharo.fogbugz.com/f/cases/18831

ChangeLog for this:

- Case 18813: Implement redo and undo of protocol addition and removal.

- Case 18612: disable drag&drop until TreeModel supports it correctly.

- Case 18384: Redo and undo: show on any selection (not only when all selected entries are code changes).

- Enhancement: Improve lost changes detection; show only the events actually lost.

- Enhancement: Pass on filters.

- Clean up: Do not show the "absent entry" item anymore since it was not useful at all.

- Clean up: Remove unused "commit tags" in log browser.

- Clean up: Remove unused tests. They were good idea, we can re-introduce them but working and covering more cases.

- Clean up: Rename #displayWidget to #asMorph in EpLogBrowserItem''s hierarchy. It is more meaningful.

- Workaround: Hide "Open in Sorter" menu action since it is useless until Treemodel drag&drop is fixed.



18768 Inlined method const could be implemented by metalinks
        https://pharo.fogbugz.com/f/cases/18768

18835 Update RBParser-Nodes class comments
        https://pharo.fogbugz.com/f/cases/18835

http://files.pharo.org/image/60/60163.zip