Skip to content

Commit 1becf5a

Browse files
author
Haruko Schmidt
committed
Merge origin/master into master
2 parents aa40c3f + 1f9b5d7 commit 1becf5a

File tree

118 files changed

+115
-411
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+115
-411
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
used for board provider abstraction
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
columns
1+
cards
22
moveCard: anSPBCard after: anotherSPBCard toColumn: anSPBColumn
33

44
self subclassResponsibility.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
columns
1+
cards
22
moveCardToTop: aSPBCard toColumn: aSPBColumn
33

44
self subclassResponsibility.

Squello-Core.package/SPBAbstractBoardProvider.class/properties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
],
55
"classvars" : [
66
],
7-
"commentStamp" : "",
7+
"commentStamp" : "L.L. 7/12/2024 22:15",
88
"instvars" : [
99
"user",
1010
"repo" ],
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
as yet unclassified
1+
updating
22
toggleClosed
33

44
self subclassResponsibility.

Squello-Core.package/SPBAbstractCard.class/instance/toggleIsHighlighted.st

Lines changed: 0 additions & 4 deletions
This file was deleted.

Squello-Core.package/SPBAbstractCard.class/methodProperties.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,5 @@
2020
"removeLabelLocal:" : "lo 7/31/2022 17:04",
2121
"title" : "lo 7/31/2022 16:06",
2222
"toggleClosed" : "AH 5/25/2024 16:50",
23-
"toggleIsHighlighted" : "AH 6/14/2024 13:19",
2423
"updateDescription:" : "lo 7/31/2022 17:04",
2524
"updateTitle:" : "lo 7/31/2022 17:04" } }

Squello-Core.package/SPBAuthenticationForm.class/instance/actionSubmit.st

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ actionSubmit
44
| oldUsername areCredentialsNil |
55
areCredentialsNil := (self username isNil or: [self token isNil]).
66
areCredentialsNil
7-
ifTrue: [^ self errorEmptyField].
7+
ifTrue: [^ self errorEmptyField.].
88

99
SPBAuthenticator token: self token.
1010
oldUsername := SPBAuthenticator username.
@@ -13,4 +13,4 @@ actionSubmit
1313
(self checkUserValid)
1414
ifTrue: [self changed: #close]
1515
ifFalse: [SPBGithubAPI username: oldUsername.
16-
^ self errorUserNotFound].
16+
^ self errorUserNotFound.].

Squello-Core.package/SPBAuthenticationForm.class/methodProperties.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"open" : "jh 7/31/2022 13:05" },
44
"instance" : {
55
"actionCancel" : "mcr 7/4/2022 00:36",
6-
"actionSubmit" : "AH 7/12/2024 15:44",
6+
"actionSubmit" : "L.L. 7/12/2024 21:18",
77
"buildButtons:" : "FP 6/13/2024 11:10",
88
"buildInputFields:" : "mcr 8/4/2022 00:18",
99
"buildInputPanel:" : "Haru 7/12/2024 20:08",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
accessing
22
username
33

4-
^ Username
4+
^ Username.

0 commit comments

Comments
 (0)