-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix using $this outside object context.
Fix setters chaining. Change base classes' resolution. Use ArrayIterator to store entries.
- Loading branch information
Showing
2 changed files
with
42 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,22 @@ | ||
------------------------------------------------------------------------ | ||
r671 | anrdaemon | 2017-06-23 22:49:17 +0300 (Пт, 23 июн 2017) | 2 lines | ||
r684 | anrdaemon | 2017-10-10 07:41:44 +0300 (Вт, 10 окт 2017) | 3 lines | ||
|
||
* Tweak thumbnail image dimensions calculation. | ||
- Fix using $this outside object context. | ||
* Change base classes' resolution. | ||
|
||
------------------------------------------------------------------------ | ||
r670 | anrdaemon | 2017-06-23 22:38:51 +0300 (Пт, 23 июн 2017) | 2 lines | ||
r674 | anrdaemon | 2017-06-25 02:01:04 +0300 (Вс, 25 июн 2017) | 2 lines | ||
|
||
+ GD2 support for thumbnail images. | ||
* ArrayIterator to store entries. | ||
|
||
------------------------------------------------------------------------ | ||
r673 | anrdaemon | 2017-06-25 01:57:12 +0300 (Вс, 25 июн 2017) | 2 lines | ||
|
||
* Reformat initial assignment. | ||
|
||
------------------------------------------------------------------------ | ||
r672 | anrdaemon | 2017-06-24 00:56:23 +0300 (Сб, 24 июн 2017) | 2 lines | ||
|
||
* Fix setters chaining. | ||
|
||
------------------------------------------------------------------------ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters